• 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

Passed OCE-JWCD (1Z0-899) with 91%

 
Greenhorn
Posts: 4
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Passed Java EE 6 Web Component Developer with a 91% score. I thought it was easy if you already have experience.

I have over 8 years experience with servlets/jsp so I was able to prepare and take the test in less than 2 weeks. I read Head First Servlet & JSP, then the Servlet 3.0 specification. Also did all Enthuware exams and studied the JSP tags and JSTL.

Thanks for all the resources here!
 
Bartender
Posts: 2419
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats, Tomas.
By the way, someone said these topics are not covered in the Head First Servlet and JSP book:


More options for the Model
Understand the roles of JDBC and JPA
Understand the many elements that make up the model
Understand fundamentals of connecting to a database using JDBC or JPA

Asynchronous web applications
Understand the interactions that are essential to asynchronous web pages
Understand the role of AJAX-style client side programming
Implement asynchronous servlets using the facilities of Java EE 6

Understand the role of JAAS in pluggable/extensible authentication for web applications



How do you handle these topics in the exam?
 
Tomas Milian
Greenhorn
Posts: 4
1
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Himai,

More options for the Model
Understand the many elements that make up the model


I got a question regarding exception handling in the model layer, which basically is to surround with a try/catch and handle it there.

Understand the roles of JDBC and JPA


I didn't get any of these, although you would only need to know how to either inject (@Resource) or define in the deployment descriptor, nothing else.

Asynchronous web applications
Understand the interactions that are essential to asynchronous web pages
Understand the role of AJAX-style client side programming
Implement asynchronous servlets using the facilities of Java EE 6



There were probably 3 or 4 questions on async servlets, basically how to configure them, the class name of the listener, and not much else. The questions were very similar to what you find in Enthuware exams.
The spec is very confusing regarding async servlets, they should probably rewrite that whole section.

Understand the role of JAAS in pluggable/extensible authentication for web applications



Did not find any JAAS related questions in the exam. I think JAAS in a Servlet container is more related to the container configuration/implementation than the actual deployed applications. I had no idea this is supposed to be on the test.

I knew most of the spec from work experience mostly, but it does help to read it and you always learn new things.

Hope this helps, even if a little, good luck! I'm preparing for EJB now, done a lot of work with it as well, see how it goes...

Thanks!
 
Himai Minh
Bartender
Posts: 2419
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tomas,
Thanks for your details.
I just passed EJB exam four days ago.
You can visited the EJB forum to get an idea about that exam.
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
 
Creator of Enthuware JWS+ V6
Posts: 3411
320
Android Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations

and thanks for answering the questions, that deserves a Cow!
 
reply
    Bookmark Topic Watch Topic
  • New Topic