日期:2014-05-16  浏览次数:20810 次

Apache Struts 2 Plugin Registry
Apache Struts 2 Plugin Registry
Home
Edit Page ? Browse Space ? Add Page ? Add News
Added by Don Brown, last edited by Frank W. Zammetti on Jun 06, 2007 ?(view change) show comment show comment <script> var show = document.getElementById('show'); var hide = document.getElementById('hide'); var versionComment = document.getElementById('versionComment'); function showComment(){ show.style.display = 'none'; hide.style.display = 'inline'; versionComment.style.display = 'block'; } function hideComment(){ show.style.display = 'inline'; hide.style.display = 'none'; versionComment.style.display = 'none'; } </script>

Apache Struts 2 provides a simple plugin architecture so that develpers can extend the framework just by adding a JAR to the application's classpath (in addition to whatever JARs may be required to fulfill the dependencies of the plugin itself). Since plugins are contained in a JAR, they are easy to share with others. Here, we list plugins available for Struts 2 and provides help on how to use them.

Contributed plugins may be of varying quality. If not bundled with the official Struts 2 distribution, a plugin cannot be guaranteed to be safe. You install plugins from this space at your own risk. We do not monitor or guarantee any code posted in this space. If you find dangerous or malicious code posted here, please contact the Struts User mailing list immediately.


To follow plugin development, subscribe to these feeds with any RSS reader:

  • New announcements
  • New plugin pages
  • Updated plugin pages
  • New comments