- Enhanced repaint for tables to reduces table repaints in Web/Html Clients
- Plugable ID-Generators to support Capture&Replay test tools
- Plugable Exception Handling for Exception that occure during gui event handling
- bugs fixed
1784877 enhanced combobox does not accept fixed size
1784874 default tag does not work for borders
- (OK 06.08.2007) some bugfixes in the javascript lib
- (OK 09.08.2007) component set example is more interactive now
- (OK 10.08.2007) new component similar to JSpinner
- (OK 11.08.2007) default replacement for null values in tables
- (OK 13.08.2007) a new module to create wizards by declaration
- (OK 15.08.2007) enhanced error messages to detect xml configuration errors
- bugs fixed:
1774635 enhanced comboBox popup size
1774638 requestFocus for buttons (Web App only)
1760987 Firefox: Maximized window resize on page reload
- (OK 20.07.2006) New event channel 'POSITION' to determine the size and position of a component
- (OK 21.07.2006) Some new methods in table interface 'IUnTable' for easier handling of selections
- (OK 24.07.2006) Redesign of 'anchored popup' and 'enhanced combobox' component
- (OK 25.07.2006) Link component 'IUnLink' has an align attribute now
- (OK 25.07.2006) New script type CALL to execute a script during the xml parse process
- (OK 26.07.2006) Curser can be set for all components... read more
- (OK 01.07.2006) RELEASE_SESSION_ON_BORWSER_EXIT is configurable now
- (OK 02.07.2006) Anchored-Popup works in combination with Event-Channels correctly now
- (OK 04.07.2006) new register and unregister tag to register/unregister string values during xml parsing
- (OK 07.07.2006) <include file="XXX"> tag for WidgetServer parameter files
- bugs fixed:
1755292 Wrong interpretation of "Accept-Language" request header
1751899 IUnEventChannel.Factory.create(..) for KeyActions
1747816 IUnTreeView.Factory.create() fails
This release brings better AJAX integration with no full render needed any more for particular operations. Mapping events are generated each time a component value is changed from the UI side.
And a better documentation of event handling has been added
WidgetServer is a Java/XML server-side GUI-framework which enables an application to run as either a monolithic Swing app, a client/server Swing app, or as a Web app without any change and without loss of functionality. A rich widget set is supported that includes tree views, tabbed panes, split panels, and much more. A unified widget-based, object-oriented programming interface for Web and Swing GUIs is offered to the developer to control and assemble the GUI. Web applications are fully AJAX enabled. For Swing client/server applications, the framework handles client/server communication, including compression and security layers.... read more