From: <bil...@jb...> - 2005-04-28 01:24:52
|
"ad...@jb..." wrote : On the joinpoint model: | | This is serving more than just a dialogue between the MC and AOP. | It is acting as a cache for the reflection style objects. | Then cache these objects. AOP still has to intercept bean allocation. I can't get around that. Also resolving dependencies also needs to be aware of additional annotations and metadata that is attached to the bean. anonymous wrote : | | Resolving reflection objects is much more expensive than using them | which is why the current EJB/JMX containers preresolve these objects. | Yes, AOP caches the same information as well to speed up invocations. Bill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875698#3875698 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875698 |