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?
There is actually a magic tool you could use to convert desktop apps to web apps: AjaxSwing
But note that it can only convert very simple swing apps. If you use complex renderers, you may not get right results. Also its not free.