|
From: Alexandru P. <the...@ez...> - 2005-03-28 07:20:04
|
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? Details: what I really need is some why to quantify the time spent by TransactionInterceptor.invoke method as against a method call and an AspectWerkz advised method call. Most probably, my need is to have a new TransactionProxyFactoryBean using a dummy TransactionInterceptor. Pls let me know if such a thing is already existing in the current codebase (maybe in the tests) or if i am looking at the problem from a bad angle. tia, -- :alex |.::the_mindstorm::.| ps: i will publish my result (including the AW code) as soon as i will be able to drive this small benchmark. |