Venkat Reddy wrote:
Yep. We are looking at it. We haven't gone too far with
implementation, and we have other things to worry about - JAXB
extension for Axis2, for instance.
Yep
is someone planning to do a JAXB2 impl ?
Can't we rely only on the JAXB API ?
I haven't looked this part in depth
Yes, there are risks to evolve
implementation alongwith API, but there is pretty good amount of reuse
and i think its worth the risk.
The point was just that the latest jaxws draft has bring *a lot* of
changes (not only some method additions, ...).
Maybe that's the good time to update the API, before the impl is too
tightly coupled to the API ...
Just my 2c ;)
Guillame, are you also looking into this stuff for JonAS?
Yes, sure I can give a hand :)
Guillaume
- venkat
On 8/11/05, Guillaume Sauthier <[EMAIL PROTECTED]> wrote:
Hi Venkat
It appears that the jaxws2.0 API sources in the scratch area are not up
to date.
The latest JAX-WS2.0 draft has bring a lot of change along with the
renaming of the spec :
package moved from javax.xml.rpc to javax.xml.ws
JAXRPCException renamed to WebServiceException
JAXRPCContext deleted and replaced by a simple Map
Call interface had disapeared !
Some annotations has been added some other removed
...
I think we shouldn't start implementing jaxws until the api sources are
updated.
What do you think ?
Cheers
Guillaume
PS: Is there some (legal?) constraints for API sources implementation ?
Can we copy/paste javadoc comments?