Results 1 to 2 of 2

Thread: Convert EJB Project To Spring

  1. #1
    Join Date
    Sep 2008
    Location
    Mumbai, India
    Posts
    18

    Default 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

  2. #2

    Default

    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
  •