stevel 2002/12/01 17:53:12 Modified: java release-notes.html Log: some release notes Revision Changes Path 1.16 +6 -0 xml-axis/java/release-notes.html Index: release-notes.html =================================================================== RCS file: /home/cvs/xml-axis/java/release-notes.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- release-notes.html 17 Oct 2002 23:39:16 -0000 1.15 +++ release-notes.html 2 Dec 2002 01:53:12 -0000 1.16 @@ -17,6 +17,12 @@ <h2>Changes since Axis 1.0</h2> <ul> +<li>Axis supports JMS for reliable messaging between client and server. +There is no standard wire representation for JMS so you cannot use it as +your external interface, but it can be used for reliable SOAP +messaging in a closed environment. +<li>Many more WSDL and interop issues reported (thank you!) and fixed. +<li>Axis ant tasks are now documented, and are much enhanced. <li>Axis now includes a Castor serializer, handing off XML marshalling to <a href="http://castor.exolab.org/">Castor</a>. Castor integration offers schema validation and autogenerated Java classes from a Schema. Pending documentation and tests,