Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Possible to convert application to applet?

Status
Not open for further replies.

TheObserver

Programmer
Mar 26, 2002
91
US
I have a current Java based application. It uses some data resources (such as a database). I would like to know if it is possible to convert this application to an applet and have the functionality remain intact with a minimum of code rework.

If not an applet, is there another means to "webalize" this application so it can be accessed via a browser but still retain the functionality without a ton of rework? Retention of the existing GUI would be preferred, as well.

Thanks for your time.
 
//There is a lot of security issues after changing local application to applet access remote database.
// you need a lot of rework. you 've better use jsp, copy your method to JavaBeans and you need a jsp webserver like Tomcat. (this is html approach not applet)
 
Bear in mind though that there would a be a lot more work in converting it to a JSP based app.

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top