Accessing EJB 2.1 Entity Beans via Spring services
Hi all,
I'm new to Spring, and have a basic question regarding Spring-EJB Integration.
I have an application developed using EJB 2.1. The application uses both session beans and entity beans. I have a separate module developed using Spring.
Now I need to access the EJB entity beans through a Spring service.
1) Is this technically possible as far as Spring-EJB Integration support is concerned?
2) If yes, please be kind enough to share any useful resources.
Thanks in advance.