I am really struggling to understand a way to implement pagination in Spring MVC and I have my deadline coming later this week. I have been stuck on this forever.
My problem is as follows:-
- We get a list after accessing the web-services of our client.
- The only thing that I can work with is the list that I have.
- I have to implement Pagination using this Spring.
Can someone explain the flow of pagination in detail?