|
HDPagination 1.3.2 released:
This version is mainly a bug fixing version of 1.3.1.
It fixed some design defects (not complying with JPA spec) in previous versions.
Because of these defects, it does not work with other JPA vendors (e.g. TopLink, EclipseLink, OpenJPA) and only works with JPA Hibernate vendor.
Apart from that, JPA & Hibernate QueryCallbck wrapper classes add a new method 'setQueryResultProcessor', allowing to trigger lazy-loading programmatically.
See changelog for release information and bugs fixed in this version.
HDPagination 1.3.1 released:
Wrapper classes for QueryCallbck are added to significantly simplify the way to generate instance of QueryCallbck.
See demo applications to learn how to use QueryCallbck wrapper classes.
See changelog for release information and bugs fixed in this version.
HDPagination 1.3 released - Support JSF 2.0:
Integrate with JSF 2.0 built-in Ajax tag <f:ajax>.
Support JSF 2.0 view scope and custom scope.
See demo application to know how to integrate with JSF 2.0
Other new features:
Provide option to cache count of total records when navigating to other pages or sorting results (to improve performance).
See Taglib document:
Tag Library for JSF 1.x
Tag Library for JSF 2.0
Tag Library for Non-JSF
See changelog for release information and bugs fixed in this version.
Download old versions from here.
See Release news for old versions
|