• 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

The eight listeners for the exam

 
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On p. 182, chapter 5 of Head First book, there are 8 listeners: ServletContextAttributeListener, HttpSessionListener, ServletRequestListener.....

For the exam, do I need to know the implementations of all of them or just need to know their definitions?

The book only provides an example of HttpServletBindingListener. I assume this listener is the most important one for this exam?
 
Ranch Hand
Posts: 1376
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all, I guess Head First book is not a book for exam preparation. Head First book is to gain knowledge of Servlets/JSP. So, contents of this book can not be mapped back to Oracle exam objectives.
For the exam, Yes, you need to know all 8 listeners and difference among them (and which listener to use in which scenario)

 
Himai Minh
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes. The Head First for Servlet and JSP is dedicated for this exam . It is written by the creators of the exam.
Everyone is recommending to read it for this exam.
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For the WCD exam, do need to know all 8 listeners: when to use which listener and the event (parm) they take
 
reply
    Bookmark Topic Watch Topic
  • New Topic