ejb « Session « Spring Q&A





1. Session Beans and EJB3 vs Spring    stackoverflow.com

I was curious about the capabilities of Sessions Beans in EJB 3 and whether they can be replaced in a typical mid-scale enterprise application with Spring. I found this article:

2. What is the equivalent of an EJB 3.0 Session Bean in Spring?    stackoverflow.com

Is it as simple as creating a POJO with @Transactional methods?

3. ejb session bean not bound issue    forum.springsource.org

ejb session bean not bound issue Hi there, I've got a strange situation in my spring+ejb3 deployment under jboss5.0.1GA + IntelliJ IDEA 8.1.4. every time i start jboss from IntelliJ, it ...

4. Hibernate Session Per Request Problem with CMT EJB    forum.springsource.org

Nov 18th, 2004, 10:50 AM #1 fgarsombke View Profile View Forum Posts Private Message Junior Member Join Date Oct 2004 Posts 14 Hibernate Session Per Request Problem with CMT EJB I ...

5. best practice for migrating from EJB session beans to Spring    forum.springsource.org

best practice for migrating from EJB session beans to Spring Hello, we have an EJB based application using session EJBs with CMT and Hibernate for persistence. We like to migrate to ...

6. Accessing session beans without EJB server    forum.springsource.org

Hello, how can I access my session bean derived from AbstractStatelessSessionBean when it is not running inside a J2EE container? I implemented a Spring sessionbean and deployed it into my J2EE ...

7. Distributed Session Management without EJB's?    forum.springsource.org

Distributed Session Management without EJB's? My opts team wants to use round robin instead of sticky IP for load balancing. So I am now trying to figure out how I will ...

8. Spring2 session scope with EJB    forum.springsource.org

Spring2 session scope with EJB I'm unclear on how to best utilize Spring session scoped beans when EJB is involved. I have session scopes working in my applications web application context; ...

9. Directions for Hello World with Spring/EJB/Session/JPA beans    forum.springsource.org

Directions for Hello World with Spring/EJB/Session/JPA beans I'm scanning Craig Wall's "Spring In Action" (2nd Ed) and Rob and Jan's "Pro Spring (1st ed) trying to understand the relationship between spring, ...





10. OpenSessionInView and local EJB?`    forum.springsource.org

OpenSessionInView and local EJB?` Hi I have a web-application that uses EJB 2.1 SLSB as wrappers to POJO's. The POJO's is accessing a DB2 database using Hibernate. As my hibernate session ...

11. Session bean without EJB environment    forum.springsource.org

How to make(implement the idea ) stateful session bean and stateless session bean without EJB environment ,not even springs EJB support but using POJO only.

12. Spring, EJB3 and OpenSessionInView    forum.springsource.org

Hi, I used Spring+JSF+JPA before and now I'm using JSF+EJB3. I read the reference documentation about using Spring with EJB but found no answers for my questions. So I'd like to ...