-
Sep 25th, 2008, 02:15 AM
#1
Convert EJB Project To Spring
Dear All,
I have a project in which Session Bean Calls Entity Bean. And this Session beans functions are exposed to Remote Client.
Now i am planning to convert this to Spring + Hibernate .. Will u please tell me wat is the best way to do this ? I want to expose the Functionality to Remote User Like earlier i used to do. If u think there is other way to do please let me know. I am very new to Spring
Thanks a Lot in advance...
Anupam Kakade
-
Oct 1st, 2008, 02:39 PM
#2
for your existing Entity Beans, you can transfer them into domain objects and create related dao using iBatis, hibernate or JPA.
for your session beans, you can convert them into service interface and you can move the related implementation from your session bean to the new impl class. To make the new service interface available to remote clicent, you can use Burlap or Hessian..
hope this helps
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules