• 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

Session Listener Configured in DD

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does HttpSessionBindingListener has to be Configured in DD? How about HttpSessionActivationListener? In HFJP page 254, it said only HttpSessionBindingListener does not need to configure in DD. But in errata, it changed to

"You do NOT configure session binding listeners OR SESSION ACTIVATION LISTENERS in the DD! "

Also in page 261, it said HttpSessionActivationListener must be configured in DD. But errata ssid this should be removed.

So my understanding to this is HttpSessionBindingListener and HttpSessionActivationListener BOTH do not need to be configured in DD. Am I correct?
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes u r right
reply
    Bookmark Topic Watch Topic
  • New Topic