1-877-WEBUCATE
(1-877-932-8228)
info@webucator.com
 
Microsoft Training
Java Training
XML Training
Database & SQL Training
PHP, Perl, ASP, Groovy, Grails, Ruby on Rails Training
HTML, JavaScript, Ajax & CSS Training
Adobe CS3 Training
◊ PRIVATE JAVA WEB SERVICES TRAINING

Need a private class for your team delivered at your site or a location near you?
For private groups of three or more, Webucator offers completely customizable and cost-effective Java Web Services classes delivered at your offices or a location near you.

To have someone contact you about these classes, please fill out the form below.

* (Required)
* (Required)
* (Required)
* (Required)
* (Required)
(The number of people requiring training)
(For Federal Government Pricing)
* (Required)

Java Web Services Training with WebLogic (5 days)


This Java Web Services class is delivered for private groups onsite at your offices or a location of your choice. It can also be delivered via the Internet for geographically distributed staff.

Developing Web Services with WebLogic Overview

This one-week course prepares Java programmers to develop Web services and clients using the BEA WebLogic Platform(TM), in accordance with prevailing standards such as SOAP, WSDL, and JAX-RPC. Students get an overview of the interoperable and Java-specific Web services architectures, and then learn the standard (J2EE 1.4) APIs for SOAP messaging and WSDL-driven, component-based service development, working extensively with the BEA WebLogic Server to implement, deploy and test Web services. Both document-style and RPC-style messages and services are covered in depth.

The first three chapters provide an overview of the world of Java-based Web services, along with an introduction to the tools available for Web-service development in WebLogic. In these early chapters, students build and run Web services that have already been developed, focusing not on coding but on runtime behavior, SOAP traffic, and WSDL definitions. That is, the early focus is on architecture: the roles that various protocols, APIs, tools, and application components play in a working Web service and/or client.

Students then develop an understanding of the Simple Object Access Protocol (SOAP) 1.1, and skills in using the SOAP with Attachments API for Java (SAAJ) 1.1 to build SOAP-based Web services and clients. Students will learn to read SOAP and to write it by hand, and then will proceed to use SAAJ to develop services that respond to SOAP/HTTP messages.

The course then turns to its main focus, which is the Java API for XML-Based RPC, or JAX-RPC. JAX-RPC abstracts almost all the details of SOAP messaging using WSDL as a description language for interface and implementation; this allows the Java developer to concentrate on application and service specifics. JAX-RPC specifies service development either from WSDL documents as a starting point or beginning with Java code and generating the WSDL for client use; this course addresses both possible development paths and analyzes their relative advantages.

Students learn various intermediate and advanced JAX-RPC features under WebLogic in the final chapters of the course: developing services as EJBs; managing SOAP headers using JAX-RPC message handlers; creating and reading SOAP attachments; asynchronous SOAP messaging using JMS; and Web-service security.

Developing Web Services with WebLogic Course Goals

  • Describe the interoperable Web services architecture (SOAP, WSDL, and UDDI).
  • Describe the Java Web services architecture, and identify the Java APIs that relate to key Web-service protocols (SAAJ, JAX-RPC, JAXR).
  • Identify the major Web services tools in the BEA WebLogic Platform, and implement simple services using both: the Workshop and the Server.
  • Know the structure and grammar of SOAP, and read and write SOAP messages.
  • Understand the role of the SOAP header in extending messaging capabilities and semantics, for instance for routing, security or transaction support.
  • Use SAAJ to manage SOAP message content as a graph of Java objects.
  • Implement low-level Web services using SAAJ.
  • Understand the role of WSDL in providing type information for Web services.
  • Write WSDL descriptors to describe messages, interfaces and services.
  • Understand the role of JAX-RPC in the Java Web services architecture, and the mapping of WSDL and XML Schema to Java classes and components.
  • Discuss the advantages of the two alternative paths for JAX-RPC development -- working from implementation language to WSDL or from WSDL to implementation.
  • Analyze Java domain models and identify the useful JAX-RPC mappings.
  • Build a Web service based on an existing Web application.
  • Build a Web service based on an existing WSDL descriptor.
  • Build a Web-service client based on a WSDL descriptor.
  • Describe the relationship between the EJB 2.1 and JAX-RPC 1.0 specifications, and how EJBs can implement Web-service endpoints.
  • Build a Web service based on an existing EJB application.
  • Describe the use of the JAX-RPC message context in reading and managing SOAP headers.
  • Implement a JAX-RPC message handler chain to adapt an existing Web service.
  • Create, send, receive, and read SOAP attachments using SAAJ.
  • Implement asynchronous Web services using JMS and JAX-RPC.
  • Understand the security issues for Web services and the range of techniques available to secure Java code and SOAP message content.
  • Secure an existing Web service by requiring authentication and authorization at the service URI.
  • Implement JAX-RPC message handlers to add encryption/decryption of SOAP message content to an existing Web service.

