ZK,
http://zk1.sourceforge.net, release 1.1.0
* The forEach attribute to generate components repeatedly
* Seamless integration with servlet by supporting the name attribute in textbox, radiogroup, checkbox, listbox, tree, combobox, datebox, intbox, and decimalbox.
* Bandbox and bandpopup are added and used as a customizable combobox.
* Components.getChildren() is live that developers could manipulate it directly
* Listbox.getItems() is live that developers could manipulate it directly
* EventThreadCleanup interface to allow plug in clean up codes in event processing thread
* Close desktop and free memory when an user browses to another page
* Support the onFocus and onBlur event.
* Window.setMode is added to change window mode easily