thanks, I think I understand that, but a final question, how then should this be designed?
I can pull the method that refreshes the cache out of ProgramMgr to decouple it from ProgramMgr, but...
Type: Posts; User: hflaisher; Keyword(s):
thanks, I think I understand that, but a final question, how then should this be designed?
I can pull the method that refreshes the cache out of ProgramMgr to decouple it from ProgramMgr, but...
Thank you for responding.
The reason is that the advice (methodTimingAdvice) calls a method in ProgramMgr which repopulates the Programs in the cache. Is that not allowed?
In any case, this...
Hello AOP forum:
I got the basic mechanics of AOP working, using a very useful article at http://javaboutique.internet.com/tutorials/ehcache/
and my config is:
<aop:config>
<aop:pointcut...