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#3999807

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999807
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to