Users Online

· Guests Online: 17

· Members Online: 0

· Total Members: 188
· Newest Member: meenachowdary055

Forum Threads

Newest Threads
No Threads created
Hottest Threads
No Threads created

Latest Articles

DEMO - Java Web Services

DEMO - Java Web Services
Java Courses
Categories Most Recent Top Rated Popular Courses
 
Uploader Date Added Views Rating
Superadmin 31.05.17 454 No Rating
Description
n this Building Web Services with Java training course, expert author Martin Kalin will teach you how to write REST-style and SOAP-based web services. This course is designed for users that are already familiar with Java, however no experience with web services is required. You will start by learning about the main uses of web services, then jump into learning how to code and publish a web service. From there, Martin will teach you about the Java REST framework, as well as give an overview of JAX-RS and Restlet. This video tutorial also covers REST-style from the client side, as well as XML-Java conversion in REST-style clients. You will also learn about SOAP-based web services, SOAP-based web services on the client side, and web services security. Finally, you will learn about users and roles. Once you have completed this computer based training course, you will be fully capable of writing your own REST-style and SOAP-based services.


Lesson Description

Section 1 Software Setup and Troubleshooting
Lesson 01 Installing Java,Eclipse and Tomcat.mp4
Lesson 02 Configuring Tomcat In Eclipse
Lesson 03 003 Testing Tools Setup
Lesson 04 004 Downloading Projects from Lecture Contents
Lesson 05 005 Importing and Running Projects
Lesson 06 006 Troubleshooting

Section 2 Web Services - The Big Picture
Lesson 07 001 Course Introduction
Lesson 08 002 Web Services Introduction
Lesson 09 001 Web Services Overview Quiz
Lesson 10 003 SOA and Web Services
Lesson 11 002 Web Services and SOA Quiz

Section 3 XML and XML Schema Definition Crash Course
Lesson 12 001 Introduction
Lesson 13 002 XML Overview
Lesson 14 001 XML Overview Quiz
Lesson 15 003 XML Schema Definition
Lesson 16 002 XML Schema Definition Quiz
Lesson 17 004 XML Namespaces
Lesson 18 003 XML Namespaces Quiz
Lesson 19 005 XML Schema Hands On Usecase
Lesson 20 006 XML Schema Hands On
Lesson 21 Creating Simple Types
Lesson 22 004 XML Schema Simple and Complex Types Quiz
Lesson 23 008 Controlling the Order Of Elements
Lesson 24 009 Controlling the number of Elements
Lesson 25 005 XML Schema Element Occurrences and Order Quiz
Lesson 26 010 Meaning of the elementFormDefault attribute
Lesson 27 011 Defining Attributes

Section 4 SOAP Web Services Concepts
Lesson 28 001 Introduction
Lesson 29 002 SOAP Web Services Overview
Lesson 30 001 SOAP Web Services Overview Quiz
Lesson 31 003 SOAP Web Services Advantages and Disadvantages
Lesson 32 002 SOAP Web Services Advantages and Dis-Advantages Quiz
Lesson 33 004 When to use SOAP Web Services
Lesson 34 003 When to use SOAP Web Services Quiz
Lesson 35 005 SOAP
Lesson 36 004 SOAP Quiz
Lesson 37 006 WSDL File Explained
Lesson 38 005 WSDL Quiz

Section 5 SOAP Web Services Design and Implementation
Lesson 39 001 Introduction
Lesson 40 002 SOAP Web Services Design Approaches
Lesson 41 001 SOAP Web Service Design Approaches Quiz

Section 6 JAX-WS AND JAXB
Lesson 42 001 JAX-WS
Lesson 43 001 JAX-WS Quiz
Lesson 44 002 JAXB Introduction
Lesson 45 002 JAXB Introduction Quiz
Lesson 46 003 Generating java classes from xml schema
Lesson 47 003 Generating Java Classes From XML Schema Quiz
Lesson 48 004 Marshalling and Unmarshalling
Lesson 49 004 Marshalling and Unmarshalling Quiz

Section 7 Apache CXF
Lesson 50 001 Introduction
Lesson 51 002 Apache CXF Overview
Lesson 52 001 Apache CXF Overview Quiz
Lesson 53 003 Creating a CXF Web Service Project From Scratch
Lesson 54 004 CXF Maven Web Application Project Structure and Components

Section 8 Developing Top Down Web Services
Lesson 55 001 Usecase
Lesson 56 002 WSDL Creation
Lesson 57 003 Generating the Stubs
Lesson 58 001 Generating the Stubs Quiz
Lesson 59 004 Implementing the Web Service Endpoint
Lesson 60 005 Publishing the Web Service
Lesson 61 006 WSDL First Web Service Assignment

Section 9 Java Soap Client
Lesson 62 001 Introduction
Lesson 63 002 Project Setup
Lesson 64 003 Generate the stubs
Lesson 65 004 Create the Java Client
Lesson 66 005 Flow and the Service Provider Mechanism
Lesson 67 001 Develop a Web Service Consumer Quiz
Lesson 68 002 SOAP Web Services Design Approaches

