|
From: Rod J. <ro...@in...> - 2005-04-05 13:10:49
|
Alexandru Popescu wrote: > [quote Alexandru Popescu::on 3/28/2005 10:18 AM] > >>Hi! >> >>I am trying to implement a more fine-grained declarative transaction support for Spring based on >>AspectWerkz. While the things are looking pretty clean I would like to ask you how I can drive some >>small benchmark upon the declarative transaction support offered by Spring? You should be able to subclass TransactionAspectSupport. I pulled it out in 1.1 to allow AspectJ or AspectWerkz aspects to provide Spring transaction advice. |