Re: Hello,Can anyone tell how to use servlet session Listener with tapestry IoC services ?

2011-02-24 Thread jqzone
d as > "); > >... //do something > } > } > > g, > kris > > > > Von:"Thiago H. de Paula Figueiredo" > An: "Tapestry users" , "Kristian > Marinkovic" > Datum: 23.02.2011 12:15 > Betreff:

Re: Hello,Can anyone tell how to use servlet session Listener with tapestry IoC services ?

2011-02-23 Thread Kristian Marinkovic
y users" , "Kristian Marinkovic" Datum: 23.02.2011 12:15 Betreff: Re: Hello,Can anyone tell how to use servlet session Listener with tapestry IoC services ? On Wed, 23 Feb 2011 06:18:24 -0300, Kristian Marinkovic wrote: > we've written an own listener (you can

Re: Hello,Can anyone tell how to use servlet session Listener with tapestry IoC services ?

2011-02-23 Thread Thiago H. de Paula Figueiredo
On Wed, 23 Feb 2011 06:18:24 -0300, Kristian Marinkovic wrote: we've written an own listener (you can create a filter as well) that starts tapestry. this listener saves the registry in the servlet context so another serlvet listener can then access it. we use it in a HttpSessionListener to cl

Re: Hello,Can anyone tell how to use servlet session Listener with tapestry IoC services ?

2011-02-23 Thread jqzone
Can you show me the code ? 2011/2/23 Kristian Marinkovic > we've written an own listener (you can create a filter as well) that > starts tapestry. this listener saves the registry in the servlet context > so another serlvet listener can then access it. we use it in a > HttpSessionListener to cle

RE: Hello,Can anyone tell how to use servlet session Listener with tapestry IoC services ?

2011-02-23 Thread Kristian Marinkovic
we've written an own listener (you can create a filter as well) that starts tapestry. this listener saves the registry in the servlet context so another serlvet listener can then access it. we use it in a HttpSessionListener to clear lock if the user session expires. g, kris Von:jqzon