• 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

Servlet.JSP,JSTL Specs

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All.
I have started preparing for SCWCD 5 and was wondering how much of the Specs can help in preparation and what will be the % (roughly) of the number of questions on the exam related to the Specs ?
Waiting for a favorable reply.Thanks in advance.
kind Regards.
Hasnain.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd guess that if you haven't read the specs at least once and understood them, then you're on shaky ground as far as the exam (and developing Java web apps) goes.
 
Hasnain Javed Khan
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmmm... in the FAQ section, it's mentioned to just skim through it !!
What would be the best way to go through it ? read the spec corresponding to the chapter (exam objective) in HF book ?

Kind Regrads.
Hasnain.
 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You don't need to read it if you want to pass SCWCD - of course it will be good thing, but it is not necessary.

If you really want to read it, read it after you read for example HF.
 
Hasnain Javed Khan
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tomasz Stachlewski wrote:You don't need to read it if you want to pass SCWCD - of course it will be good thing, but it is not necessary.

If you really want to read it, read it after you read for example HF.



Well the reason I asked for reading the spec is that some mock questions at the end of the chapters in HF has questions which could be answered by reading the specs (there are no details/material in the HF chapters for those questions).

Kind Regards.
Hasnain Javed.
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that without being VERY familiar with Servlet 2.4, JSP 2.0, and JSTL 1.1 specifications, you would be at a disadvantage when either taking the test or working in the field.

However, these documents can be cryptic...much like consulting the "oracle at delphi"...so you should also install a servlet engine (like tomcat) and do some experimenting with code.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic