Javascript is the scripting used to manage behaviour on client side in Web Applications. For a long time, Javascript programming was the nightmare for developers. Depending on the browser (Firefox, Opera, Safari, IE,...), javascript code doesn't have the same behaviour. The rise of AJAX applications, forced developers to build javascript components with more rigor. Prototype is a good example. With this javascript library, we can think component, which are reusable. There is a great deal of AJAX components, based on this javascript library. Sometimes, you want to use controls on client side and sometimes on server side (AJAX).
JSControlsTags is a taglib that easily manages javascript controls either on client side (without AJAX) or on server side (with AJAX) in your JSP. It is based on Prototype and Scriptaculous. It looks like AjaxTags, but it can manage javascript controls :
Tag | Description |
Autocomplete | Retrieves a list of values that matches the string entered in a text form field as the user types. This control works ONLY on client side. |
Slider/AjaxSlider | Slider horizontal/vertical which can be used on client/server side. |
Treeview | Treeview which support AJAX to dynamicaly open nodes, edit node, drop node and other features (checkbox,...). |
Swap | Swap items between two list by using Drag/Drop or button. |
AjaxMessageQueue | AjaxMessageQueue is able to poll messages comming from from server. You could use this control to get messages loggued with Log4j. |
Demo show controls which work on client side :
JSControlsTags looks like AjaxTags. This project doesn't want to compete with this famous project, but :