[jboss-as7-dev] Common BeanContainer

Carlo de Wolf cdewolf at redhat.com
Tue Jan 18 06:17:36 EST 2011


Do we have a document somewhere that defines the scope of Common 
BeanContainer?

Why are we not re-using jboss-interceptors?

Any EE construct must not use any annotation processing. Everything must 
be metadata based. This is to make sure the metadata-complete 
functionality can work. [1] [2]

Are we not going for InvocationDispatcher instead of InvocationHandler?

I also see a hard dependency on javassist. Would it just not be better 
to delegate out over a SPI implemented by some MSC service? Or will a 
dependency on classfilewriter be introduced?

Carlo

[1] 
https://github.com/jbossas/jboss-as/blob/master/ee/src/main/java/org/jboss/as/ee/container/interceptor/MethodInterceptorConfiguration.java#L113
[2] 
https://github.com/jbossas/jboss-as/blob/master/ee/src/main/java/org/jboss/as/ee/container/interceptor/InterceptingProxyHandler.java#L89



More information about the jboss-as7-dev mailing list