How to use java application coding to make a web service(web application)
I 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..
[425 byte] By [
suhyea] at [2007-11-26 21:47:32]

There is no way we can answer your question because we do not know what your application is.
Is it a Swing based GUI app? If so then with a minimal amount of coding you can convert it to an applet, and then write a servlet that would be hosted on the server to handle communication between the server and the applet.
Do you know web application/service programming at all? If not, learn that first (lookup J2EE). Otherwise this question is like asking "how do I build a house using a hammer and nails?" You can definately be taught to do it, but not by someone simply attempting to answer that question.
They would have to write a book to answer that question, the same we would need to do here.