Re: ServletContextListener equivalent in Tapestry

2006-12-28 Thread Josh Joy
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

Re: ServletContextListener equivalent in Tapestry

2006-12-28 Thread James Carman
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-12-27 Thread James Carman
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-12-26 Thread Josh Joy
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. ~KEGan

Re: ServletContextListener equivalent in Tapestry

2006-10-28 Thread KEGan
use all the TapestryAnnotation+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

Re: ServletContextListener equivalent in Tapestry

2006-10-28 Thread James Carman
) 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. ~KEGan

Re: ServletContextListener equivalent in Tapestry

2006-10-24 Thread James Carman
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

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

Re: ServletContextListener equivalent in Tapestry

2006-10-23 Thread Patrick Moore
Something like this might be what you want: contribution configuration-id=tapestry.init.ApplicationInitializers command after=tapestry.globals.SetupServletApplicationGlobals id=initSessionFactory object=service:sessionFactory/ command after=initSessionFactory id=initTestData