Training Resources for:
Java Web Services
Total 29 record(s) available.
Complete Java Web Services The Complete Java Web Services class teaches students how to build Web Services and Web Service clients using Java Technologies. The class includes a high-speed introduction to XML syntax, namespaces, XML Schema, SOAP, and WSDL before exploring Web service client or server-side development in Java APIs and tools. The course focuses on implementation using Apache Axis, the most popular Java JAX-RPC implementation. http://www.intertech.com/Courses/Course.aspx?CourseID=99162
A Classroom course provided by Intertech, Inc. in Eagan, MN, United States
Java Web ServicesnTiers Developing Java Web Services training class prepares Java programmers to develop interoperable Java Web services and using SOAP, WSDL, and XML Schema. Students get an overview of the interoperable and Java-specific Web services architectures, and then learn the standard APIs for SOAP messaging and WSDL-driven, component-based service development. Both document-style and RPC-style messages and services are covered in depth.
The introductory chapters give overviews of the consensus architecture for interoperable Web services, including the WS-I Basic Profile, and the Java Web services architecture as codified by the J2EE 1.4 specification, including SAAJ and JAX-RPC. These chapters are meant to be equally useful to developers and non-developers �project managers, analysts, technologists and support staff.
There is a great deal of hands-on demonstration of running Web services, inspecting SOAP traffic, WSDL definitions, and a little bit of Java code, but no Java coding. The focus is on the architecture itself, and on the roles that various protocols, APIs, tools, and application components play in a working Web service and/or client. The course then gets down to the various brass tacks: students learn the Simple Object Access Protocol (SOAP) 1.1, and acquire skills in using the SOAP with Attachments API for Java (SAAJ) and the Java API for XML Messaging (JAXM) to build "low-level" SOAP- based Web services and clients, in which the programmer is responsible for element-by- element content of the SOAP message. Students will learn to read SOAP and to write it by hand, and then will proceed to use the Java APIs to develop servlets that respond to SOAP/HTTP messages.
The course then moves to "high-level" services: component-based development using the Web Services Description Language (WSDL) to define interoperable messaging models and the Java API for XML-Based RPC (JAX-RPC) to automate the SOAP messaging for remote procedure calls between objects. JAX-RPC abstracts almost all the transport-level implementation �SOAP over HTTP �and this allows the Java developer to concentrate on application and service specifics. (In this way JAX-RPC is analogous to Java RMI and the EJB architecture: SOAP/HTTP is treated as nothing more or less than an RPC transport protocol.)
Students get hands-on experience in developing Web services starting either from WSDL descriptors or from existing J2EE applications. Both servlet and EJB endpoint models are studied, as is the management of SOAP headers using JAX-RPC handler chains. Finally, the course covers advanced techniques including SOAP attachments (using either SAAJ or JAX-RPC), EJBs and JSPs as Web services and clients, and Java Web-service security.
Java Web Services Training Learning Objectives
Describe the motivation for developing and using Web services in business software. Describe the Web services architecture. Describe common scenarios for Web-service implementation and client-side use. Describe the Java Web services architecture and the requirements of J2EE 1.4. Understand the importance of SOAP to the Web services architecture. Read, understand and write SOAP messages. Understand the role of JAXM and SAAJ in building low-level Java Web services. Build a Java Web service as a JAXM/SAAJ servlet. Implement simple point-to-point SOAP communications from a client application. Mix and match SAAJ, SAX and DOM code in a Web-service implementation. Understand the role of WSDL in providing type information for Web services. Write WSDL documents to describe messages, interfaces and services. Understand the role of the JAX-RPC in the Java Web services architecture. Identify the alternatives for development paths through Java code and WSDL artifacts on server and client sides, and describe the advantages of each. Understand the standard mappings between WSDL, XML Schema and Java. Analyze Java domain models and identify the useful JAX-RPC types. Add a SOAP interface to an existing Java Web application by generating SOAP messaging code using JAX-RPC tools. Build a Java Web service based on an existing WSDL document. Build a Java Web-service client based on a WSDL document. Describe the relationship between the EJB 2.1 and JAX-RPC 1.0 specifications, and how EJBs can implement Web-service endpoints. Add a SOAP interface to an existing system of EJBs, and build an EJB implementation of a Web service based on a predefined WSDL descriptor. Implement a simple Web service using JSP and JSTL XML tags. Implement a JSP Web-service client using custom tags that wrap JAXM. Understand the lifecycle and context of JAX-RPC services as J2EE components. Describe the use of the JAX-RPC message context in managing SOAP headers. Implement a JAX-RPC message handler to adapt an existing Web service. Implement a session-aware JAX-RPC Web service that relies on HTTP sessions based on cookies. Create, send, receive, and read SOAP attachments using SAAJ or JAX-RPC. Describe the various techniques for securing Java Web services available from J2EE and various XML specifications. A On-site course provided by nTier Training in Acworth, Georgia, United States
Developing Secure Java Web ServicesModule 1 - Encapsulating the Basics of Security
Summarize the characteristics of web services and analyze the impact on application security Examine how the data exposed by a web service can impact its security requirements Describe the security principles of web architecture Describe the characteristics of application security Describe the technologies used to implement application security Identify the security issues in a web service model Evaluate the security requirements of web services Lab 1 - Exploring the Auction Application
Start the Application Server database Deploy the credit card web service Deploy the auction application Explore the auction application Run the auction application
Module 2 - Examining Web Services Security Threats and Countermeasures
Identify the security requirements of web services List the features that are typically provided by a properly implemented security mechanism List the security principles for web services Identify the security challenges and threats in a web service application Identify the technologies to address the security challenges in a web service application Explain the need for a web services security model Describe the primary mechanisms to secure web services Lab 2 - Examining Security Threats and Countermeasures
Evaluate the security needs of the auction application Identify security solutions for the auction application Evaluate security in the auction application
Module 3 - Overview of Web Services Security Solutions
Explain the web service framework Explain the need to establish standards for web services security Describe the various web services security solutions Describe Project Metro Define Web Services Interoperability Technology (WSIT) Describe the Metro security specifications Lab 3 - Designing Security for Web Services Applications
Analyze web services security needs
Module 4 - Securing Java Web Services Using Application-Layer and Transport-Layer Security
Identify the various methods to implement security in Java Platform, Enterprise Edition (Java EE platform) applications Describe how to use Secure Sockets Layer (SSL) to secure a Java EE 5 web service application Outline the security mechanisms used by Java EE 5 web-tier applications State the functions of the Java EE 5 authentication service Describe how to secure web services by using application-layer security and transport-layer security Lab 4 - Implementing Application-Layer and Transport-Layer Security
Implement basic authentication for a web service Implement transport-layer security for a web service
Module 5 - Securing Java Web Services Using Message-Layer Security
Explain message-layer security and its advantages Explain the WS-Policy specification Describe how to attach policy assertions to a Web Services Description Language (WSDL) file Describe the web services security technology in Metro Explain the security specifications implemented by Metro Describe how to configure web services security by using Metro Describe how to configure web services security by using the NetBeans Metro plug-in Explain how GlassFish offers integrated support for the web services security standards Describe how to configure GlassFish for message security Describe how to enable application-specific web services security by using GlassFish Describe how to enable message security in a client application by using GlassFish Lab 5 - Implementing Message-Layer Security
Secure an interoperable web service using Metro 1.2 Secure a web service using Secure Token service (STS) Secure web services using the message security providers available in GlassFish
Module 6 - Relating Web Services Security and Identity Management
Define the concept of identity and identity management Describe the need for identity management Describe the business drivers for identity management Identify the technologies behind an identity management solution Describe the capabilities of Sun Java System Access Manager 7.1 Describe the components and features of Sun Java System Access Manager 7.1 Describe identity management support in NetBeans IDE Describe how to install Sun Java System Access Manager 7.1 Lab 6 - Installing and Configuring Access Manager
Install and configure Access Manager 7.1 Patch 1
Module 7 - Securing Web Services Using WS-I BSP Token Profiles
Explain the Security Assertion Markup Language (SAML) Demonstrate SSO system flow by using SAML tokens Describe how to configure SAML support on Access Manager Describe how to enable SAML-based authentication to secure a web service client and a web service provider by using Access Manager Describe how to secure web services by using WS-I BSP tokens Lab 7 - Securing Web Services Using WS-I BSP Token Profiles
Secure web services using the WS-I BSP SAML-HolderOfKey security mechanism Secure web services using the WS-I BSP UserNameToken security mechanism Secure web services using the WS-I BSP X509Token security mechanism
Module 8 - Securing Web Services Using Liberty Token Profiles
Describe the network identity implementation Describe the Liberty Alliance project and the Liberty specification List and explain the web services security providers in Sun Java System Access Manager 7.1 Describe federated identity Explain Liberty web services and Liberty process flow Describe how to secure web services by using Liberty tokens Lab 8 - Securing Web Services Using Liberty Tokens
Secure web services using the LibertyBearerToken security mechanism Secure web services using the LibertySAMLToken security mechanism Secure web services using the LibertyX509Token security mechanism A Classroom course provided by Sun Microsystems South Africa (Pty) Ltd. in Johannesburg, South Africa
Developing Secure Java Web ServicesModule 1 - Encapsulating the Basics of Security
Summarize the characteristics of web services and analyze the impact on application security Examine how the data exposed by a web service can impact its security requirements Describe the security principles of web architecture Describe the characteristics of application security Describe the technologies used to implement application security Identify the security issues in a web service model Evaluate the security requirements of web services Lab 1 - Exploring the Auction Application
Start the Application Server database Deploy the credit card web service Deploy the auction application Explore the auction application Run the auction application
Module 2 - Examining Web Services Security Threats and Countermeasures
Identify the security requirements of web services List the features that are typically provided by a properly implemented security mechanism List the security principles for web services Identify the security challenges and threats in a web service application Identify the technologies to address the security challenges in a web service application Explain the need for a web services security model Describe the primary mechanisms to secure web services Lab 2 - Examining Security Threats and Countermeasures
Evaluate the security needs of the auction application Identify security solutions for the auction application Evaluate security in the auction application
Module 3 - Overview of Web Services Security Solutions
Explain the web service framework Explain the need to establish standards for web services security Describe the various web services security solutions Describe Project Metro Define Web Services Interoperability Technology (WSIT) Describe the Metro security specifications Lab 3 - Designing Security for Web Services Applications
Analyze web services security needs
Module 4 - Securing Java Web Services Using Application-Layer and Transport-Layer Security
Identify the various methods to implement security in Java Platform, Enterprise Edition (Java EE platform) applications Describe how to use Secure Sockets Layer (SSL) to secure a Java EE 5 web service application Outline the security mechanisms used by Java EE 5 web-tier applications State the functions of the Java EE 5 authentication service Describe how to secure web services by using application-layer security and transport-layer security Lab 4 - Implementing Application-Layer and Transport-Layer Security
Implement basic authentication for a web service Implement transport-layer security for a web service
Module 5 - Securing Java Web Services Using Message-Layer Security
Explain message-layer security and its advantages Explain the WS-Policy specification Describe how to attach policy assertions to a Web Services Description Language (WSDL) file Describe the web services security technology in Metro Explain the security specifications implemented by Metro Describe how to configure web services security by using Metro Describe how to configure web services security by using the NetBeans Metro plug-in Explain how GlassFish offers integrated support for the web services security standards Describe how to configure GlassFish for message security Describe how to enable application-specific web services security by using GlassFish Describe how to enable message security in a client application by using GlassFish Lab 5 - Implementing Message-Layer Security
Secure an interoperable web service using Metro 1.2 Secure a web service using Secure Token service (STS) Secure web services using the message security providers available in GlassFish
Module 6 - Relating Web Services Security and Identity Management
Define the concept of identity and identity management Describe the need for identity management Describe the business drivers for identity management Identify the technologies behind an identity management solution Describe the capabilities of Sun Java System Access Manager 7.1 Describe the components and features of Sun Java System Access Manager 7.1 Describe identity management support in NetBeans IDE Describe how to install Sun Java System Access Manager 7.1 Lab 6 - Installing and Configuring Access Manager
Install and configure Access Manager 7.1 Patch 1
Module 7 - Securing Web Services Using WS-I BSP Token Profiles
Explain the Security Assertion Markup Language (SAML) Demonstrate SSO system flow by using SAML tokens Describe how to configure SAML support on Access Manager Describe how to enable SAML-based authentication to secure a web service client and a web service provider by using Access Manager Describe how to secure web services by using WS-I BSP tokens Lab 7 - Securing Web Services Using WS-I BSP Token Profiles
Secure web services using the WS-I BSP SAML-HolderOfKey security mechanism Secure web services using the WS-I BSP UserNameToken security mechanism Secure web services using the WS-I BSP X509Token security mechanism
Module 8 - Securing Web Services Using Liberty Token Profiles
Describe the network identity implementation Describe the Liberty Alliance project and the Liberty specification List and explain the web services security providers in Sun Java System Access Manager 7.1 Describe federated identity Explain Liberty web services and Liberty process flow Describe how to secure web services by using Liberty tokens Lab 8 - Securing Web Services Using Liberty Tokens
Secure web services using the LibertyBearerToken security mechanism Secure web services using the LibertySAMLToken security mechanism Secure web services using the LibertyX509Token security mechanism A Classroom course provided by Sun Microsystems Philippines Inc. in Makati City, Metro Manila, Philippines
Pages:- 1 2 3 4 5 6 7 8 [ Online / Live ] [ Corporate Training ] [ Locations ] [ Schools ] [ Job Seekers ]
Tips: Our combined search function does not only provide you with the training courses and students, but also talent resumes and jobs, or shared apartments nearby for rent.
|
|
|