I have Java swing application. I want to convert to web base application. What is easiest way? Is there any tool available, preferably open source code?
As Vinod mentioned Java Web Start is the easiest way. Another alternative is to convert the application to an Applet that you can run from a web page.