I want to implement the old MVC pattern using AOP. For that I need to apply advices to my business objects. That means to objects that are not defined in the application context. They are prepared by my DAOs.
Does anyone have an idea how that could be done ? example ?
Do you think the whole idea is nonsense ?


Reply With Quote