1. Getting Started Using jMaki Widgets as JSP Tag Handlers
This tutorial shows you how to use a jMaki widget wrapped as a JSP custom tag handler in your application. Behind the scenes, jMaki wraps the widget's resources into a JSP custom tag handler or JavaServer Faces component
2. Creating an AJAX-Enabled Grid using ICallbackEventHandler (Part 2)
In this article we will discuss editing the grid with the principal goal of doubleclicking on a grid cell to enable editing of that cell then edit the content of the cell and finally update server side data without refreshing the page.