-
JaxB and JavaWebservices (3 messages)
- Posted by: kuha guna
- Posted on: April 25 2008 08:54 EDT
how does jaxb come in contact with java webservice, how does both relate together,can somebody help me in giving some idea on it. thanks in advanceThreaded Messages (3)
- JAX-WS 2.1 by Will Williams on April 26 2008 00:22 EDT
- Re: JAX-WS 2.1 by kuha guna on April 28 2008 02:39 EDT
- I found xstream very useful by Sunil n Abinash - on May 03 2008 02:36 EDT
- Re: JAX-WS 2.1 by kuha guna on April 28 2008 02:39 EDT
-
JAX-WS 2.1[ Go to top ]
- Posted by: Will Williams
- Posted on: April 26 2008 00:22 EDT
- in response to kuha guna
The new JAX-WS specification and RI provided by Sun via Glassfish is a great place to start. There are several examples of using JAXB and Web Services. But beware! As you go explore using JAXB, you will learn to focus more on the schema, especically the schema types. Enumerations in XSDs don't work well when converting to JAXB because the JAXB generator creates a enumeration class that cause errors when generating the web service client. Also eclipse has a JAXB plugin to generate the classes from XSD schema..... Good luck! -
Re: JAX-WS 2.1[ Go to top ]
- Posted by: kuha guna
- Posted on: April 28 2008 02:39 EDT
- in response to Will Williams
Thanks dude! -
I found xstream very useful[ Go to top ]
- Posted by: Sunil n Abinash -
- Posted on: May 03 2008 14:36 EDT
- in response to kuha guna
I was comparing JAXB and XStream.. Finally I liked the XStream guys. They have developed a cool product to ensure flexibility and high performancec. Cheers, Abinash http://sunilabinash.vox.com/