Re: Global (application state) data

2008-11-24 Thread Daniel Jue
On Mon, Nov 24, 2008 at 1:55 PM, <[EMAIL PROTECTED]> wrote: > What about an IOC singleton service? Would that work? > Yes, a singleton should work, and may very well use static modifiers in it's definition. - To unsubscribe, e-ma

Re: Global (application state) data

2008-11-24 Thread superoverdrive
What about an IOC singleton service? Would that work? Original-Nachricht > Datum: Mon, 24 Nov 2008 13:59:24 -0300 > Von: "Marcus Veloso" <[EMAIL PROTECTED]> > An: "Tapestry users" > Betreff: Re: Global (application state) data > Hi

Re: Global (application state) data

2008-11-24 Thread Marcus Veloso
Hi Toby, from http://tapestry.apache.org/tapestry5/guide/appstate.html "The default persistence strategy, "session", stores the ASOs inside the session. The session is created as needed." "Generally, you will configure an ASO if you need to change it from the default persistence strategy. Right n

RE: Global (application state) data

2008-11-23 Thread Jonathan Barker
pestry users > Subject: Global (application state) data > > How do you define and use data that is shared across all users (read-only > data) in Tapestry5 ? > > Thanks! > > Toby > > - > To

Global (application state) data

2008-11-23 Thread superoverdrive
How do you define and use data that is shared across all users (read-only data) in Tapestry5 ? Thanks! Toby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]