Java DatabasesDiscussion specific to working with Java Databases. For other Java topics, please see related Java forums. For database discussions not specific to Java, please see the Database category.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Java Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
i'm getting a resultset out to a jsp.i need to cast that in to a vector and display 10 records per page.there must be next and previouse butons to travel between pages.how can i do that?
in the same jsp or in a bean?
please help to solve this problem......
If you write the pagination logic in the jsp then jsp page will look like a java class, it'll slow down the jsp.
Better separate it and write a java class for that.