mvc « EJB « Spring Q&A





1. Using Spring MVC 3.0 and @EJB annotation wtihout mappedName?    stackoverflow.com

I am making a new Java webapp with Spring MVC 3.0 and want to use as much standard JEE 6 stuff as I can. (I'm on Glassfish 3.1.1.) ...

2. EJB3 SLSB from Spring MVC    forum.springsource.org

EJB3 SLSB from Spring MVC Hello, I am designing an app using Spring MVC + EJB3. Both Web and EJB modules get packaged into MyApp.ear and deployed into JBoss 4.0.5GA. Currently, ...

3. Spring MVC and EJB3 DI    forum.springsource.org

4. Problem with Spring MVC in ear with an EJB project    forum.springsource.org

Problem with Spring MVC in ear with an EJB project I created a Spring MVC-driven web application and everything compiles and starts up fine under Weblogic 10. When I add an ...

5. weblogic 8.1 injected EJB into Spring MVC    forum.springsource.org

weblogic 8.1 injected EJB into Spring MVC sup ! i'm running weblogic 8.1 (no kiddin). I have this simple spring application i wrote using spring mvc. Basically i used the SimpleRemoteStatelessSessionProxyFactoryBean ...