jMaki is a JSP tag library / JSF component for Ajax development. Developers can use jMaki to integrate rich Javascript widgets into their Javascript web applications.
Ajaxtags is designed for developers who might not have a lot of experience in JavaScript development—the JSP tags have been designed to simply drop in to a JSP and work.
Ajaxtags depends on JDK 1.4+ and requires a Servlet container to run the JSPs, as well as a modern browser that supports advanced Javascript functionality.
List of Tags
Autocomplete
Callout—Popup balloons, anchored to an HTML element with an onclick event.
HTML Content Replace —Builds the JavaScript required to hook a content area (e.g., DIV tag) to a link, image, or other HTML element’s onclick event.
Portlet—Portlet-style capability from a AJAX-enabled JSP tag.
Select/dropdown—Based on a selection within a dropdown field, a second select field will be populated.
Tab Panel—Enable an AJAX-based set of property pages.
Toggle—Uses images to create either a single on/off toggle or a sequential rating system.
Update Field—Updates one or more form field values based on response to text entered in another field.
Area and Anchor—Shows how to AJAX-enable any area of your page.
Ajax DisplayTag—Shows how to AJAX-enable DisplayTag