• 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

Java EE 5 or Java EE6

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone, i have comepleted SCJP and SCWCD certifications and looking to take up Web services developer exam, can someone please guide me if i need to take up the one bsaed on EE5 or EE6, also plese let me know of any good books/reference guides for the same.

Thanks
 
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will take version 6.
The references :
Ivan's notes at : http://www.slideshare.net/krizsan/scdjws-5-study-notes-3085287
RMH' J2EE Web services (skip UDDI, JAX-RPC)
Java Web Services Up and Running
http://jersey.java.net/nonav/documentation/latest/jax-rs.html (Chapter 1-5)
MZ's study notes at http://java.boot.by/ocewsd6-guide/index.html or some other guide?
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations.. Dear friend..

May I know a bit about preparation you had for both. Like duration,any mandatory courses attended for the same, cost, exam experiences,study materials...

Regards

Bhavee
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

yogesh.lr kumar wrote:Hello Everyone, i have comepleted SCJP and SCWCD certifications and looking to take up Web services developer exam, can someone please guide me if i need to take up the one bsaed on EE5 or EE6, also plese let me know of any good books/reference guides for the same.

Thanks



hey yogesh

Better you try Java EE version 6. See the following url it tells you the preparation tips

http://www.epractizelabs.com/blog2/?p=110
 
Himai Minh
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will suggest to buy ePractice Lab later. I heard the latest version of the practice exam will be more polished.
 
yogesh.lr kumar
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I actually bought epractze labs for SCBCD some time back and found it very difficult to follow . I am at a begginer level and needed some more details.
Can someone please tell me what would be good books to start preparing for Web services developer exam for a biginner.
 
Himai Minh
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The references I listed in the previous posts are the major references.
Sometimes, I need to google for more information.

Also, I heard EPractice Lab in the previous version gave reader some wrong answers. But the latest version is better as I was told. I will buy one later.
 
yogesh.lr kumar
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Himai Minh wrote:The references I listed in the previous posts are the major references.
Sometimes, I need to google for more information.

Also, I heard EPractice Lab in the previous version gave reader some wrong answers. But the latest version is better as I was told. I will buy one later.



Hey Himai,

Can you please tell what are the chapters we need to study from Web Services up and running, also what is the server setup we need to have on our machine for working on these examples.
Thanks
 
Himai Minh
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For the up and running book, I will read all 7 chapters. But for Chapter 4, I will skip the session about WADLing with Java Based Restful services and JAX-RS walding through Jersey as WADL is not required for this exam.
I am not sure if I should skip The Restlet Framework. The exam objective does not say anything about Restlet.


I gave up the sessions about Java Client Against Real world Restful service because the sample code does not work anymore. This book was published in 2009. Things change.


All you need so far is Eclipse/NetBean or any IDE, JDK 1.6 version. Maybe google tcpmon. It is an online tool for you to capture the SOAP request/response.
Or try this https://docs.google.com/file/d/0B0jSBr_NvThZNVNMYTBWR3BTRzA/edit?pli=1
It is a soap handler for chapter 3.

Visit www.examclouds.com to answer the questions regarding to RMH's book and Up and Running book.

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic