Hi,
I have following Eclipse project setup:
- framework: contains framework/infrastructure classes and Spring XML config files with infrastructure aspects
- businesslogic: contains the business...
Type: Posts; User: wfragner; Keyword(s):
Hi,
I have following Eclipse project setup:
- framework: contains framework/infrastructure classes and Spring XML config files with infrastructure aspects
- businesslogic: contains the business...
I found a possible solution to the problem: Eclipse supports so-called "Step Filters". You can exclude all Spring AOP classes/packages with these Step Filters. So these classes are automatically...
Thanks for the reply.
My thoughts tend to go in another direction (not at byte-code level):
One idea I had is to adapt the debugger of the development environment (I use Eclipse, so I could...
Hi,
I use the AOP functionality (with Dynamic Proxies) of Spring. This functionality is very handy when implementing cross-cutting concern and saved me a lot of boilerplate coding (as the...