EJB and WebServices

From
Revision as of 19:34, 24 January 2005 by 217.230.205.245 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Web Services and EJB

Web Services have become an opportunity for integrating disparate IT systems, interconnecting a company’s business processes as well as linking different enterprises. Like other platforms, the J2EE platform has recently integrated APIs and tools to create those services. Thus, what are the concepts those APIs and tools are based on? Which issues do web service developers have to face?

In order to get an overview of the web service concept, this WIKI entry will present the idea of web services, its participating protocols and the Java API to create and access web services based on Enterprise Java Beans. Finally, it will address issues related to web services such as the security aspect.

  Table of Contents
  1. Introduction to Web Services
  2. XML Namespaces
  3. The web service protocols
     - SOAP
     - UDDI  
     - WSDL
  4. JAX-RPC 
     - The client side programming model
     - The server side programming model
  5. WS Security