vote up 0 vote down star

Hello!

I need to "dive into JAX-WS programming".

So, I played around with Netbeans, after 20 or so erroneous attempts, finally managed to let a web service client execute a web service.

I noticed, that a lot of code is generated, especially JAXB classes for the web service response.

My current task is, to write a web service and web client completely by hand.

Is JAXB required at all? Is is part of the standard anyway? What would happen without it?

EDIT:
Seems that the answer is given here

flag

63% accept rate
Aye, dup of stackoverflow.com/questions/1300031/… – skaffman Aug 25 at 8:38

1 Answer

vote up 0 vote down

You can see Developing Web Services with Java 2 Platform, Enterprise Edition (J2EE) 1.4 Platform

link|flag
In JavaEE 1.4, there was no JAXB. I assumed that, may be, JAXB was added as mandatory to JavaEE 1.5. – ivan_ivanovich_ivanoff Aug 25 at 8:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.