Standalone « EJB « Spring Q&A





1. SimpleRemoteStatelessSessionProxyFactoryBean works standalone, fails in WAR    stackoverflow.com

Using the org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean to access are remote EJB, I've got a very strange problem. The configuration ist this:

<bean id="comExampleBeanId"
      class="org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean">
    <property name="jndiName"
  ...

2. EJB or Spring when Web AND Standalone App Required    forum.springsource.org

EJB or Spring when Web AND Standalone App Required I've read portions of J2EE Without EJB and J2EE Design and Development, and implemented a live web application using Spring. However, I ...

3. Which is better for standalone distributed application(Spring POJO vs EJB) ?    forum.springsource.org

Which is better for standalone distributed application(Spring POJO vs EJB) ? Hi All, I want to develop a distributed standalone application in which I have used the following technologies Presentation Layer ...

4. Which is better for standalone distributed application(Spring POJO vs EJB) ?    forum.springsource.org

Which is better for standalone distributed application(Spring POJO vs EJB) ? Hi All, I want to develop a distributed standalone application in which I have used the following technologies Presentation Layer ...

5. Which is better for standalone distributed application(Spring POJO vs EJB) ?    forum.springsource.org

Which is better for standalone distributed application(Spring POJO vs EJB) ? Hi All, I want to develop a distributed standalone application in which I have used the following technologies Presentation Layer ...

6. Accessing Application Context in standalone client, EJB and Servlet    forum.springsource.org

Accessing Application Context in standalone client, EJB and Servlet I'd like to write code which works whether the client is running standalone, in an EJB or a Servlet. But my problem ...