Developing Web Services with WebLogic Course Prerequisites

Experience in the following areas is required:

  • Experience in Java Programming, including object-oriented Java and the Java streams model is essential.
  • Some understanding of XML and XML Schema will be helpful, but is not strictly necessary.

Developing Web Services with WebLogic Course Outline

  1. The Web Services Architecture
    1. Evolution of Web Services
    2. Motivation for Web Services
    3. HTTP and XML
    4. Interoperability Stacks
    5. The Wire Stack
    6. Simple Object Access Protocol (SOAP)
    7. The Description Stack
    8. Web Service Description Language (WSDL)
    9. The Discovery Stack
    10. Universal Description, Discovery and Integration (UDDI)
    11. Hosting Web Services: Scenarios
    12. Observing SOAP Traffic
  2. WebLogic and Web Services
    1. The WebLogic Platform
    2. Web Services Features and Support
    3. BEA-Speak for Web Services
    4. The WebLogic Workshop
    5. Limitations of the Workshop
    6. The WebLogic Server
    7. Creating a Domain
    8. Ant Tasks for Web Services
    9. Development Process
  3. WebLogic and Web Services
    1. Java and Web Services
    2. Web Services and the J2EE
    3. WebLogic Support for Standard APIs
    4. The Java API for XML Processing (JAXP)
    5. The Java API for XML Binding (JAXB)
    6. The SOAP With Attachments API for Java (SAAJ)
    7. The Java API for XML Messaging (JAXM)
    8. Low-Level Web Services in WebLogic (SAAJ)
    9. The Java API for XML-Based RPC (JAX-RPC)
    10. High-Level Web Services in WebLogic ( JAX-RPC)
    11. WSDL-to-Java vs. Java-to-WSDL
    12. The Java API for XML Registries (JAXR)
    13. WebLogic UDDI
  4. The Simple Object Access Protocol (SOAP)
    1. SOAP Messaging Model
    2. SOAP Namespaces
    3. SOAP over HTTP
    4. The SOAP Envelope
    5. The Message Header
    6. The Message Body
    7. SOAP Faults
    8. Attachments
    9. XML Schema
    10. Validating Message Content
    11. The SOAP "Section 5" Encoding
    12. Arrays
    13. Avoiding Redundant Serialization
  5. The Java APIs for SOAP Messaging (SAAJ)
    1. The SAAJ Object Model
    2. Parsing a SOAP Message
    3. Reading Message Content
    4. Bridges to JAXP
    5. Working with Namespaces
    6. Creating a Message
    7. Setting Message Content
    8. WebLogic SAAJ: Bugs and Limitations
  6. SAAJ Web Services
    1. JAXM vs. WebLogic JMS
    2. Messaging Scenarios
    3. Point-to-Point Messaging
    4. SAAJ Services using JAX-RPC
    5. Creating a JAXM Connection
    6. Sending a Message
  7. Web Services Description Language (WSDL)
    1. Web Services as Component-Based Software
    2. The Need for an IDL
    3. Web Services Description Language
    4. WSDL Description Model
    5. The Abstract Model -- Service Semantics
    6. Message Description
    7. Messaging Styles
    8. The Concrete Model -- Ports, Services, Locations
    9. Extending WSDL -- Bindings
    10. SOAP Style and Use Attributes
    11. Service Description
  8. The Java API for XML-Based RPC (JAX-RPC)
    1. The Java Web Services Architecture
    2. Two Paths
    3. How It Works - Build Time and Runtime
    4. Mapping Between WSDL/XML and Java
    5. Generating from WSDL
    6. What Gets Generated
    7. What the Application Sees
    8. Generating from Java
    9. Which Way to Go?
    10. Passing Objects
    11. Another CORBA?
  9. Generating Web Services from Java Code
    1. The Java-to-XML Mapping
    2. Primitive Types and Standard Classes
    3. Value Types and JavaBeans
    4. The Java-to-WSDL Mapping
    5. Service Endpoint Interface
    6. Scope of Code Generation
    7. Inheritance Support
    8. WebLogic JAX-RPC: Bugs and Limitations
    9. Multi-Tier Application Design
    10. Analyzing the Domain
    11. High-Level Ant Tasks
    12. web-services.xml
    13. When Things Don't Fit
    14. Polymorphism
    15. Extensible Type Mapping
  10. Generating Java Web Services from WSDL
    1. The XML-to-Java Mapping
    2. Simple and Complex Types
    3. Enumerations
    4. Arrays
    5. WebLogic Extended Mappings
    6. The WSDL-to-Java Mapping
    7. Mapping Operation Inputs and Outputs
    8. Building a Service Client
    9. Locating a Service
    10. Client-Side Validation
    11. Interoperability under Java-to-WSDL
    12. Creating a Web Service
    13. Mid-Level Ant Tasks
    14. XML and WSDL Design Guidelines
    15. Deploying the Service
    16. Interoperability under WSDL-to-Java
    17. Controlling Names and URIs
  11. Web Services and EJB
    1. Enterprise JavaBeans
    2. Three Tiers for J2EE
    3. EJB 2.1 and JAX-RPC
    4. Session Beans as Web Service Endpoints
    5. How It Works -- Build Time and Runtime
    6. The Bean's Service Endpoint Interface
    7. SOAP as an RMI Transport
    8. Adding a SOAP Interface to a Session Bean
    9. Generating From WSDL
    10. "Gotchas"
  12. Message Context and Message Handlers
    1. Handling SOAP Headers
    2. Servlet Endpoint Context
    3. EJB Endpoint Context
    4. Using SAAJ
    5. JAX-RPC Message Handlers
    6. Handler Chains
    7. Processing Model and Patterns
    8. The <handlerChain> Ant Task
  13. SOAP Attachments
    1. WebLogic Support for Attachments
    2. SAAJ Object Model, Revisited
    3. The SOAPMessage Class
    4. MIME
    5. The Java Activation Framework
    6. The MimeHeaders Class
    7. The AttachmentPart Class
    8. Adding SOAP Attachments
    9. Identifying Attachments
    10. Reading Attachments
  14. Web Services and JMS
    1. Asynchronous Messaging
    2. The Java Message Service
    3. Queues and Topics
    4. Message Types
    5. Message-Driven Beans
    6. Asynchronous Web Services
    7. Message Queues as Web Services
    8. Ant Tasks and JMS Services
  15. Security
    1. Web Services and Security
    2. Threats
    3. Technology and Techniques
    4. Public Key Encryption
    5. Digital Signature
    6. J2EE Techniques
    7. Securing Web-Service URIs
    8. HTTPS
    9. XML and SOAP Solutions
    10. XML Encryption and Signature
    11. WS-Security
    12. SAML
    13. XACML
    14. WebLogic Support for WS-Security
    15. Securing a Service's Messages
    16. Key Pairs and Keystores
    17. Enhancing the Client

