EJB and WebServices: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Introduction ==


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?
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 one of the issues related to web services: 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 one of the issues related to web services: the security aspect.



'''Table of Contents'''
== Contents ==
1. [[Introduction to Web Services]]

2. [[XML Namespaces]]
* [[Definition - Web Services]]
3. [[The web service protocols]]
* [[XML Namespaces]]
3.1 SOAP
* [[The web service protocols]]
3.2 UDDI
** SOAP
3.3 WSDL
** UDDI
4. [[JAX-RPC]]
** WSDL
4.1 The client side programming model
* [[JAX-RPC]]
4.2 The server side programming model
** The client side programming model
5. [[WS Security]]
** The server side programming model
6. [[Bibliography]]
* [[WS Security]]
* [[Bibliography]]

Latest revision as of 19:58, 25 January 2005

Introduction

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 one of the issues related to web services: the security aspect.


Contents