Provided by: Webucator

Java Web Services Training with WebLogic

Unfiled

Webucator
This Java Web Services training course prepares Java programmers to develop Web services and clients using the BEA WebLogic Platform, 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.
This is primarily ilt training
on-line e-learning cbt (computer based)This is an online eLearning or CBT training program
computer labComputer Lab Work
group study and discussionThis class may involve group study
instructor led trainingThis class may be available at a classroom in Jamesville, NY,
Duration:5 days
Training Presented in:English
Training Provided by Webucator
  • R asked: how much is the price of this course?
  • N asked: I need to see how long training is, and do you have on line classes?
  • asked: How do you register and how much does it cost
  • S asked: I wanted more information about this course , schedules , fee etc
  • S asked: Please enroll for the Weblogic training programme..
  • K asked: Would like more inforation and pricing on the Java Web Services training course.
  • D asked: Hi! I'm interesting in taking this course about webservices. May I ask for the price? Also, I would like to get some aditttional information about how the course is organised. I would like to take it from my home and it would bi nice if it is possible to take a closer look of course something like "online preview" thanks
  • S asked: Am looking for a Trainer or expert on Weblogic Administration to build training material for my organization. Please contact meon my e-mail. Gaind
  • J asked: What kind of aggredidation or recognition is acchieved from this programme
  • L asked: please provide info about classes available in NY area in oct_november period
  • P asked: complete training on Weblogic+Ejb+struts(JEE)
  • B asked: I want to quickly get up to speed with Weblogic - I have some Java experience.
  • T asked: Can you give me some more details about this course i.e. cost location running-dates Are there any courses held in the UK
  • U asked: sir I want information about how create a dynamic website using java applications as java is powerful for web services
  • U asked: sir I want information about how create a dynamic website using java applications as java is powerful for web services
  • R asked: How i can attend the course Please reply me
  • R asked: hi there Im a intrested in creating my career in java and server related technologies . while i was searching in the net for information tregarding training training , I found ur website with best regards ravi kumar
  • S asked: How much will this cost?
Java Web Services Training with WebLogic
Course Outline
  • The Web Services Architecture
    • Evolution of Web Services
    • Motivation for Web Services
    • HTTP and XML
    • Interoperability Stacks
    • The Wire Stack
    • Simple Object Access Protocol (SOAP)
    • The Description Stack
    • Web Service Description Language (WSDL)
    • The Discovery Stack
    • Universal Description, Discovery and Integration (UDDI)
    • Hosting Web Services: Scenarios
    • Observing SOAP Traffic
  • WebLogic and Web Services
    • The WebLogic Platform
    • Web Services Features and Support
    • BEA-Speak for Web Services
    • The WebLogic Workshop
    • Limitations of the Workshop
    • The WebLogic Server
    • Creating a Domain
    • Ant Tasks for Web Services
    • Development Process
  • WebLogic and Web Services
    • Java and Web Services
    • Web Services and the J2EE
    • WebLogic Support for Standard APIs
    • 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)
    • Low-Level Web Services in WebLogic (SAAJ)
    • The Java API for XML-Based RPC (JAX-RPC)
    • High-Level Web Services in WebLogic ( JAX-RPC)
    • WSDL-to-Java vs. Java-to-WSDL
    • The Java API for XML Registries (JAXR)
    • WebLogic UDDI
  • 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
    • The SOAP Section 5" Encoding
    • Arrays
    • Avoiding Redundant Serialization
  • The Java APIs for SOAP Messaging (SAAJ)
    • The SAAJ Object Model
    • Parsing a SOAP Message
    • Reading Message Content
    • Bridges to JAXP
    • Working with Namespaces
    • Creating a Message
    • Setting Message Content
    • WebLogic SAAJ: Bugs and Limitations
  • SAAJ Web Services
    • JAXM vs. WebLogic JMS
    • Messaging Scenarios
    • Point-to-Point Messaging
    • SAAJ Services using JAX-RPC
    • Creating a JAXM 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 Description Model
    • The Abstract Model - Service Semantics
    • Message Description
    • Messaging Styles
    • The Concrete Model - Ports Services Locations
    • Extending WSDL - Bindings
    • SOAP Style and Use Attributes
    • 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
    • Mapping Between WSDL/XML and Java
    • Generating from WSDL
    • What Gets Generated
    • What the Application Sees
    • Generating from Java
    • Which Way to Go?
    • Passing Objects
    • Another CORBA?
  • 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
    • Service Endpoint Interface
    • Scope of Code Generation
    • Inheritance Support
    • WebLogic JAX-RPC: Bugs and Limitations
    • Multi-Tier Application Design
    • Analyzing the Domain
    • High-Level Ant Tasks
    • web-services.xml
    • When Things Don't Fit
    • Polymorphism
    • Extensible Type Mapping
  • Generating Java Web Services from WSDL
    • The XML-to-Java Mapping
    • Simple and Complex Types
    • Enumerations
    • Arrays
    • WebLogic Extended Mappings
    • The WSDL-to-Java Mapping
    • Mapping Operation Inputs and Outputs
    • Building a Service Client
    • Locating a Service
    • Client-Side Validation
    • Interoperability under Java-to-WSDL
    • Creating a Web Service
    • Mid-Level Ant Tasks
    • XML and WSDL Design Guidelines
    • Deploying the Service
    • Interoperability under WSDL-to-Java
    • Controlling Names and URIs
  • Web Services and EJB
    • Enterprise JavaBeans
    • Three Tiers for J2EE
    • EJB 2.1 and JAX-RPC
    • Session Beans as Web Service Endpoints
    • How It Works - Build Time and Runtime
    • The Bean's Service Endpoint Interface
    • SOAP as an RMI Transport
    • Adding a SOAP Interface to a Session Bean
    • Generating From WSDL
    • "Gotchas"
  • Message Context and Message Handlers
    • Handling SOAP Headers
    • Servlet Endpoint Context
    • EJB Endpoint Context
    • Using SAAJ
    • JAX-RPC Message Handlers
    • Handler Chains
    • Processing Model and Patterns
    • The Ant Task
  • SOAP Attachments
    • WebLogic Support for 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
  • Web Services and JMS
    • Asynchronous Messaging
    • The Java Message Service
    • Queues and Topics
    • Message Types
    • Message-Driven Beans
    • Asynchronous Web Services
    • Message Queues as Web Services
    • Ant Tasks and JMS Services
  • 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
    • WebLogic Support for WS-Security
    • Securing a Service s Messages
    • Key Pairs and Keystores
    • Enhancing the Client
About The Training Provider: Webucator
Webucator - Webucator delivers customized onsite, instructor-led online and at-your-own-paced technical training throughout the United States and worldwide. Webucator has trained 40 percent of the Fortune 100. Onsite Class Delivery: Our onsite classes are delivered for private groups at your offices or a location of your choice. These classes can also be delivered through a web conference for...
Want to Sell More java training?
Custom Search
tcw11-v473M-08/23/11-22:05:26-()[A]-[B]-[B] -00:28:04