In Ajax development essentials, I have built two simple comprehensive examples. One is a simple message book that supports addition, deletion, modification, and fuzzy search, and the other is a function that simulates log comments, fixed links, reference notices, and custom list management provided by MSN Space.
Today, we added a paging query case. Similarly, similar to the previous two cases, the persistent data for paging query still comes from xml documents to facilitate copying and deployment by netizens. The method for constructing this case is roughly the same as that in the previous two cases. Both use XMLHttpRequest. responseXML to retrieve data and then fill it in the corresponding location of the page. Pay attention to code reuse during construction.
One of the purposes of writing Ajax development essentials is to grasp the essence of Ajax development through in-depth introduction and rich cases.
The three comprehensive examples are listed separately and packaged into a war package, which can be directly deployed.
Deployment environment: JDK1.4 or later, Tomcat5.0.28/Tomcat4.1.29 or later.
Click here to download.
The downloaded file is a rar compressed file. After decompression, it is an ajax. war file. You can directly deploy it. The bootstrap homepage is index. jsp.
As shown below.