• 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

confused with scdjws

 
Greenhorn
Posts: 26
MySQL Database Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey there, can anybody tell me, if I can skip scbcd and go directly for web services certification.
I know hibernate in good fashion, so i don't find any good in scbcd.
What all basic knowledge is required for scdjws?
And where can i get the exam objectives.

Thanks in advance!
 
Greenhorn
Posts: 27
Firefox Browser MySQL Database BSD
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Abhi Agar wrote:Hey there, can anybody tell me, if I can skip scbcd and go directly for web services certification.
I know hibernate in good fashion, so i don't find any good in scbcd.
What all basic knowledge is required for scdjws?
And where can i get the exam objectives.



You don't need SCBCD for the Web Services exam but SCJP is a requirement. The exam objectives are available at the certification page.
This exam has more focus on general understanding than API usage. You can expect questions on basic concepts (e.g. SOAP vs. REST), supporting technologies, like SOAP and WSDL in a high depth, XSD questions and scenario-based decision, e.g. which technologies to use with the given scenario. For the API part, expect some XML handling (DOM, SAX, StAX, JAXB), JAX-WS and JAXB annotations, maybe some JAXR. Also count with questions on how JAX-WS integrates with other technologies, like EJB and Servlet. I used Ivan Krizsan's study notes and I highly recommend them for preparation.
 
reply
    Bookmark Topic Watch Topic
  • New Topic