Re: How to access an ASO in a non-servlet thread

2008-10-07 Thread Ulrich Stärk
Am Di, 7.10.2008, 10:38, schrieb Edouard sur edouardmercier.fr: > Thank you Uli. > > I had already taken a look at the two pointers you have provided, > without really understanding them: I'm a bit lost on how to start > with. I've understood that I must create a service and declare it > inside the

Re: How to access an ASO in a non-servlet thread

2008-10-07 Thread Edouard sur edouardmercier.fr
Thank you Uli. I had already taken a look at the two pointers you have provided, without really understanding them: I'm a bit lost on how to start with. I've understood that I must create a service and declare it inside the AppModule class. I've seen that I should declare an interface for such a s

Re: How to access an ASO in a non-servlet thread

2008-10-07 Thread Ulrich Stärk
You can build a Tapestry ioc service around your notification receiver thread which manages the thread and exposes any notification received. This service can then be injected into your pages and components and can be queried for any received notifications. See http://wiki.apache.org/tapestry/Tape