EJB and WebServices: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:

== Introduction ==
== Introduction ==


Line 10: Line 9:
== Contents ==
== Contents ==


* [[Introduction to Web Services]]
* [[Definition - Web Services]]
* [[XML Namespaces]]
* [[XML Namespaces]]
* [[The web service protocols]]
* [[The web service protocols]]

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