pagination using AJAX
i need to implement pagination in my jsp page.
is it possible to create a table in the page and upon clicking the next page,retrieve only the sufficient data from the server using AJAX?
my idea is to retrive data in xml format from the database and use AJAX to display it in the table.will it be possible?

