Automatic Conversion of Swing Applications to AJAX websites
AjaxSwing is a web deployment platform for Java Swing applications.
It allows companies that built Java desktop applications to run them as web applications.
AjaxSwing can be thought of as a Java Swing to HTML converter that creates HTML and JavaScript at runtime.
It is unique in that it requires no modifications to existing Swing windows and business logic, and does not require programmers to learn any APIs outside of core Java and Swing.
Users can run desktop application in a local JRE or open it as a true web application in the browser.
1. Take desktop application
Take an existing or develop a new Java desktop application based on Swing. Develop, debug and run it as a pure Java application without
touching JavaScript and dealing with browser versions.
2. Copy files
3. Open application in a browser
After deploying the application to AjaxSwing platform, run web server and open the web application in any browser.
AjaxSwing generates HTML and JavaScript at runtime to provide 100% look and feel and application functionality to
web users.