EJB and WebServices: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 5: Line 5:
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.
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'''
'''Table of Contents'''
1. [[Introduction to Web Services]]
1. [[Introduction to Web Services]]
2. [[XML Namespaces]]
2. [[XML Namespaces]]
3. [[The web service protocols]]
3. [[The web service protocols]]
- [[SOAP]]
- [[SOAP]]
- [[UDDI]]
- [[UDDI]]
- [[WSDL]]
- [[WSDL]]
4. [[JAX-RPC]]
4. [[JAX-RPC]]
- [[The client side programming model]]
- [[The client side programming model]]
- [[The server side programming model]]
- [[The server side programming model]]
5. [[WS Security]]
5. [[WS Security]]

Revision as of 20:00, 24 January 2005

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