One possible way is to wrap up your spring bean as an
Hivemind service
(http://hivemind.apache.org/hivemind1/hivemind-lib/SpringLookupFactory.html).
Then inject that hivemind service into your Tapestry
engine service.
Example :
Hi,
Is there any way to inject a Spring bean into an IEngineService (defined
in hivemodule.xml) ? I tried to do this by using @InjectSpring
(tapestry-spring), however I get a null pointer exception for the
injected object.
@InjectSpring("entityService")
public EntityService getEntityService()