As you are probably aware it is trivial to get Spring application context into web layer.
JBoss/Spring is mainly integration between Spring application context and EJB layer.
But you can always have common Spring beans and integrate them with both layers - some
utils, resources, ...
But this can be replaced with injecting this beans into EJB layer and then do a lookup
from web to EJB and use EJB as a facade / delegation for acessing those Spring beans.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999807#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...