The best one (also best documented one) is http://extremecomponents.org/. I am yet to try it out though but it seems quite flexible and has recently integrated with DWR (http://getahead.ltd.uk/dwr) to provide AJAX support for the data grid. The data grid can include form components. Another good data grid enabling JSP tag library is the display tag library (http://displaytag.sourceforge.net/). I recently also experimented with the live grid example of openrico but due to its insufficient documentation i found it too time consuming to work with (http://openrico.org/rico/livegrid.page). For my project purposes, i settled with the extremecomponents data grid as it seemed atleast as flexible as others and was better documented.
My "pensive" - where i simply siphon the excess thoughts from my mind, pour them into the basin (of cloud storage), and examine them at leisure.
Showing posts with label JSP. Show all posts
Showing posts with label JSP. Show all posts
Thursday, August 31, 2006
Subscribe to:
Comments (Atom)
Popular micro services patterns
Here are some popular Microservice design patterns that a programmer should know: Service Registry pattern provides a central location fo...
-
TestNG and Emma can be used together to automate the generation of code coverage report after every test run in the ANT builld script. Follo...
-
Message Producer for Kafka Message Consumer for Kafka
-
At times, you may have wanted to perform some action periodically in your web application. Quartz is an enterprise grade scheduler which can...