Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Paging Records in JSP

  Asked By: Ashan    Date: Apr 08    Category: Java    Views: 1422
  

I am asking for a help in [Paging Records in JSP].
I need a full complete JAVA source code to divide the database record set when being populated in displaying these records inside a JSP page.

Can you please reply me with this code??

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Reamonn Fischer     Answered On: Apr 08

I don't have the exact source  code that you're looking for, but go through DAO pattern spc set  of raw set strategy, i.e RowSet Wrapper List Strategy.

It uses TO and TOA pattern which is the recommended way to pass query results back to the client. You can dig into Sun websites for J2EE core patterns source code  samples, it gives you an idea how to deal with such data transmission from BO tiers to clients.

 
Didn't find what you were looking for? Find more on Paging Records in JSP Or get search suggestion and latest updates.




Tagged: