You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/12 06:59:23 UTC

[Ws Wiki] Update of "FrontPage/Axis2/releases/0.94.1" by EranChinthaka

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.

The following page has been changed by EranChinthaka:
http://wiki.apache.org/ws/FrontPage/Axis2/releases/0%2e94%2e1

New page:
== Axis2 Complete Features List ==
 1. AXIOM, an XML object model working on StAX (Streaming API for XML) parsing optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support.
 1. Support for One-Way Messaging (In-Only) and Request Response Messaging (In-Out)
 1. Module Architecture, mechanism to extend the SOAP Processing Model
 1. Module version support , can have multiple versions of the same module and use them depending on the requirement.
 1. Context hierarchy
 1. Archive based deployment Model and Directory based deployment model
 1. JWS like deployment (making Java class into Web service)
 1. WSDL Code Generation Tool for Stub and skeletons
 1. WS-Addressing, both the submission (2004/08) and final (2005/08) versions
 1. WSS4J module for security
 1. Improved and user friendly Client API
 1. WSDL2Java and Java2WSDL
 1. REST (REpresentational State Transfer) Support
 1. Transports supports: HTTP, SMTP, TCP, JMS
 1. Raw XML providers
 1. Support for MTOM/ MIME/ SwA
 1. SAAJ implementation
 1. DOOM - New Feature
 1. Pack/Unpack capability for the generated code- New Feature
 1. Axis Data Binding - ADB (Framework and Schema Compiler)
 1. Numerous bug fixes since last release
 
== Axis2 Experimental Features List ==
 1. Sessions scoping for Application, SOAP, Transport and Request levels
 1. Server side Web Service Policy support
 1. ?wsdl and ?xsd support
 1. Generating ServiceClient for a given WSDL and invoke the corresponding service using generated client.

== Major changes since last release ==
 1. Fixing of memory leaks
 1. Client API changes , Introducing ServiceClient instead of MEPClient, InOnlyMEPClient, InOutMEPClient, Call. (Please note that the above classes will be deprecated in this release.)
 1. Module versioning support , can have multiple versions of the same module and use them depending on the requirement.
 1. Code generator imporved to process multiport WSDL's properly
 1. Packing and unpacking options for the code generated classes
 
== Tools included in this Release ==
 1. Axis2 Web Application (Web App)
 1. WSDL2WS- eclipse Plugin/ Command line version/ Intellij IDEA Plugin
 1. Service Archive Wizard- eclipse Plugin/ Intellij IDEA Plugin

== What's still to do? ==
See list of what we think needs to be done, and consider helping out if you're interested & able!
 1. JAX-RPC 1.1 and/or JAX-WS compliance
 1. SOAP Encoding
 1. Binary serialization and de-serialization support
 1. Management Interface for Axis2
 1. Implementation of other Transports.
 1. Resource framework implementation (WS-RF) and Enterprise web services such as JSR 109 support
 1. Completion of Interop tests