Developing Web Services with WebLogic Course Materials

In addition to a comprehensive set of materials, including course notes and all the programming examples, each student will also receive a one-year subscription to Webucator's online reference library, which contains hundreds of the most current electronic technology books - a $149.95 per student value.

Developing Web Services with WebLogic Technical Requirements

Complete Setup Instructions

home - onsite classes - instructor-led online courses - self-paced online courses - why webucator - partners - contact - sitemap
© 2007 Webucator. All rights reserved. info@webucator.com | Toll Free: 877-WEBUCATE (877-932-8228) | From Outside the USA: 315-446-0560 | Fax: 315-410-5320
Phoenix, AZ | Santa Clara, CA | Santa Clara, CA | Los Angeles, CA | Sacramento, CA | Washington, DC | Atlanta, GA | Chicago, IL | Indianapolis, IN | Muncie, IN
New Orleans, LA Boston, MA | Cambridge, MA | Charlestown, MA | Framingham, MA | Ipswich, MA | Lincoln, MA | Wellesley, MA | Worcester, MA | Bangor, ME | Detroit, MI
Raleigh, NC Winston-Salem, NC | Lincoln, NE | East Hanover, NJ | Eatontown, NJ | Madison, NJ | Parsippany, NJ | Trenton, NJ | Albany, NY | Buffalo, NY | Rochester, NY
New York City, NY | Syracuse, NY | West Babylon, NY | Dayton, OH | Bethlehem, PA | Philadelphia, PA | Pittsburgh, PA | Pittsburgh, PA | State College, PA
Middletown, RI | Rapid City, SD | Austin, TX | Dallas, TX | Houston, TX | Arlington, VA | McLean, VA | Seattle, WA | Toronto, Canada | Ottawa, Canada | Calgary, CA