Hi,
I am trying to write a pointcut expression that will allow a method in an aspect class to be invoked based upon matching a variable class structure & specific method names. An example of what...
Type: Posts; User: markb_1984; Keyword(s):
Hi,
I am trying to write a pointcut expression that will allow a method in an aspect class to be invoked based upon matching a variable class structure & specific method names. An example of what...
Hi,
I am using Spring AOP to implement the auditing use case, which is by nature a cross cutting concern. I have the following scenario:
UI Action Class:
package...
Yep, I figured it out just after I posted. Just assumed I needed to put the singleton reference in the actual implementation class, but it makes good sense to place it in the class that is dependent...
Hi,
I'm just getting up to speed with integrating Spring into a Struts 2 Web Application I'm developing. I've created an applicationContext.xml with two beans. When I try to deploy my web project,...