aspose file tools
The moose likes Struts and the fly likes How is  struts interceptor implemented without asm and cglib jar file? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "How is  struts interceptor implemented without asm and cglib jar file?" Watch "How is  struts interceptor implemented without asm and cglib jar file?" New topic
Author

How is struts interceptor implemented without asm and cglib jar file?

Kurt Xu
Ranch Hand

Joined: Sep 29, 2009
Posts: 32
Normally if we want to use aop for class not implementing some certain interface in spring, asm and cglib are must. But why struts implement interceptor which is same of aop actually without the two jar?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How is struts interceptor implemented without asm and cglib jar file?
 
Similar Threads
want an advisor for many pointcut
java.lang.NoSuchMethodError
Execption in AOP Logging Program Issue
Why Spring framework use cglib and asm
Dependencies required for Spring AOP