Here's the doc I'll add to the web pages once we release beta 2 (thanks for
the help, Rich): (See attached file: beta1-beta2.html)
Russell Butek
[EMAIL PROTECTED]
Russell Butek/Austin/IBM@IBMUS on 04/25/2002 09:10:35 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Re: Changes from beta 1 to beta 2
No-one responded to this note. I KNOW we did more than just these two
items since beta 1. I'll add one more:
- various bug fixes.
Russell Butek
[EMAIL PROTECTED]
Russell Butek/Austin/IBM@IBMUS on 04/23/2002 08:35:41 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Changes from beta 1 to beta 2
I'm just priming the pump here. Everyone please add your favorite changes
to this list and I'll collect them all for the AXIS web pages.
Changes from AXIS beta 1 release to AXIS beta 2 release:
- AXIS now complies with all of the JAX-RPC version 0.8 interfaces. The
implementation of these interfaces, however, is not quite complete.
- Server-side skeletons no longer generated by default (they can still be
generated with the --skeletonDeploy option). If the skeleton exists, WSDL
metadata resides within it. If the skeleton does not exist, WSDL metadata
resides in deploy.wsdd.
- ...
Russell Butek
[EMAIL PROTECTED]
Changes from Beta 1 to Beta 2 |
-
javax interfaces are now fully compatible with JAX-RPC version 0.8.
And the implementation mostly supports these interfaces.
-
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.
-
Generated beans now include robust toString(), equals(..) and hashCode()
methods.
-
Additional XML-type support:
-
attribute/element "format" attributes.
-
derived complexTypes.
-
an element or attribute without a type correctly defaults to xsd:anyType.
-
abstract attributes on complexTypes.
-
The bindings for the echo sample are now generated from a wsdl file.
-
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.
-
Meta data and serializer/deserializer access can be embedded in the bean
class or a helper class.
-
Password support in WSDL2Java
-
Improvements to SerializationContext to allow specifcation of both javaType
and xmlType.
-
Serialization/deserialization of beans that have public fields instead
of getter/setter methods.
-
Various bug fixes and improvements.
|