• 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

Please guide my way thru!

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello group,
This is my first mail in this forum. Yesterday I cleared my SJCP with 85 pc marks. And as obvious, I am looking at my new target, Web Component Certification.
I would like U all to plz guide me thru the books I shud buy, resource online, and stuff.
TIA,
Manvir.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
These will be helpful,
Understand the JSP and Servlet API's as required by the objectives.
(request,response,listeners,jspext, the return values for tag handler classes-very important)
The DTD elements for web.xml nd tld files
The default values for the relevant elements in the 2 xml files...Please look at the JSP1.2 and Servlet 2.3 specifications. They are good and clear enough to learn about DTDs. The specs had info which I didn't come across in other books about the xml files.
The xml representation of the actions,directives,expressions,scriptlets
Understand the 5 patterns. I did neglect this part and had tough time with related questions.
To be simple, stick to the objectives and refer to API docs, and specifications.
I was not trying to confuse you, if I did so.
Good Luck
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic