Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 61220 invoked from network); 3 May 2006 10:43:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2006 10:43:50 -0000 Received: (qmail 35707 invoked by uid 500); 3 May 2006 10:43:44 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 35622 invoked by uid 500); 3 May 2006 10:43:43 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 35611 invoked by uid 500); 3 May 2006 10:43:43 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 35608 invoked by uid 99); 3 May 2006 10:43:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 03:43:43 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 03 May 2006 03:43:42 -0700 Received: (qmail 60939 invoked by uid 65534); 3 May 2006 10:43:21 -0000 Message-ID: <20060503104321.60922.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r399245 - /webservices/axis2/trunk/java/release-notes.html Date: Wed, 03 May 2006 10:43:20 -0000 To: axis2-cvs@ws.apache.org From: deepal@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: deepal Date: Wed May 3 03:43:17 2006 New Revision: 399245 URL: http://svn.apache.org/viewcvs?rev=399245&view=rev Log: fixing few mistakes in doc Modified: webservices/axis2/trunk/java/release-notes.html Modified: webservices/axis2/trunk/java/release-notes.html URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/release-notes.html?rev=399245&r1=399244&r2=399245&view=diff ============================================================================== --- webservices/axis2/trunk/java/release-notes.html (original) +++ webservices/axis2/trunk/java/release-notes.html Wed May 3 03:43:17 2006 @@ -1,72 +1,72 @@ - - - - :: Axis2 Release Notes :: - - - -

Axis2 Release Notes

- -

This is the Apache Axis2 1.0 Release!

- -

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.
  2. -
  3. Support for One-Way Messaging (In-Only) and Request Response Messaging - (In-Out).
  4. -
  5. Module Architecture, mechanism to extend the SOAP Processing model.
  6. -
  7. Module version support, can have multiple versions of the same module - and use them depending on the requirement.
  8. -
  9. Contextt hierarchy
  10. -
  11. Archive based deployment model and Directory based deployment model
  12. -
  13. JWS like deployment (making Java class into Web service)
  14. -
  15. WSDL Code Generation tool for stubs and skeletons
  16. -
  17. WS-Addressing, both the submission (2004/08) and final (2005/08) - versions
  18. -
  19. WSS4J module for security (Apache Rampart)
  20. -
  21. Improved and user friendly Client API
  22. -
  23. WSDL2Java and Java2WSDL
  24. -
  25. REST (REpresentational State Transfer) Support
  26. -
  27. Transports supports: HTTP, SMTP, TCP, JMS
  28. -
  29. Raw XML and RPC providers
  30. -
  31. Support for MTOM/ MIME/ SwA
  32. -
  33. SAAJ implementation
  34. -
  35. DOOM (OM DOM implementation)
  36. -
  37. Pack/Unpack capability for the generated code
  38. -
  39. Axis Data Binding - ADB (Framework and Schema Compiler)
  40. -
  41. Transport framework improvements (ListenerManager)
  42. -
  43. Module disengagemnt support
  44. -
  45. Loading modules (.mar files) from classpath
  46. -
  47. Sessions scoping for Application, SOAP, Transport and Request - levels
  48. -
  49. Server side and client side Web service Policy support
  50. -
  51. ?wsdl and ?xsd support
  52. -
  53. Dynamic ServiceClient generation for a given WSDL and invoking the - corresponding service using generated client
  54. -
  55. WSDL fault handling (fault code generation)
  56. -
  57. SOAP 1.1 & 1.2 and HTTP binding generation (?wsdl)
  58. -
  59. Streaming Attachments support for MTOM (SOAP Message Transmission - Optimization Mechanism)
  60. -
  61. URL based deployment mechanism (starting Axis with remote - repository)
  62. -
  63. Unexpanded war support (location of axis2.xml and repository can be - specified in web.xml )
  64. -
- - - -

Alas Apache Axis2 1.0 version is released! If you happen to have a vision -of how the next generation Web services platform should be, contribute to -Apache Axis2, and help us shape it. Any contribution in the form of coding, -testing, submitting improvements to the documentation, and reporting bugs are -always welcome.

- -

Thank you for your interest in Axis2.

--The Axis2 Development Team - + + + + :: Axis2 Release Notes :: + + + +

Axis2 Release Notes

+ +

This is the Apache Axis2 1.0 Release!

+ +

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.
  2. +
  3. Support for One-Way Messaging (In-Only) and Request Response Messaging + (In-Out).
  4. +
  5. Module Architecture, mechanism to extend the SOAP Processing model.
  6. +
  7. Module version support, can have multiple versions of the same module + and use them depending on the requirement.
  8. +
  9. Context hierarchy
  10. +
  11. Archive based deployment model and Directory based deployment model
  12. +
  13. JWS like deployment (making Java class into Web service)
  14. +
  15. WSDL Code Generation tool for stubs and skeletons
  16. +
  17. WS-Addressing, both the submission (2004/08) and final (2005/08) + versions
  18. +
  19. WSS4J module for security (Apache Rampart)
  20. +
  21. Improved and user friendly Client API
  22. +
  23. WSDL2Java and Java2WSDL
  24. +
  25. REST (REpresentational State Transfer) Support
  26. +
  27. Transports supports: HTTP, SMTP, TCP, JMS
  28. +
  29. Raw XML and RPC providers
  30. +
  31. Support for MTOM/ MIME/ SwA
  32. +
  33. SAAJ implementation
  34. +
  35. DOOM (OM DOM implementation)
  36. +
  37. Pack/Unpack capability for the generated code
  38. +
  39. Axis Data Binding - ADB (Framework and Schema Compiler)
  40. +
  41. Transport framework improvements (ListenerManager)
  42. +
  43. Module disengagemnt support
  44. +
  45. Loading modules (.mar files) from classpath
  46. +
  47. Sessions scoping for Application, SOAP, Transport and Request + levels
  48. +
  49. Server side and client side Web service Policy support
  50. +
  51. ?wsdl and ?xsd support
  52. +
  53. Dynamic ServiceClient generation for a given WSDL and invoking the + corresponding service using generated client
  54. +
  55. WSDL fault handling (fault code generation)
  56. +
  57. SOAP 1.1 & 1.2 and HTTP binding generation (?wsdl)
  58. +
  59. Streaming Attachments support for MTOM (SOAP Message Transmission + Optimization Mechanism)
  60. +
  61. URL based deployment mechanism (starting Axis with remote + repository)
  62. +
  63. Unexpanded war support (location of axis2.xml and repository can be + specified in web.xml )
  64. +
+ + + +

Apache Axis2 1.0 version is released! If you happen to have a vision +of how the next generation Web services platform should be, contribute to +Apache Axis2, and help us shape it. Any contribution in the form of coding, +testing, submitting improvements to the documentation, and reporting bugs are +always welcome.

+ +

Thank you for your interest in Axis2.

+-The Axis2 Development Team +