Section 10 Developing Bottom Up Web Services
Lesson 69 001 Payment Gateway Legacy Application Use Case
Lesson 70 002 The Project Setup
Lesson 71 003 Annotating the Beans
Lesson 72 004 Step 2 - Annotating the Endpoint
Lesson 73 005 Step 3 - Publishing the Endpoint
Lesson 74 006 Step 4 - Accessing the WSDL file
Lesson 75 001 Create a Code First Web Service Quiz
Lesson 76 007 Testing Using SoapUI and Application Flow
Lesson 77 008 SOAPUI Assignment

Section 11 Securing Soap Services
Lesson 78 001 Introduction
Lesson 79 001 WS Standards Overview
Lesson 80 002 WS Standards Overview Quiz
Lesson 81 002 User Name Token Profile Authentication
Lesson 82 003 User Name Token Profile Authentication Quiz
Lesson 83 003 Exchanging files using MTOM
Lesson 84 004 Exchanging Files using MTOM Quiz

Section 12 REST Web Services Concept
Lesson 85 001 Introduction
Lesson 86 001 REST Overview
Lesson 87 002 REST Overview Quiz
Lesson 88 002 WHY RESTFul - The Advantages
Lesson 89 003 WHY RESTFul - The Advantages Quiz
Lesson 90 003 When to use RESTFul Web Services
Lesson 91 004 When to use RESTFul Web Services Quiz

Section 13 RESTFul Design and Implementation
Lesson 92 001 Introduction
Lesson 93 001 REST Design
Lesson 93_1 002 REST Design Quiz
Lesson 94 002 JAX-RS
Lesson 95 003 JAX-RS Quiz
Lesson 96 003 REST Web Service Implementation
Lesson 97 004 REST Web Service Implementation Quiz
Lesson 98 005 Testing Using Chrome REST Plugin
Lesson 99 006 Sub Resource Mapping
Lesson A100 007 Configuring REST JSON Provider
Lesson A101 008 REST Java Script JQuery Client

Section 14 REST Error Handling
Lesson A102 001 Introduction
Lesson A103 001 Rest Standard Error Handling
Lesson A104 002 REST Standard Error Handling Quiz
Lesson A105 002 REST Exception Handling
Lesson A106 003 REST Exception Handling Quiz

Section 15 JAX-RS Cient API - Creating Java REST Clients
Lesson A107 001 Introduction
Lesson A108 002 Using the GET Request
Lesson A109 003 Using a PUT Request
Lesson A110 004 Using a POST Request
Lesson A111 005 Cleaning UP
Lesson A112 006 Assignment

Section 16 JAX-RS Injection
Lesson A113 001 Introduction
Lesson A114 002 Project Context and Configuration
Lesson A115 003 Injecting HTTP Query Parameters
Lesson A116 004 Injecting HTML Form Parameters
Lesson A117 005 Injecting a HTTP Header
Lesson A118 006 Injecting Multiple HTTP Headers
Lesson A119 007 Injecting Cookies

Section 17 Asynchronous REST
Lesson A120 001 Introduction
Lesson A121 001 Introduction Quiz
Lesson A122 002 Creating a Asynchronous REST Provider
Lesson A123 002 Async Provider Quiz
Lesson A124 003 Publishing the Service
Lesson A125 004 Creating a Asynchronous Client
Lesson A126 003 Async Client Quiz
Lesson A127 005 Async Provider Error Handling
Lesson A128 006 Async Client Error Handling
Lesson A129 007 Using the Client Callbacks
Lesson A130 008 Futures vs Callbacks

Section 19 REST and Spring Security
Lesson A131 001 HTTP Basic Authentication

Section 19 REST and Spring Security
Lesson A132 001 Introduction
Lesson A133 002 Project Setup
Lesson A134 003 Implementing REST Resources
Lesson A135 004 Publishing the Endpoint
Lesson A136 005 Test REST
Lesson A137 006 Spring Security Introduction
Lesson A138 001 Spring Security Quiz
Lesson A139 007 Add the filter to Web.xml
Lesson A140 008 Configure Spring Security
Lesson A141 009 Annotate the Resources
Lesson A142 010 Testing Security
Lesson A143 011 Creating a Exception Mapper
Lesson A144 012 Summary and Flow

Section 20 OAuth Concepts
Lesson A145 001 What is OAuth
Lesson A146 001 What is OAuth Quiz
Lesson A147 002 Why , When and When Not to Use OAuth
Lesson A148 002 Why ,When and When Not to user OAuth Quiz
Lesson A149 003 OAuth Workflow - How
Lesson A150 003 OAuth Workflow - How Quiz
Lesson A151 004 OAuth Google Play Ground

Section 21 Jersey Quick Start
Lesson A152 001 Introduction
Lesson A153 002 Project Configuration
Lesson A154 003 Creating a REST Resource
Lesson A155 004 Creating a REST Client

Section 22 REST Using Spring MVC Quick Start
Lesson A156 001 Introduction
Lesson A157 002 Spring MVC Flow
Lesson A158 003 Project Configuration
Lesson A159 004 Hello Spring REST
Lesson A160 005 Returning JSON Response

Section 23 Interview Help and Wrap Up
Lesson A161 001 Final QUIZ Quiz
Lesson A162 001 SOAP VS REST

Section 24 Extras
Lesson A163 001 JSON Introduction
Lesson A164 002 JSON Hands On
Lesson A165 003 JSON Parsing

Ratings

Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.

Comments

No Comments have been Posted.

Post Comment

Please Login to Post a Comment.
Render time: 1.31 seconds
14,330,939 unique visits