• 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

Question for Mark Hasen

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does the book help in preparing for SCJWSD.
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is my understanding that SOA Using Java� Web Services (amazon US) may be of some help as it may make it easier for you to understand Java-based web services in general.
However the book seems to deal with JAX-WS in the context of Java SE 6 or Java EE 5.
The SCDJWS certifies you for JAX-RPC 1.1 (and XML 1.0, XML Schema, SOAP 1.1, WSDL 1.1, WS BP1.0a, UDDI 2.04, JAXR 1.0, JAXP 1.2, JAXB 1.0, SAAJ 1.2, Servlet 2.4, EJB 2.1) in the context of J2EE 1.4 � these older specifications are quite a bit different.
So you would still have to cover the material presented in
  • J2EE Web Services (Richard Monson-Haefel) (aka RMH)
  • Designing Web Services with the J2EETM 1.4 Platform JAX-RPC, SOAP, and XML Technologies (pdf) (Java Blueprints)

  • for the certification and keep it separated in your head from the standards presented in SOA Using Java� Web Services.
     
    author
    Posts: 61
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I'm not sure what material exactly is covered in the SCJWSD.

    Like Peer said, however, my book is focussed on Web Services for Java EE 5 and Java SE 6. It would be an excellent study guide for JAX-WS 2.0, JAXB 2.0, JSR-181, and JSR-109.

    However, if you need to study Web Services in the the J2SE 1.4 specification (i.e., JAX-RPC 1.1, JAX 1.0, etc.) then Richard Monson-Haefel's book is the definitive reference. And, like Peer said, always include the Java Blueprints in your studies.
     
    You save more money with a clothesline than dozens of light bulb purchases. Tiny ad:
    a bit of art, as a gift, that will fit in a stocking
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic