How to use java application coding to make a web service(web application)
807606Mar 15 2007 — edited Mar 27 2007I have develop a full java application using netbeans and it run correctly.
Now I want to convert it to web application because I want my application viewed as web page (.html) in localhost. (web service)
Do I have to rewrite the coding and add some function or i can just import the source code into the web application project.
Is it same as embed applet in .html?
Please anyone... Help me..