Hi..

Tapestry 5.2 live service reload is awesome.
However, I'm used to accessing database using Spring JdbcTemplate
(using spring bean with @Repository annotation) and manage transaction
using spring declarative transaction (in ApplicationContext.xml).

I'm considering to use tapestry service instead of writing service as
spring bean (because of live service reload feature).
When I'm using tapestry service, what is the best practice for
accessing database using JDBC and managing transaction?

Could someone give me a clue?

Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to