High Data Pagination 1.3.2

License: Free ‎File size: 33.55 MB
‎Users Rating: 2.5/5 - ‎2 ‎votes

The based idea of the HDPagination framework library is that every time it loads only the particular page of data rather than all records, which satisfy the input search criteria, from database. Pagination is a key part in web system design both from UI perspective (it makes UI friendly to user) and performance perspective in server side (it makes server to service request more rapidly). In order to implement pagination in a J2EE web application the developer has 2 choices: load all data from database based on received search criteria input, then save the result as an attribute in session or load only one page of data from database and save the data in request. The second choice is recommended by the authors of this framework.

VERSION HISTORY

  • Version 1.3.2 posted on 2011-04-01
    Several fixes and updates
  • Version 1.3.2 posted on 2011-04-01

Program Details