Re: ServletContextListener equivalent in Tapestry

2006-12-28 Thread James Carman
> hivemind.Startup" or >> "tapestry.init.ApplicationInitializers". >> >> >> >> >> >> >> >> On 10/24/06, James Carman >> <[EMAIL PROTECTED]> wrote: >> >> > >> >> > There is a configuratio

Re: ServletContextListener equivalent in Tapestry

2006-12-28 Thread Josh Joy
t; inside >> >> " >> >> hivemind.Startup" or >> "tapestry.init.ApplicationInitializers". >> >> >> >> >> >> >> >> On 10/24/06, James Carman >> <[EMAIL PROTECTED]> wrote: >> >> > &

Re: ServletContextListener equivalent in Tapestry

2006-12-27 Thread James Carman
you can >> > register Runnable objects to be run at HM registry startup time (which >> is >> > the same as Tapestry startup time). >> > >> > On 10/22/06, KEGan <[EMAIL PROTECTED]> wrote: >> > > >> > > Hi, >> > > &

Re: ServletContextListener equivalent in Tapestry

2006-12-26 Thread Josh Joy
quot; where you can >> > register Runnable objects to be run at HM registry startup time (which >> is >> > the same as Tapestry startup time). >> > >> > On 10/22/06, KEGan <[EMAIL PROTECTED]> wrote: >> > > >> > > Hi, >

Re: ServletContextListener equivalent in Tapestry

2006-10-28 Thread James Carman
> > > > Now, I am using Tapestry ... and I want to achieve the same thing. Of > > course, I can still use ServletContextListener, but with this, I cannot > > use > > all the TapestryAnnotation+Hivemind goodness (autowiring, etc) that > comes > > with Tapestr

Re: ServletContextListener equivalent in Tapestry

2006-10-28 Thread KEGan
... and I want to achieve the same thing. Of > course, I can still use ServletContextListener, but with this, I cannot > use > all the TapestryAnnotation+Hivemind goodness (autowiring, etc) that comes > with Tapestry. So is there a ServletContextListener equivalent in > Tapestry? >

Re: ServletContextListener equivalent in Tapestry

2006-10-24 Thread James Carman
try. So is there a ServletContextListener equivalent in Tapestry? The idea is that I can run some tasks (only once) when Tapestry is first initialized, and I want to do this with all the Tapestry Annontation and Hivemind goodness. Thanks. ~KEGan

Re: ServletContextListener equivalent in Tapestry

2006-10-23 Thread Patrick Moore
Something like this might be what you want: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ServletContextListener equivalent in Tapestry

2006-10-23 Thread KEGan
+Hivemind goodness (autowiring, etc) that comes with Tapestry. So is there a ServletContextListener equivalent in Tapestry? The idea is that I can run some tasks (only once) when Tapestry is first initialized, and I want to do this with all the Tapestry Annontation and Hivemind goodness. Thanks