• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JAXB

 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
1.Has anybody read the JAXB chap. from Web Services Architecture Book. If so can u pls give cooments?or any other alternate comprehensive resource.
2. I am relying only on RMH for JAXP(SAX,DOM).Is that suffiecient?
Thanks..
 
Ranch Hand
Posts: 318
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I read jaxb from java webservice tutorial
http://java.sun.com/webservices/docs/1.3/tutorial/doc/JavaWSTutorial.pdf
It is very nicely given
These are the two objectives that "mention" jaxb
Objective 5.3
Describe the functions and capabilities of JAXB, including the JAXB process flow, such as XML-to-Java and Java-to-XML, and the binding and validation mechanisms provided by JAXB.
Objective 9.2
Given a set of requirements, develop code to process XML files using the SAX, DOM, XSLT, and JAXB APIs.

Jaxb customizations was kind of tricky
I could not grasp all of it
BUT the objectives do not mention it!
I expect someone else also to comment on specifically to customizations.
Is it ok if we kind of ignore them ?
 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kalpesh,

I agree. Customizations are quite tricky. I just gave them a browse. Hoping they won't showup in the exam. :roll:

Dushy
reply
    Bookmark Topic Watch Topic
  • New Topic