|
From: JP PAWLAK\(Tiscali\) <jp....@ti...> - 2003-05-01 17:01:30
|
Hello, As I talked about a few last week, I will go from using original i21 framework to Spring for at least one of the two projects. I have reread some messages of the list, pick up information on the javadoc, sources and tests. So, yet are the few main topics clear (localization, WizardFormController, key generators for RDBMS, AOP scheme, ...). But a main topic rests unclear to me apart certain parts: the transactions. Could anyone (I think especially to J=FCergen or Rod), give a roadmap or = a tiny example of their use. If possible, for the two ways, programmatic and declarative. For the programmatic way, the question could simply be : if a TransactionTemplate.execute() method throws an exception, are the RDBMS operations in earlier execute() calls with the same template or earlier executed in the same execute call rollbacked ? |