Hi

This is a bit of a dumb question, but I need a little bit of clarification and the docs don't make it completely clear.

I have some data which is read in from a configuration file at application startup and creates a POJO which is then never modified. I was thinking of making this an ASO with scope="application". If I do so, am I right in thinking that the persistence mechanism won't attempt to save this object in any session and that the data will be available to all sessions. I emphasize that this object is an immutable singleton. Its also quite large, hence the concern about not saving it in a session!

Regards

Alan Chaney


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to