-
Web services with JAXB (3 messages)
- Posted by: Michael Meehan
- Posted on: June 08 2006 09:34 EDT
The latest Java Web Service Developer Pack, JWSDP 2.0, supposedly does away with inconsistencies and presents an "integrated stack" for Web services. The JAXB version 2.0 it includes uses the JSR-222 spec. JWSDP 2.0 contains 10 separate technology toolkits and numerous sample applications. In "Web services with JAXB" from SearchWebServices, William Brogden examines the JAXB reference implementation, which is part of project Glassfish. He also shows how to automatically create schemas from a Java file, generate Java classes from a schema and serialize a WordLookup object. Message was edited by: joeo@enigmastation.comThreaded Messages (3)
- old news by Ivan Susanin on June 08 2006 10:03 EDT
- Re: old news by Casual Visitor on June 09 2006 04:51 EDT
- Re: old news by PJ Murray on June 10 2006 05:21 EDT
- Re: old news by Casual Visitor on June 09 2006 04:51 EDT
-
old news[ Go to top ]
- Posted by: Ivan Susanin
- Posted on: June 08 2006 10:03 EDT
- in response to Michael Meehan
JAXB 2.0 is great, but this is old news. -
Re: old news[ Go to top ]
- Posted by: Casual Visitor
- Posted on: June 09 2006 04:51 EDT
- in response to Ivan Susanin
JAXB 2.0 is great, but this is old news.
Codegeneration in general is great but underrated by the aficionados of the usual kitchen sink frameworks. -
Re: old news[ Go to top ]
- Posted by: PJ Murray
- Posted on: June 10 2006 05:21 EDT
- in response to Casual Visitor
+1 PJ Murray, CodeFutures Software Data Access Objects and Service Data ObjectsJAXB 2.0 is great, but this is old news.
Codegeneration in general is great but underrated by the aficionados of the usual kitchen sink frameworks.