Ron Piterman <rpiterman <at> gmx.net> writes:

> 
> Hi,
> how can i initialize a hivemind service on servlet startup ?

Try:

<contribution configuration-id="hivemind.EagerLoad">
  <load service-id="your.service.id"/>
</contribution>

Then your service will be loaded when the registry is initialized
which is when the servlet is started.

--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to