AjaxGUI is a 'web application framework' to develop ajax applications in Java. It depends on the 'javascript gui framework' qooxdoo.
Pros:
- No Javascript coding, 100% Java
- No HTML knowledge
... [More]
needed
- Develop GUIs the same easy way as with Swing, SWT or System.Windows.Forms
- Behaves like a desktop application (e.g. a modal window stops the current programm
flow until the window is closed), not like a web application
- Includes singleton support
- Java like layout managers support
- Runs in 'every' servlet container like Tomcat 5.5
Cons:
- At the moment there is only one developer (me) active :-)
- Still in development (no stable API etc.)
- Needs a lot of testing (and bug fixing?)
- No GUI designer as eclipse plugin available :-)
Check out the SVN HEAD and have fun ... [Less]