Wings is a web application framework based on Java Servlets, resembling the Swing API with its MVC paradigm and event oriented design principles. It utilizes the models, events, and event listeners of Swing. Like in Swing, components are arranged in a hierarchy of containers, whose root container is hooked to a frame.
There are many improvements related to performance, dialog management and JavaScript, but the feature that I find to be most compelling (at least for me) to try out in this release is PropertyChange support, which means I can add
bind() to WingSBuilder. Hope the wingS team add the jars to maven's central repo soon.