| Author |
Migrate from EJB to Servlet/jsp
|
Vijay Kumar
Ranch Hand
Joined: Jul 24, 2003
Posts: 260
|
|
Hi.. all We have got some work in which we need to migrate an EJB based application to pure servlet/jsp.Currently this application running in jboss and we have to migrate it completly to Tomcat 5. I just want to know that what kind of issues can be come!!! Please suggest me Thanks
|
 |
Sumit Malik
Ranch Hand
Joined: Jan 05, 2007
Posts: 84
|
|
Hi Vijay Kumar, Well, whatever business logic you have coded in EJB that you have code in servlet. JSP need to interact with servlet(which contains business logic). Entity beans can be replaced with DAO or business objects(OJB) which will be mapped with EIS tier. This is the broad picture which needs to be replaced in servlet from EJB... You can specify more concrete problem and I would try to help you up.. Cheers !!! Sumit Malik
|
If at first you don't succeed, don't try skydiving
|
 |
 |
|
|
subject: Migrate from EJB to Servlet/jsp
|
|
|