• 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:

SCDJWS 6

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

I see on the Oracle site that version 6 of the webservices exam will be available on their site from the 8th of February.

Can anyone recommend any good material for this version of the exam?
Also, if anyone can provide details to links on material that shows differences between version 5 and version 6 of the exma, that would be very useful

Looking forward to your response

Thanks
Damien
 
Ranch Hand
Posts: 558
2
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure, if this is a good news or bad for me....

After a very long delay in my preparation for SCDJWS 5.0, I have decided to take SCDJWS 5.0 in the month of Feb. But I think, I need to wait for the 6.0 to show up. Looking at the objectives, I see most of the topics of 5.0 are carried to 6.0 except with the addition of an elaborated REST. Does any one who took the beta exam or any sort of information on the topics and the versions of WSDL, SOAP being covered.

 
Bartender
Posts: 3958
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Kumar Raja wrote: Does any one who took the beta exam or any sort of information on the topics and the versions of WSDL, SOAP being covered.



I might be wrong...

SOAP 1.1
WSDL 1.1
 
Kumar Raja
Ranch Hand
Posts: 558
2
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Taking the exam topics listed in Oracle site,

* Create an SOAP web service in a servlet container
* Create a RESTful web service in a servlet container
* Create a SOAP based web service implemented by an EJB component
* Create a RESTful web service implemented by an EJB component
* Configure JavaEE security for a SOAP web service
* Create a web service client for a SOAP based web service
* Create a web service client for a RESTful web service
* Create a SOAP based web service using Java SE platform
* Create handlers for SOAP web services
* Create low-level SOAP web services
* Use MTOM and MIME in a SOAP web service
* Use WS-Addressing with a SOAP web service
* Configure Message Level security for a SOAP web service
* Apply best practices to design and implement web services


I do not see any topic on XML, SOAP 1.1/SOAP1.2, WSIT, XML Processing (JAXP, SAX, DOM etc).

Are these topics removed from SCDJWS 6.0?

Also, what does it mean by "Create low-level SOAP web services'? Does it mean by the usage of SAAJ
 
Mikalai Zaikin
Bartender
Posts: 3958
43
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi !

WSIT, XML, JAXP, SOAP are not removed. It's just poorly compiled exam objectives. Be prepared to answer a few questions on these topics.

Fair amount of questions were on JAX-RS during Beta.

Bet regards,
MZ
 
Kumar Raja
Ranch Hand
Posts: 558
2
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Mikalai
 
Greenhorn
Posts: 2
Eclipse IDE Flex Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am a new member in java ranch and preparing for the scdjwd 6. Can you please any one guide me what are the recommended books for REST webservices.

Thanks in advanced

Regards,
Dhanveer
 
hangman
Posts: 220
Angular Framework Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As far as material about REST, I enjoyed Chapter 3 of Mark Hansen's "SOA Using Java Web Services." The chapter was called "Basic SOA Using REST." Furthermore, Martin Kalin's "Java Web Services Up and Running" has a 70 page long chapter on REST I found interesting.

But I did not take the Beta exam, so I am not sure how much these would help us or if we need to go out and buy another book like ReSTful Web Services or something else. Can anyone else tell us?
Thank you.
reply
    Bookmark Topic Watch Topic
  • New Topic