Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OO, Patterns, UML and Refactoring
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
Ron McLeod
Junilu Lacar
Liutauras Vilda
Sheriffs:
Paul Clapham
Jeanne Boyarsky
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Piet Souris
Carey Brown
Bartenders:
Jesse Duncan
Frits Walraven
Mikalai Zaikin
Forum:
OO, Patterns, UML and Refactoring
Design Pattern for Pagination in J2EE Application
Jigar Naik
Ranch Hand
Posts: 763
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Is there any design
pattern
for Pagination in
J2EE
Application, in the book Head First Design Pattern ???
Jigar Naik
Kevin Smither
Ranch Hand
Posts: 30
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Posts: 763
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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.
Jigar Naik
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Pagination
Pagination
pagination in jsp
pagination
Pagination
More...