• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Which parts of the JSP/servlet Spec must one go through

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kathy,
Iam preparing for the scwcd 1.4 and I love your Head First Servlets Book,
It is simpley superb!!!.
I just wanna know that which parts of the spec one should go thro for the exam,as the spec is quite huge.
Also thanks to everyone who was involved in the HeadFirst Servlets..
hip hip hoorah.
regards
Sami
 
Ranch Hand
Posts: 140
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Personally, I think anyone studying for any of the Java certifications should read the specification(s) at least once. The information presented is very useful for exam if not for professional day-to-day work.
 
Cowgirl and Author
Posts: 1589
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
At Sun, the people who created the JSP and Servlets specs have specificially stated that these specs are intended for Container developers rather than web component developers. This is true of the EJB spec, yet the EJB spec contains a lot more practical/usable info for developers, so we definitely recommend that everyone read the EJB spec. But with the JSP and Servlet specs... my recommendation is different.

I would say that you should DEFINITELY download them and have them on PDF on your computer, but refer to them only when you want more explicit detail or you want the definitive answer (although those aren't always in the spec the way you'd hope), or you have questions.

I DO recommend that you go through the JSTL 1.1 guide, for the core libraries (things that are prefixed with <c: > , and then flip through so that you have a good feel for what *else* is in JSTL. This is not for the exam, but for the real world.

So, my summary:

* Download the specs and have them handy on your machine to refer to.
* You do not need (and I don't recommend) reading them start to finish.

However, it would not HURT!! It's just not necessary, and may not be the most productive use of your time unless you have a lot of it. Note, this is NOT my general recommendation about specifications, but rather this is the way I feel about *these* specs (JSP and Servlet specs), and the way in which they were written. And again, the authors of those specifications did not intend them to be used by web component developers, so that wasn't their focus.

cheers,
Kathy
reply
    Bookmark Topic Watch Topic
  • New Topic