You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ip...@apache.org on 2005/10/12 22:36:25 UTC

svn commit: r315035 - in /webservices/axis/trunk/site/src/java/src/documentation/content/xdocs: beta1-beta2.xml beta2-beta3.xml java/beta1-beta2.xml java/beta2-beta3.xml java/releases.xml

Author: ips
Date: Wed Oct 12 13:36:21 2005
New Revision: 315035

URL: http://svn.apache.org/viewcvs?rev=315035&view=rev
Log:
fixed a few broken links

Added:
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/beta1-beta2.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/beta2-beta3.xml
Removed:
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/beta1-beta2.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/beta2-beta3.xml
Modified:
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml

Added: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/beta1-beta2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/beta1-beta2.xml?rev=315035&view=auto
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/beta1-beta2.xml (added)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/beta1-beta2.xml Wed Oct 12 13:36:21 2005
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "./dtd/document-v12.dtd">
+<document>
+  <header>
+    <title>WebServices - Axis</title>
+  </header>
+  <body>
+
+<a name="ChangesFromBeta1ToBeta2"/>
+<section>
+<title>WebServices - Axis - Changes from beta1 to beta2</title>
+
+<ul>
+  <li>javax interfaces are now fully compatible with JAX-RPC version 0.8. And the implementation mostly supports these interfaces.</li>
+
+  <li>Server-side skeletons are no longer generated by default (they can still be generated with the option '--skeletonDeploy true'). If the skeleton exists, WSDL metadata resides within it. If the skeleton does not exist, WSDL metadata resides in deploy.wsdd.</li>
+
+  <li>Generated beans now include robust toString(), equals(..) and hashCode() methods.</li>
+
+  <li>Additional XML-type support:</li>
+
+  <ul>
+    <li>attribute/element "format" attributes.</li>
+
+    <li>derived complexTypes.</li>
+
+    <li>an element or attribute without a type correctly defaults to xsd:anyType.</li>
+
+    <li>abstract attributes on complexTypes.</li>
+  </ul>
+
+  <li>The bindings for the echo sample are now generated from a wsdl file.</li>
+
+  <li>WSDL2Java only generates referenced types (unless --all is specified). Now, derived types are considered referenced if their base type is referenced. If the WSDL file contains xsd:anyType, then all types are considered referenced.</li>
+
+  <li>Meta data and serializer/deserializer access can be embedded in the bean class or a helper class.</li>
+
+  <li>Password support in WSDL2Java</li>
+
+  <li>Improvements to SerializationContext to allow specification of both javaType and xmlType.</li>
+
+  <li>Serialization/deserialization of beans that have public fields instead of getter/setter methods.</li>
+
+  <li>The runtime for beta 2 is built in debug (so when folks have problems and give us stack traces, we can see line numbers).</li>
+
+  <li>Various bug fixes and improvements.</li>
+</ul>
+
+</section>
+
+  </body>
+</document>

Added: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/beta2-beta3.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/beta2-beta3.xml?rev=315035&view=auto
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/beta2-beta3.xml (added)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/beta2-beta3.xml Wed Oct 12 13:36:21 2005
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "./dtd/document-v12.dtd">
+<document>
+  <header>
+    <title>WebServices - Axis</title>
+  </header>
+  <body>
+
+<a name="ChangesFromBeta2ToBeta3"/>
+<section>
+<title>WebServices - Axis - Changes from beta2 to beta3</title>
+
+<ul>
+  <li>JAX-RPC/SAAJ interfaces are now fully compatible with JAX-RPC final version. And the implementation mostly supports these interfaces!</li>
+
+  <li>Support for the new version of the DIME specification for attachments.</li>
+
+  <li>Support for the new javax.xml.namespace.QName, rather than multiple QName classes</li>
+
+  <li>Holders are now generated in a "holders" package.</li>
+
+  <li>You cannot set arbitrary properties on the Call object for now due to JAX-RPC limitations.  We are working with Sun on resolving this.</li>
+
+  <li>Underscores are now supported in names mapped from/to WSDL, and will no longer be removed.</li>
+
+  <li>Various bug fixes and improvements.</li>
+</ul>
+
+</section>
+
+  </body>
+</document>

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml?rev=315035&r1=315034&r2=315035&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml Wed Oct 12 13:36:21 2005
@@ -136,7 +136,7 @@
 </table>
 </p>
 
-<p>For nightly builds, see the <a href="interim.html">Interim Drops</a> page.</p>
+<p>For nightly builds, see the <a href="../interim.html">Interim Drops</a> page.</p>
 
 </section>