That's the way it is. It'll be put in some Map, of which only one instance
per VM exists. 

> -----Original Message-----
> From: Alan Chaney [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, June 13, 2006 4:41 PM
> To: Tapestry users
> Subject: Clarification about ASOs with scope="application"
> 
> 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]
> 

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

Reply via email to