" /> Davanum Srinivas' weblog: September 2003 Archives

Main | October 2003 »

September 30, 2003

Iron Chef of Web Services Competition

The Iron Chef of Web Services event will occur live during the Comdex conference, giving attendees a first-hand look at what it really takes to make a great Web Service!
- Details @ World Organization of Webmasters: Iron Chef of Web Design: Seybold 2003

September 28, 2003

Web Services related JSR's

Here's a list of Web Services related JSR's currently in progress in the JCP process:

September 27, 2003

Guess what? IBM WSDK 5.1 uses Apache SOAP (not Apache AXIS)

Here's an excerpt from the WSDK 5.1 docs:

AXIS-based Web services and JSR109-based Web services?
The WSDK is based on JAX-RPC and JSR 109 and not on AXIS (Apache eXtensible Interaction System).
Although AXIS is based partly on JAX-RPC, it also supports other technologies,
such as *.jws (Java Web Service) files, and *.wsdd (Web Services Deployment
Descriptor) files, which are not supported by the WSDK.
Another difference between Web services that are based on AXIS and Web
services that are created using the WSDK is the manner in which they are
packaged. Furthermore, EAR files created for AXIS-based Web services will
not work with Web services created with WSDK.
If you have an AXIS-based application (including ones developed with WSDK
V1.0) that you would like to use on WSDK V5.1, the best approach is to
rewrap the application's business logic as a new Web service. The WSDK
provides an Eclipse IDE or command-line tools that allow you to do this,
or, if you prefer, you can create the Web service manually.
If your application logic or Web service client uses classes from the AXIS
API, you will not be able to use them on the WSDK V5.1 runtime.

September 25, 2003

Managing Web services in a service-oriented architecture

Unicenter Web Services Distributed Management (Unicenter WSDM) is Computer Associates' new solution for managing Web services in a service-oriented architecture that enables you to discover and manage Web services, rapidly respond to service interruptions and efficiently track business performance.

September 24, 2003

Apache JaxMe website

Apache JaxMe website is now live - JaxMe

September 23, 2003

New projects at webservices.apache.org

New initiatives include:

  • WSRP4J - Implementation of OASIS WSRP specification
  • jUDDI
    - Implementation of OASIS UDDI specification
  • JaxMe - Implementation of JAXB JSR