BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Spring Web Services 1.5 Released

Spring Web Services 1.5 Released

This item in japanese

Bookmarks

After 6 months of work, Spring Web Services 1.5.0 has been release. Based off contract-first development using SOAP service development, Spring-WS can be manipulated through XML to create document-driven Web services. Some of the highlights of the release include:

  •  Two new transports: JMS and email, both for client and server

  • WSS4J-based WS-Security implementation, which allows for WS-Security on non-SUN JDKs (i.e. WebSphere) and JDK 1.4

  • WS-Addressing support for both client and server, supporting the August 2004 and final versions of the specification

 Arjen Poutsma goes into detail about how some of the new features work, showing how these new changes can be implemented. There are examples of how to implement the new transports as well as an overview of some of the other features in this release. Aljern also provides feedback on design decisions and future functionality of Spring-WS.

Other feature include:

  •  Spring-WS jars are now OSGi bundles,

  •  A new, client-side interception mechanism, including WS-Security support,

  • @Endpoints are now @Components, so they are automatically picked up when using Spring 2.5 component scanning

The 1.5 release is 95% backwards compatible, and comment in the Spring forums have been positive when it comes to upgrading  For a full list of the features in the release see the release announcement. Also see a recent InfoQ interview with Arjen Poutsma that goes more into detail about Spring-WS and some if its methodologies.

Rate this Article

Adoption
Style

BT