Re: Initialize objects - like in HttpServlet's init()

2007-11-04 Thread thanos
Thanks guys! Will go through the services documentation BR Thanos Filip S. Adamsen-2 wrote: > > llonely skrev: >> Hi all, >> > > Hi, > >> I am new on Tapestry and try to become familiar with it, mostly through >> this >> forum and the official site. I am trying to migrate a simple servlet in

Re: Initialize objects - like in HttpServlet's init()

2007-11-04 Thread Filip S. Adamsen
llonely skrev: Hi all, Hi, I am new on Tapestry and try to become familiar with it, mostly through this forum and the official site. I am trying to migrate a simple servlet into tapestry. While this is a logical approach to trying out something new, Tapestry generally works better if you

Re: Initialize objects - like in HttpServlet's init()

2007-11-03 Thread Ulrich Stärk
T5 hast its own IoC container incorporated for which you could write a new service and have it injected into your page classes using the @Inject annotation. For more information consult the Tapestry IoC documentation at http://tapestry.apache.org/tapestry5/tapestry-ioc/. Uli llonely schrieb:

Initialize objects - like in HttpServlet's init()

2007-11-03 Thread llonely
Hi all, I am new on Tapestry and try to become familiar with it, mostly through this forum and the official site. I am trying to migrate a simple servlet into tapestry. I find myself search for days for tasks that seem simple. Currently I am trying to achieve the following: a) Load some init pa