• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JAX-RPC 1.1 ( JSR 109) and JAXB

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I want to unmarshall/Marshal the XML using JAXB frame work. Where should I begin?

Thanks
E
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JAX-RPC 1.1 is JSR-000101 JavaTM APIs for XML based RPC
JSR-000109 Web Services for Java EE 1.2 (Maintenance release) covers both JAX-RPC 1.1 and JAX-WS 2.0
The links below are for JAX-RPC 1.1

JWSDP 1.6 Tutorial Chapter 1: Binding XML Schema to Java Classes with JAXB
JWSDP 1.6 Tutorial Chapter 2: Using JAXB
Patterns and Strategies for Building Document-Based Web Services - Strategy: Integration with JAXB
[ June 06, 2007: Message edited by: Peer Reynders ]
 
Ephraim Paka
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Helo All,

I donot have the javax.xml.bind package in my WSAD6.0, What do I need to do to get that inorder for me to use those classes(Marshaller etc.)

Thanks Peer and other

E
 
Peer Reynders
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JAXB was never a mandatory part of the J2EE 1.4 platform
You can get the JAXB 1.06 RI from the JAXB RI page - click on the Stable Builds link.
You can't use JAXB 2 and up as it requires Java 5.
 
reply
    Bookmark Topic Watch Topic
  • New Topic