Aleksej <aleksej <at> ivs.lt> writes:

> 
> Tapestry 4 uses HiveMind for it own needs, but I am wondering,
> how can I add my own hivemind module without changing original
> Tapestry JAR file? 

Just add a WEB-INF/hivemodule.xml to your web application. Then you can define
your own services, add contributions to tapestry services and lots of other nice
tricks. Redefining some tapestry services could be tricky, thou. Some of them
have their final implementation defined inside the Tapestry jar, and you can't
override them. You should be able to override most of them, however.

-- Marcus Brito


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

Reply via email to