Description: With the implementation of a data pagination Bean show, with a total of five documents, DataAccess.java connection with the database set up, need to configure the JNDI data source, ItemInfo.java and data tables are the corresponding Bean, PageDataBean.java pagination implementation of the Bean , Catalog.java main program, call before the three procedures, implementation of database access logic, ControlServlet.java call Catalog.java, display data on the client, must provide the parameters to display the page jumpPage
To Search:
File list (Check if you may need any files):
Catalog.java
ControlServlet.java
DataAccess.java
ItemInfo.java
PageDataBean.java