| Author |
Design Pattern for Pagination in J2EE Application
|
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
|
Is there any design pattern for Pagination in J2EE Application, in the book Head First Design Pattern ???
|
Jigar Naik
|
 |
Kevin Smither
Ranch Hand
Joined: Oct 22, 2007
Posts: 30
|
|
There is Value List Handler, check that out. Another approach is to handle pagination at the database level by designing a paginated query.
|
 |
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
hey thanks for the reply... i did pagination through database query as the number of records in each query were returning more than 50,000 records.
|
 |
 |
|
|
subject: Design Pattern for Pagination in J2EE Application
|
|
|