• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Passed OCE Java EE 6, JSP and Servlet Developer Exam with 91%

 
Ranch Hand
Posts: 207
jQuery Eclipse IDE Firefox Browser
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,

Thank you all for your help and guidance, I finally passed the exam after 56 days of preparation .

I studied Head First Servlets and JSP book almost twice and then learned about new features in Servlet 3.0 from some blogs etc., practiced a lot, then read some selected chapters from Servlet 3.0 specifications, and took Enthuware mock exams.

My suggestions for others who are preparing for the exam:

1. Write a lot of code. I didn't use any IDE, just notepad and Tomcat 7. For exam you have to remember a lot of things like tag syntax, EL, DD elements, tlds, tag-files, annotations etc. Writing a lot of code and making it work will help you remember things easily and build up you confidence about what you've learned.

2. Don't ignore new features in Servlet 3.0: Exam had plenty of questions about them. Broadly, they can be categorized in three types: 1-Annotations, 2-Web-fragments, 3-Asynchronous Support. From Servlet 3.0 specification must read chapters are: section 2.3.3.3: Asynchronous Processing, chapter 8: Annotations and Pluggability, Section 13.4.1 @ServletSecurity annotation. Read blogs about new features and most importantly Code,Code,Code...

3. Buy mock exams: Enthuware mock exams are really very good. They reflect the difficulty level of real exam. In the last mock exam I got 89% which is very close to my actual score 91%.

4. Actual exam is difficult so take it only when you are confident enough about your preparation.

Once again thanks a lot and good luck for preparation.

Next: I am planning to learn Hibernate and Spring.
 
Enthuware Software Support
Posts: 4766
52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!! Glad to know that our product was helpful in your preparation
 
Piyush Joshi
Ranch Hand
Posts: 207
jQuery Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Paul!
 
Author
Posts: 3469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats and keep up the good work
 
Piyush Joshi
Ranch Hand
Posts: 207
jQuery Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Arulk
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
First of all congratulations on your result!

I have a question about your preparation for the exam. How much time did you allocate for the changes in these specifications:
Spec: JSR-000245 JavaServer Pages 2.2 and Expression Language 2.2 (Maintenance Release)
Spec: JSR-000052 JavaServer Pages Standard Tag Library Specification (Maintenance Release 2)

I understand that
JSR-000315 JavaTM Servlet 3.0 (Final Release) brings a lot of changes, but what about the other two I mentioned above?
Was the book HFSJSP sufficient to cover those?

Regards,

Raluca
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi piyush
i am also appearing for the same exam.
can you tell me is it neccessary to study JSP 2.2 for the exam ? because head first servlet and JSP contain JSP 2.1 and exam contain JSP 2.2 ....
 
Ranch Hand
Posts: 109
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats!!
 
That feels good. Thanks. Here's a 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