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?
I have Java swing application. I want to convert to web base application. What
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AjaxSwing is a run-time tool and needs a server license for commercial use.
You might want to try Mia Transformer -parts of the website are in French-. They change Swing Java code to GWT Java Code and GWT changes it to Javascript and then if you want you can use Google V8 compiler for faster execution. Of course it is not 100%. We are going to try it for a large project and see if it works.
The other link provided to us was SwingWeb. Have not checked it out though.
Will keep you posted. If you come across a workable solution please share.