• 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

Some doubts

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends, first sorry for my english, i write from Venezuela


I have been waiting with impatience ( ) during the last two months for the publication of the book HF Servlet, but to fulfill some requirements in my work, I must be certified SCWCD 1.4 for the next week. Reason why during the last two months I was studying by the excellent book of Hanumant Deshmukh and by the specifications of Servlet2.4 and JSP2.0.

Because in the Study Kit of Hanumant do not appear very important points for SCWCD 1.4, I want to ask to this great community where it could obtain some good articles that speak on following subjects

1.- Expresion Language
2.- Simple Tag Even Model
3.- Tag Files Model

It would be excellent that Bert and Kathy could publish the content of their book on some of the previous points, I believe that the community would thank you a lot,,

Additionally, those that took the examination of SCWCD 1.4, i wish to ask if they found questions based on the following classes

FunctionInfo
TagAttributeInfo
TagExtraInfo
TagFileInfo
TagInfo
TagLibraryInfo
TagLibraryValidator
TagVariableInfo
ValidationMessage
VariableInfo
TryCatchFinally


Thank you very much... and greetings from Caracas
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hola Alberto!

I have also been using that book in preparation for the exam and I can recommend Pro JSP by Simon Brown et al, as well as reading the JSP 2.0 spec and Servlet 2.4 spec published by Sun.

Good luck!
 
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The classes that you have mentioned do not appear in the exam. Dont worried,

You could focus on EL, JSTL and Tag classes.

Nick
 
Alberto Justo
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, in my weekend i found this interesting free e-book in TheServerSide.COM, and it helped me to understand the previous subject like EL, JSTL, Simple Tag Event Model and Tag Files.

Jaison Falkner Book

I hope that it serves you ...
 
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Read chapter 15 from this Tutorial .

I hope above helps.

Regards,
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic