资 源 简 介
Move to Github
The project is moved to github: https://github.com/customweb/jsp-data-grid
This JSP Tag library provides an easy way to create data grids with Java and JSP. It provides an easy integration with the Spring framework and Java Persistence API (JPA).
Optionally also some Ajax functionality can be attached to the grid.
There are a lot of different JSP grid implementation. Some of them are jmesa or display tags.
This implementation does differ primarily by:
* Does also work without JavaScript.
* Easy adapter for the Java Persistence API (JPA).
* The paging does only query the items, that are really required. This is a inherit part of the library.
* The filter for rows are generated based on java reflections. They get adapted automatically to the actual column type.
* Relations get loaded automatically.
* All parameters for the Grid are handled in the URL.
* AJAX features can be added optionally.
* AJAX does not require to implement