hi
We have started to write a contribution to let Spring configure hibernate,
tx... and let Tapestry services be in the same transaction when calling data
layer, it's hosted at http://github.com/spreadthesource/tapestry5-spring-tx
See the test application to see how it works.
It still not docume
Hi,
i'm looking for a way to integrate Hibernate Shards into my T5 app.
A switch to JPA is not an option, we have to much hibernate specific stuff
(queries, mappings, etc).
So i think the shortest path would be to override the "tapestry-core
SessionFactory providing classes" in some way.
At th