aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Migrate from EJB to Servlet/jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Migrate from EJB to Servlet/jsp" Watch "Migrate from EJB to Servlet/jsp" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Migrate from EJB to Servlet/jsp
 
Similar Threads
Migrating Websphere based J2EE application to SAP Application Server
From JDK 1.1 to JDK 1.3
Does websphere app server 7 supports EJB 2.1?
Migration from iPlanet to JBoss
WAS 6.1 server supporting which version of Struts,JDK,EJB,JSP and Servlet