Visit our blog

News & Events

Oracle Article Blitz: How-To : Using EJB 3.0 Session beans in Spring Beans

How-To : Using EJB 3.0 Session beans in Spring Beans, by Debu Panda, is an article showing an example application that demonstrates the use of EJB 3.0 Session beans from Spring Beans.

The Oct. 2006 Oracle monthly newsletter for Java developers is dedicated to Spring framework, and this is just one article linked to from this issue of the newsletter.

From the introduction: This sample uses a EJB 3.0 Session bean (EmployeeFacade EJB) that uses JPA to persist an entity. The EJB 3.0 Session bean is injected into a Spring bean (EmployeeFacadeServiceBean). The web module uses the Spring bean to persist the entity instance. The application uses declarative transaction with EJB 3.0. For simplicity we have used a Servlet (InsertServlet) as a controller and it uses EmployeeServiceFacadeBean

 

Newsletter Subscription

Our monthly newsletter is packed full of techniques, tutorials, tips and tricks to get you on your way to Spring nirvana. View Archive

Upcoming Training