• 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

My web app configuration file documents

 
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,

This time i give you my document about configuration files (web.xml and tag libraries).

Hope this helps.

Link : http://esnault.frederic.free.fr/Webapp_conf_files.pdf
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fred, the document is great.

Can you please update the "Application Listeners" heading to reflect that both HttpSessionBindingListeners and HttpSessionActivationListeners are not configured in the DD?

Thanks
[ March 06, 2006: Message edited by: K Bala ]
 
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, and thanks for feedback.

I had a doubt about HttpSessionActivationListener and DD, but every check i made confirms you're right.

My problem is in the HFSJ book, page 261, there is a "Watch out" note saying :
HttpSessionActivationListener must be configured in the DD.

Well anyway, i updated the document and uploaded it on my website.
It's available for download by the time i post this.

By the way, i think i'll update this document again because i'm definitely not satisfied with the tag files part. I will describe a little bit more the attributes, variable, specific actions for tag files.

And i'm working on the API doc by now.

Thanks again for your reading and correction !
 
K Bala
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Frederic, the HFSJ book indeed says "HttpSessionActivationListener must be configured in the DD" but if you check the errata, they have told - You do NOT configure session binding listeners OR SESSION ACTIVATION LISTENERS in the DD!

I will study your notes and submit any corrections that I come across.

You are doing a great job. Thanks so much.

How nice of you to share it with us!
 
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
Thansks for so kind comments

I checked the HFSJ errata and saw the BANG note was actually erroneus.
Thanks again for correcting me.
 
reply
    Bookmark Topic Watch Topic
  • New Topic