[jboss-user] [JBoss/Spring Integration] - Re: Using beans from other spring module

alesj do-not-reply at jboss.com
Wed Jan 10 04:37:04 EST 2007


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



More information about the jboss-user mailing list