JSControlsTags Usage
JSControlsTags provides :
- Javascript control which extends Scriptaculous control like Autocomplete, Slider.
- BaseJSONServlet and BaseJSONAction classes which can be implement to return JSON string.
- Helper classes, which help to easily build JSON string, by using POJO (Plain Old Java Object).
Helper Classes
net.sourceforge.jscontrolstags.helpers.JSONBuilder
The JSONBuilder class will help you construct a valid, well-formed JSON string to pass back to the client.
BaseJSONServlet and BaseJSONAction