Projects tagged ‘displaytag’


Jump to tag:

Projects tagged ‘displaytag’

Filtered by Project Tags displaytag

Refine results Project Tags table (1) appfuse (1) java (1) paging (1) sorting (1) hibernate (1) taglib (1) jsp (1) tags (1)

[2 total ]
19

displaytag

 
Primary Language: Java

The display tag library is an open source suite of custom tags that provide high-level web presentation patterns which will work in an MVC model. The library provides a significant amount of functionality while still being easy to use.

Metrics updated 07 Oct 08

0

pagingappfuse

 
Primary Language: Java Licensed as: Apache License 2.0

Demonstrate Display Tag External Paging and Sorting via paging queries to an RDBMS. Implemented using Hibernate Criteria generated from calls in the web interface by Display Tag. This is an Appfuse java project. Solution uses Display Tags ... [More] Paginated List extension. OverviewDisplay Tag allows paging and sorting, if you click on a column header to sort ascending or descending. Note that it only sorts the records that are on the page - all the other records are excluded from this 'internal' Display Tag sort. Similarly when the page was generated every single record was retrieved, but only 25 were shown. With big datasets this is going to slow your web app down, (a lot), and the inconsistent sorting will confuse your users. This is what we are going to fix using Appfuse, Hibernate and Display Tag. Implementation stepsSee this wiki page for details of how the implementation was achieved: PagingSorting Sample CodeAll the code is in http://code.google.com/p/pagingappfuse go to http://code.google.com/p/pagingappfuse/source/checkout for instructions on checking out the whole project, or you can browse the source from http://code.google.com/p/pagingappfuse/source/browse ProjectsAppfuse: http://www.appfuse.org Hibernate: http://www.hibernate.org Display Tag: http://displaytag.sourceforge.net/11 Display Tag External Paging and Sorting: http://displaytag.sourceforge.net/11/tut_externalSortAndPage.html [Less]

Metrics updated 07 Oct 08