• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is SCJWSD for the J2EE platform?

 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am not too sure whether this certification is for the J2EE platform.
I think in J2EE there is no JAXB, right?
Regards,
Meng Tan
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is for the J2EE platform.If i am correct JAXB is used when mapping xml documents to java classes and vice versa.So it is useful when u develop web services
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
At this poing JAXB is not part of J2ee but for this exam this is a part.
 
author
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Technically this exam is not just a J2EE Web Services exam, its a Java Web services exam. In reality, the bulk of the questions are concerned with J2EE 1.4 Web Services. That said, the objectives clearly say that JAXB is in the exam as are architecture and design issues, so you'll need to be a bit broader than J2EE, but not much.
The J2EE Web Services books along with the Blueprints will prepare you for most of the exam, you can supplement that by studying JAXB and other architecture, design and security documents.
 
reply
    Bookmark Topic Watch Topic
  • New Topic