AConnorABBCO
02-27-2006, 03:59 PM
I am able to create Java Applications and Projects, and now I want to be able to put them on the web. How can I convert my already existing Applications to applets so that they are web-usable?
Or can I even put my applications online?
Andrew
sneakyimp
03-01-2006, 02:56 PM
I'm wondering the same thing here....is there a tutorial on this?
BigDog
03-01-2006, 04:40 PM
just google "applet tutorial", there are tons of pages out there, including on the java.sun.com site.
As for putting your apps on line - that is a loaded question. If you have a basic GUI app you should be able to convert it to an applet. If you want to have a true web delivered application you will want to learn about Java Enterprise Edition (JSPs, Servlets, EJBs).