As I know, the ResourceBundle Impl Class in JDK will cache properties for you, so it is not necessary to store message bundle in session.
Liu yehui [EMAIL PROTECTED] On Tue, 1 Mar 2005 16:34:14 -0500, Cohen, David <[EMAIL PROTECTED]> wrote: > I was wondering if anyone has had experience clustering a web > application that makes use of the fmt jstl libraries. I am storing the > message bundle from setBundle into the session to avoid reloading the > properties file on every page hit. Unfortunately, the resource bundle > class isn't serializable which means that the session can't be properly > serialized between cluster instances. Any one else run into this > problem? > > Thanks for the help, > > David Cohen > Computer Associates > Software Engineer > tel: +1 631 342 3590 > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
