posted 12 years ago
yes, am familiar with AOP. What i mean is.........i want to use AOP to generate logs when an exception occurs, while entering or exiting a method...........like generating logs using log4j. Using pointcut expressions, i want to generate logs. But i don't want to use IOC/Dependency injection.
I want to track my struts2 DAOs and helper classes which integrate strut2 with hibernate.