`

Apache Struts 2 Plugin Registry

阅读更多
Apache Struts 2 Plugin Registry
Home
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:

分享到:
评论

相关推荐

    Apache+Struts2验证

    S2-053漏洞全称为"Struts2 REST Plugin远程代码执行",是Apache Struts2框架中的一个严重安全缺陷。该漏洞主要存在于Struts2的REST插件中,当用户提交特定格式的HTTP请求时,可能导致远程代码执行(RCE)。远程代码...

    Practical Apache Struts 2 Web 2.0 Projects.pdf

    5. **插件体系**:Struts 2支持丰富的插件,如Struts2-dojo-plugin用于与Dojo库集成,实现富客户端功能。 6. **OGNL(Object-Graph Navigation Language)**:是Struts 2中的表达式语言,用于在视图和模型之间传递...

    struts2-json-plugin-2.3.24-API文档-中文版.zip

    标签:apache、struts2、plugin、struts、json、jar包、java、API文档、中文版; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。 人性化翻译,文档中的代码和结构保持不变,...

    struts2-json-plugin-2.3.8.jar

    Struts2 JSON Plugin是针对Apache Struts2框架的一个重要组件,版本为2.3.8。这个插件主要的功能是让Struts2应用程序能够轻松地处理JSON(JavaScript Object Notation)数据格式,使得Web应用可以方便地进行JSON序列...

    Struts 2 远程代码执行漏洞(s2-045\s2-046)修复所用到的包

    1.严格过滤 Content-Type 、filename里的内容,严禁ognl表达式相关字段。 2.如果您使用基于Jakarta插件,请升级到Apache ...--来源 http://mvnrepository.com/artifact/org.apache.struts/struts2-spring-plugin/2.3.32

    Struts2.3.16.3 chm帮助文档

    A list of available plugins is available at the Struts 2 Plugin Registry. Tired of XML-based configurations, or need some extra agility? Try the Convention Plugin or its RESTful cousin, the REST ...

    struts2官方开发文档

    A list of available plugins is available at the Struts 2 Plugin Registry. Tired of XML-based configurations, or need some extra agility? Try the Convention Plugin or its RESTful cousin, the REST ...

    Struts2开发常用jar包

    core-2.5.10.1.jar,struts2-jfreechart-plugin-2.5.10.1.jar,struts2-json-plugin-2.5.10.1.jar,struts2-junit-plugin-2.5.10.1.jar,struts2-bean-validation-plugin-2.5.10.1.jar,struts2-cdi-plugin-...

    struts2-dojo-plugin-2.2.1.jar

    Struts2-dojo-plugin-2.2.1.jar 是一个针对Apache Struts2框架的扩展插件,主要用于增强Struts2应用的用户界面交互性,特别是通过集成Dojo JavaScript库来提供丰富的AJAX功能和用户体验。这个插件是Struts2与Dojo ...

    struts2-json-plugin

    struts2-json-plugin,Struts JSON插件

    struts2-spring-plugin-2.3.15.2.jar ; struts2-json-plugin-2.3.16.3.jar

    struts2-spring-plugin-2.3.15.2.jar ; struts2-json-plugin-2.3.16.3.jarstruts2-spring-plugin-2.3.15.2.jar ; struts2-json-plugin-2.3.16.3.jar

    struts2-ssl-plugin-1.2.1.jar

    struts2-ssl-plugin-1.2.1.jar

    netbeans7.2_struts2_plugin

    首先,我们来看标题"NetBeans7.2_struts2_plugin",这表明我们要讨论的是在NetBeans 7.2版本中用于支持Struts2开发的插件。这个插件是NetBeans IDE为了提供Struts2框架的开发辅助工具而设计的,它包括了对Struts2...

    struts2 json plugin jar包

    struts2 json plugin jar包

    struts2-json-plugin源码

    `struts2-json-plugin`是Struts2的一个插件,它使得Struts2能够处理JSON请求和响应,无需额外的配置或库。这个插件不仅包含了源码,还包含了必要的配置文件和类,使得开发者可以深入理解其工作原理并进行自定义扩展...

    struts2-json-plugin-2.1.8jar包.zip

    Struts2 JSON Plugin是Apache Struts框架的一个扩展插件,主要功能是支持Struts2应用程序与JSON(JavaScript Object Notation)格式的数据进行交互。JSON是一种轻量级的数据交换格式,广泛用于Web服务和AJAX...

    struts2-json-plugin-2.2.3.1

    struts2-json-plugin-2.2.3.1能用的包

    struts2-struts1-plugin-2.1.6.jar

    struts2-struts1-plugin-2.1.6.jar

    struts2-spring-plugin-2.2.1.jar

    Struts2-Spring-Plugin-2.2.1.jar 是一个专门为 Struts2 框架与 Spring 框架集成而设计的插件。这个插件的主要目的是简化在基于Struts2的应用程序中整合Spring的功能,如依赖注入(DI)、AOP(面向切面编程)以及...

Global site tag (gtag.js) - Google Analytics