• 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 Spec doc and scwcd notes update

 
Ranch Hand
Posts: 284
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all again,

I finished for you the servlet spec summary document this morning by adding Filters ans Security sections. It IS a summary as you can see, but points out key points about each subject. Feedback appreciated if you feel some points are missing. Link to this new doc is in my signature.

I also had to correct my scwcd_notes document because i found one mistake while working on the security section of servlet spec. I wrote this about auth-constraint combos :
if one security-constraint refering to a request (resource/http method pair) has NO auth-constraint for the specified request, then NO user is allowed.
Which is false, in this case ALL users are allowed.

Page 48 :


becomes



Doc is corrected and uploaded, you can get the latest version in my signature.

Hope it helps you !
 
Ranch Hand
Posts: 158
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Fredrick Sir,

me just passed SCJP with 85%
i just got ur notes which wld be very helpfull in my prep for my next Exam
Is Head First Servlets and JSP is the right book to buy for the SCWCD exam
me from India.
 
Frederic Esnault
Ranch Hand
Posts: 284
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi harish !
First of all congratulations for becoming a SCJP !

I'm happy if you find my notes usefull.

To answer your question, as you'll see in this forums, everyone (i think) says that the HFSJ book is indeed the right choice for SCWCD prep.

I confirm, if you want my opinion, that this book is the right book to buy.

My notes were created based on my study of the HFSJ book anyway

Good luck for your SCWCD !
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic