JAVA tips: how to convert desktop app to web app?
If you have developped a desktop app using JAVA swing and you'd like to convert it to web app, you will need AjaxSwing.
AjaxSwing is a deployment platform that automatically converts Java Swing and AWT applications into AJAX web applications at runtime. It can be thought of as a runtime Java to HTML converter that migrates Java desktop applications to web applications. AjaxSwing is unique in that it requires virtually no modifications to existing applications, and does not require programmers to learn any APIs other then AWT/Swing. The same application can run as thick Swing client or as a browser-based thin AJAX RIA, giving dual client solution to Java. This allows companies to leverage the time and money invested into building Swing applications, while enjoying the benefits of thin-client deployment. For a full list of features see the Features page.
Comments
Post a Comment