Not quite - the global object is instantiated along with other engine
parts in AbstractEngine.setupForRequest(...). Although, as you correctly
implicated, it is instantiated lazily, i.e. not on application startup,
but on the first request to the application.
Paul
Erik Hatcher wrote:
On May 2, 2005, at 5:15 PM, Paul Ferraro wrote:
Other locations that come to mind are: a servlet context listener,
overriding the init() method of the Tapestry servlet, or the global
object facility.
Global, though, will be instantiated on the first call to getGlobal()
though, not on startup. Right?
Erik
---------------------------------------------------------------------
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]