资 源 简 介
The AjaxParts Taglib (APT) is a component of the Java Web Parts (JWP) project (http://javawebparts.sourceforge.net) that allows for 100% declarative (read: no Javascript coding required!) AJAX functionality within a Java-based webapp. It is especially a great solution for situations where you have an existing application that you need to add some AJAX to (but it"s very good for new development too of course!)
This project is a plugin for Struts2 that allows quick and easy usage of APT with Struts2 in a typical plugin form.
To use it, simply drop this JAR into your Struts2 project and create an ajax-config.xml file (as detailed in the readme.html file container within the JAR). Then, add the single needed context parameter entry to web.xml pointing to your config file and you are ready to rock and roll.
You can also find a very simple Struts2 example app here to show you all of this in action. In general though, that readme file should contain all the detail