CONTACT US   |    |  SIGNIN
 
Call 858-622-1201
to speak to a Training Specialist
Friday, May 16, 2008
 
 
Upcoming Classes

There are currently no JVWS classes scheduled. Please call for the next scheduled class.

If you have a group of four or more students, we can schedule this class for you.

 
Course Info Minimize

JVWS - Developing Java Web Services

Categories Java Training, Programming Training, Internet Training
Duration 5 days (35 hours)
Pre-requisites

JV1 - Java Programming, JVSV - Java Servlet Programming, JVSP - Java Server Pages and basic knowledge of XML, or equivalent experience.

Courseware JVWS-OBJ-01 (540 pages)
Price $1975
Notes

This Java Web services course prepares Java programmers to develop interoperable Java Web services 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 ervice development. After completing this course, students will ne able to 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 and describe the various techniques for securing Java Web services available from J2EE and various XML specifications.


Interoperable Web Services
      Motivation for Web Services
      Evolution of Web Services
      HTTP and XML
      Interoperability Stacks
      Simple Object Access Protocol (SOAP)
      Web Service Description Language (WSDL)
      Universal Description, Discovery and Integration (UDDI)
      The WS-I Basic Profile
      REST
Building and Hosting Web Services
      Hosting Web Services: Scenarios
      SOAP Alone
      Service Description
      Building Services and Clients from WSDL
      Publishing and Discovery
      Practical Requirements
      The J2EE Reference Implementation
      Demonstration: A Running Web Service and Client
      Sniffing SOAP Messages
      Development Process
The Java Web Services Architecture
      Web Services and the J2EE
      The Java API for XML Processing (JAXP)
      The Java API for XML Binding (JAXB)
      The SOAP With Attachments API for Java (SAAJ)
      The Java API for XML Messaging (JAXM)
      Demonstration: A SOAP-Based Web Service Using JAXM and SAAJ
      The Java API for XML-Based RPC (JAX-RPC)
      Demonstration: A WSDL-Enabled Web Service Using JAX-RPC
      WSDL-to-Java vs. Java-to-WSDL
      The Java API for XML Registries (JAXR)
The Simple Object Access Protocol (SOAP)
      SOAP Messaging Model
      SOAP Namespaces
      SOAP over HTTP
      The SOAP Envelope
      The Message Header
      The Message Body
      SOAP Faults
      Attachments
      XML Schema
      Validating Message Content
      SOAP Encoding
The Java APIs for SOAP Messaging (SAAJ)
      The SAAJ Object Model
      Parsing a SOAP Message
      Reading Message Content
      Working with Namespaces
      Creating a Message
      Setting Message Content
      Integration with the DOM and JAXP
The Java API for XML Messaging (JAXM)
      Building Low-Level Web Services
      Messaging Scenarios
      Point-to-Point Messaging
      JAXM Message Providers
      JAXM Servlets
      Creating a SOAP Connection
      Sending a Message
Web Services Description Language (WSDL)
      Web Services as Component-Based Software
      The Need for an IDL
      Web Services Description Language
      WSDL Information Model
      The Abstract Model - Service Semantics
      Message Description
      Messaging Styles
      The Concrete Model - Ports, Services, Locations
      Extending WSDL - Bindings
      Service Description
The Java API for XML-Based RPC (JAX-RPC)
      The Java Web Services Architecture
      Two Paths
      How It Works - Build Time and Runtime
      The Web Services for J2EE Specification
      JAX-RPC Deployment
      Mapping Between WSDL/XML and Java
      Generating from WSDL
      Generating from Java
Generating Web Services from Java Code
      The Java-to-XML Mapping
      Primitive Types and Standard Classes
      Value Types and JavaBeans
      The Java-to-WSDL Mapping
      Simple and Complex Types
      Arrays and Enumerations
      Service Endpoint Interface
      Scope of Code Generation
      Inheritance Support
      Multi-Tier Application Design
      Analyzing the Domain
      When Things Don't Fit
Generating Java Web Services from WSDL
      The XML-to-Java Mapping
      Simple and Complex Types
      Enumerations
      Arrays
      Miscellaneous, Optionally-Supported Constructs
      The WSDL-to-Java Mapping
      Mapping Operation Inputs and Outputs
      Building a Service Client
      Locating a Service
      Client-Side Validation
      Creating a Web Service
      Deploying the Service
Best Practices and Techniques
      Which Way to Go?
      Interoperability Impact
      Controlling Names and URIs
      Polymorphism in JAX-RPC
      The Dynamic Invocation Interface
      Extensible Type Mapping
      Passing Objects
      Performance Patterns
      Another CORBA?
EJB, JSP and Web Services
      Enterprise JavaBeans
      Three Tiers for J2EE
      EJB 2.1 and JAX-RPC
      Session Beans as Web Service Endpoints
      The Bean's Service Endpoint Interface
      SOAP as an RMI Transport
      Adding a SOAP Interface to a Session Bean
      Generating From WSDL
      "Gotchas"
      JSP and XML
      The JSTL: Core and XML Actions
      JSP, JSTL and SOAP
      Reading SOAP Using XPath
      Performing XSLT Transformations
      JSPs as Web-Service Clients
      Custom Tags for SAAJ and JAXM
Service Lifecycle and Message Handlers
      Web Services as J2EE Components
      Service Lifecycle
      Component Environment and JNDI
      Handling SOAP Headers
      Servlet Endpoint Context
      EJB Endpoint Context
      MessageContext and SOAPMessageContext
      Message Handlers and Handler Chains
      Processing Model and Patterns
      Session Management in JAX-RPC
SOAP Attachments
      SAAJ Object Model, Revisited
      The SOAPMessage Class
      MIME
      The Java Activation Framework
      The MimeHeaders Class
      The AttachmentPart Class
      Adding SOAP Attachments
      Identifying Attachments
      Reading Attachments
      JAX-RPC and Attachments
      Generic Mapping for MIME Types
      Using Images and Binary Types in Interfaces and Structs
Security
      Web Services and Security
      Threats
      Technology and Techniques
      Public Key Encryption
      Digital Signature
      J2EE Techniques
      Securing Web-Service URIs
      HTTPS
      XML and SOAP Solutions
      XML Encryption and Signature
      WS-Security
      SAML
      XACML
Learning Resources
      Quick Reference: W3C and Web-Services Namespaces
      Basics of XML and XML Schema

Print  
 
Affiliations

  

Blue Star is an Adobe Authorized Training Center

Blue Star is an Altova Authorized Training Partner

Blue Star is certified by the Bureau of Private Postsecondary and Vocational Education

 Click to verify BBB accreditation and to see a BBB report.

Blue Star is a certified General Services Administration contractor

Blue Star Learning is a proud Microsoft Certified Partner