Learn how you can integrate the Spring Framework with EJB 3 components and to exploit Spring's declarative transaction features with Java EE applications. Finally we'll discover how Java EE application servers provide seamless management of Spring components from their JMX-enabled management consoles.
I find the Spring 2.5 manual (chapter 18) unclear regarding the syntax that EJB3 clients need to declare in order to be able to call a remote SLSB EJB3. Should we use a SimpleRemoteStatelessSessionProxyFactoryBean (like I was used to doing with EJB 2.1) ?