- 浏览: 344676 次
- 性别:
- 来自: 成都
文章分类
- 全部博客 (97)
- 搜索引擎 (9)
- JAVA基础知识 (7)
- Struts (13)
- Spring (1)
- Hibernate (0)
- iBATIS (2)
- ExtJs (10)
- AJAX (0)
- Oracle (1)
- MSSQLSERVER (1)
- MySQL (0)
- Prototype (0)
- DWR (0)
- EJB (0)
- J2EE综合 (0)
- 算法 (1)
- WebServices (0)
- JMS (0)
- JavaMail (0)
- JMX (0)
- UML (0)
- Dojo (0)
- Acegi (2)
- 其他Html-XML等 (3)
- CSS (1)
- 其他开源项目 (0)
- 英语 (0)
- Web3D (24)
- FCKeditor (1)
- javascript 特效 (2)
最新评论
-
荷戟者:
如何实现的,是否可以想象一点
extjs实现左侧tab -
coconut_zhang:
怎么没人评论,吼吼。。
HTMLParser使用详解(4)- 通过Visitor访问内容 -
Sorry':
JDBC中处理存储过程的结果集的通用流程 -
Sorry':
计划将客户
JDBC中处理存储过程的结果集的通用流程 -
renhongchao:
very good!在csdn也看到相同的文章,莫非是同一人? ...
HTMLParser使用详解(3)- 通过Filter访问内容
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 hide comment
Comment: Added a phrase in the second paragraph to clarify that plugins may require other dependency JARs be installed in addition to the plugin JAR itself
View page history
<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>View page history
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
AnnouncementsTitle Author Date Posted DataVision plug-in v1.0 released Frank W. Zammetti Sep 23, 2007 21:22 HDIV Plugin 2.0 Released Gorka Vicente Sep 14, 2007 00:52 LightBoxJS 0.1 Plugin Released Derik Vercueil Sep 01, 2007 05:30 JSCalendar 0.3 Plugin Released Derik Vercueil Aug 28, 2007 03:02 JSCalendar 0.2 Plugin Released Derik Vercueil Aug 17, 2007 08:11 JSCalendar 0.1 Plugin Released Derik Vercueil Aug 08, 2007 06:13 HDIV Plugin Released Gorka Vicente Jun 22, 2007 01:25 Beta1 of the new DataVision plugin now available Frank W. Zammetti Jun 07, 2007 23:23 Struts 2 JSON Plugin 0.9 Released Musachy Barroso Apr 26, 2007 16:25 Struts GWT plugin demo Musachy Barroso Apr 25, 2007 12:06 Guice Bob Lee Mar 14, 2007 23:20 Spring Webflow Plugin 1.0.3 Released Tom Schneider Feb 24, 2007 08:42 Table Tags 1.0.0 Released Tom Schneider Jan 27, 2007 08:54 JSON Plugin Musachy Barroso Jan 11, 2007 09:32 Spring Webflow Plugin Tom Schneider Jan 04, 2007 16:27
To announce a plugin that is hosted elsewhere, register with this wiki, and create a new "News" announcement.
Plugins- Codebehind Plugin — reduces mundane configuration by adding "Page Controller" conventions
- Config Browser Plugin — a simple tool to help view your Struts configuration at runtime
- Connext Graph Plugin — allows web applications to make use of the Open Flash Chart charts.
- Groovy Standalone Plugin — provides support for Actions (and Interceptors) written in the Groovy language
- GWT Plugin — can be used to call methods on Struts actions using Google Web Toolkit (GWT)
- HDIV Plugin — integrates HDIV (HTTP Data Integrity Validator) with Struts 2 adding Security functionalities
- Image Plugin — collection of various plugins for image handling (thumbnails, remote storage, validator)
- JasperReports Plugin — enables Actions to return reports through JasperReports
- JFreeChart Plugin — allows Actions to easily return generated charts and graphs
- JSCalendar Plugin
- JSF Plugin — provides support for JavaServer Faces components with no additional configuration
- JSON Plugin — provides a "json" result type that serializes actions into JSON
- LightBoxJS Plugin
- OSGi Plugin — leverages OSGi to allow Struts 2 applications to be divided into multiple jars (bundles) and managed at runtime
- Pell Multipart Plugin — instructs Struts to use Jason Pell's multipart parser to process file uploads
- Plexus Plugin — enables Struts Actions, Interceptors, and Results to be created and injected by Plexus
- Rome RSS-Atom Plugin — allows easy outputting of Rome SyndFeed objects (RSS, Atom)
- Scope plugin — implements JBoss Seam-style scoped bijection
- SiteGraph Plugin — generates graphical diagrams representing the flow of your web application
- Sitemesh Plugin — allows Sitemesh templates to access Struts information
- SmartURLs plugin — a code by convention and component plugin similar to the Codebehind and Zero-config plugins
- Spring MVC Plugin — allows Spring MVC controllers and interceptors to be executed in Struts 2
- Spring Plugin — allows Actions, Interceptors, and Results to be created and/or autowired by Spring
- Spring Webflow Plugin — integrates Spring Webflow (SWF) with Struts 2
- Struts 1 Plugin — allows you to use existing Struts 1 Actions and ActionForms in Struts 2 applications
- Table Tags — Struts 2 tags for displaying table data
- Tiles Plugin — allows actions to return Tiles pages
- WebWork2 Plugin — aims to be a drop-in replacement for WebWork 2 in a web application
- YUI Plugin — provides tags based on YUI
Have a bug report or feature request? - The registry lists plugins made available by various authors. To file a report regarding a third-party plugin, visit the homepage for the plugin in question. (Most of the external plugins are hosted by Google Code, and you can file an Issue there.) If the report regards a plugin bundled with the Apache Struts distribution, then (and only then) use the Struts issue tracker.
发表评论
-
详解struts2中struts.properties
2007-10-25 00:17 2726Stru ... -
struts2的struts.properties配置文件详解
2007-10-24 23:55 2200struts.action.extension ... -
Struts 2 间接实现零配置
2007-10-19 11:41 1777所谓间接实现零配置,是指只要做些初始化的配置之后,在以后的开发 ... -
Parameters in configuration results
2007-10-10 17:12 1221Parameters in configura ... -
How do we upload files
2007-10-10 16:47 1493xml 代码 How do we upload ... -
display dynamic or static images
2007-10-10 16:38 1637How can we display dynamic or s ... -
Struts2 验证器
2007-10-08 22:30 4370<validators> ... -
初涉Struts 2.0
2007-10-06 09:43 1200初涉Struts 2.0... -
Struts 2 官方
2007-10-03 17:22 11417Struts 2 官方: http://struts.apac ... -
struts2与spring2集成
2007-10-03 17:12 1248在Eclipse下建立一个Dynamic Web Applic ... -
struts2的struts.properties配置文件详解
2007-10-03 17:02 1173struts.action.extension ... -
Struts 2与AJAX(第三部分)
2007-10-03 16:53 1511Struts 2与AJAX(第三部分 ... -
Struts 2与AJAX(第二部分)
2007-10-03 16:52 1651在上一篇文章《Struts 2与AJAX(第一部分)》,我已经 ... -
Struts 2与AJAX(第一部分)
2007-10-03 16:51 1670Struts 2与AJAX(第一部分) 在当今——Web 2 ... -
struts2表单标签
2007-10-03 16:48 1634Form Tags ... -
Struts2 with logon
2007-10-03 16:45 1167关于此工程中的所有设置是承接前一篇文章Struts2介绍之使用 ... -
Struts2介绍之使用链接标签
2007-10-03 16:42 1871Web应用区别于普通的站点之处在于Web应用可以创建一个动态的 ... -
Strus 2的新表单标志的使用
2007-10-03 16:35 1169Struts 2为大家提供了不少常用的很酷的表单标志,简化了我 ... -
在Struts 2中实现文件上传
2007-10-03 16:33 1242实现原理 Struts 2是通过Commons FileUpl ... -
在Struts 2中实现IoC
2007-10-03 16:32 1066IoC(Inversion of Control,以 ...
相关推荐
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 ...
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+Spring3+MyBatis3的测试工程,JUnit测试用例和WEB服务。 内涵完整jar包,解压直接可用,包括一个表文件。 Eclipse3.2+Tomcat/5.5+jdk1.5.0_17 - ...
史莱姆牧场(电脑游戏)
APQP开发审核资料:汽车行业标准化的项目管理与质量审核整合编制方案,资深项目管理经验者的经验梳理。,APQP开发审核资料 1.经过大众、上汽、小鹏、雷诺的体系审核 2.结合AIAG APQP手册、VDA6.3、VDA4.3、PMP进行整合编制(优化)。 3.标准化模板,层次清晰,五大阶段依次展开,共计约90份文件 4.适合项目管理、质量管理、技术开发、试验相关的朋友使用。 5.对于新成立的汽车事业部门,可以节省数月的工作量。 作者:8年的项目管理经验,2年主机厂、3年国企、3年外企,PMP证书。 本资料是作者多年的经验梳理 ,APQP开发审核资料;体系审核;整合编制;标准化模板;五大阶段;项目管理;质量管理;技术开发;试验;新汽车事业部门;经验梳理,优化整合的APQP开发审核资料集:四大车企体系认证的标准化模板
1、文件内容:sssd-1.16.5-10.el7_9.16.rpm以及相关依赖 2、文件形式:tar.gz压缩包 3、安装指令: #Step1、解压 tar -zxvf /mnt/data/output/sssd-1.16.5-10.el7_9.16.tar.gz #Step2、进入解压后的目录,执行安装 sudo rpm -ivh *.rpm 4、安装指导:私信博主,全程指导安装
1、文件内容:setools-console-3.3.8-4.el7.rpm以及相关依赖 2、文件形式:tar.gz压缩包 3、安装指令: #Step1、解压 tar -zxvf /mnt/data/output/setools-console-3.3.8-4.el7.tar.gz #Step2、进入解压后的目录,执行安装 sudo rpm -ivh *.rpm 4、安装指导:私信博主,全程指导安装
perl516-perl-PlRPC-0.2020-5.el6.centos.alt.noarch.rpm
三相光伏逆变器研发蓝图解析:从源头解析理图PCB源代码,洞察10Kw光伏并网技术的奥秘,三相10Kw光伏并网逆变器。包含全套理图 PCB 源代码 ,核心关键词:三相10Kw光伏并网逆变器; 全套原理图; PCB; 源代码;,三相光伏并网逆变器全套图谱:PCB原理与源代码汇编详解
perl516-perl-DBD-Pg-tests-2.19.3-5.el6.centos.alt.x86_64.rpm
基于UDS的BootLoader上位机源代码(C#):支持ISO通信与多种CAN卡,S-record格式解析及二次开发扩展应用,基于UDS的BootLoader上位机源代码(C#) 基于UDS的BootLoader上位机源代码,支持ISO15765通信,支持PeakCAN , ZJG CAN等CAN卡, 支持S-record格式的二进制文件解析; 可二次开发或扩展应用。 ,核心关键词:UDS BootLoader;上位机源代码(C#);ISO15765通信;PeakCAN;ZJG CAN;CAN卡;S-record格式;二进制文件解析;二次开发;扩展应用。,UDS BootLoader上位机源码(支持多种CAN卡及S-record格式解析)
Labview密码登录系统:实用、便捷的用户管理功能,采用Access数据库安全存储,labview用户登录程序,可以直接用做密码登录系统,用户管理,实用强,使用方便,采用access数据库制作。 ,核心关键词:LabView用户登录程序; 密码登录系统; 用户管理; 实用性强; 使用方便; Access数据库制作;,"LabView用户登录系统:便捷管理,Access数据库支持密码登录"
基于深度学习的地理知识图谱构建方法研究.pdf
DS18B20资料文档
三菱iQ-R系列PLC控制系统全套资料详解:轴控制、通讯技术及编程规范介绍,三菱iQ-R系列PLC控制系统项目全套资料 系统才用三菱iQ-R系列PLC,采用R04CPU ,其中涉及到轴控制, MODBUS通讯,ETHERNET通讯,模拟量输入,数字量输入输出。 PLC程序采用ST语言和梯形图编写。 触摸屏采用维纶通的。 提供项目全套资料。 ,核心关键词:三菱iQ-R系列PLC; R04CPU; 轴控制; MODBUS通讯; ETHERNET通讯; 模拟量输入; 数字量输入输出; ST语言; 梯形图编写; 维纶通触摸屏; 项目全套资料。,三菱iQ-R PLC控制系统项目:全集成轴控制与通讯技术资料集
1、文件内容:texinfo-5.1-5.el7.rpm以及相关依赖 2、文件形式:tar.gz压缩包 3、安装指令: #Step1、解压 tar -zxvf /mnt/data/output/texinfo-5.1-5.el7.tar.gz #Step2、进入解压后的目录,执行安装 sudo rpm -ivh *.rpm 4、安装指导:私信博主,全程指导安装
威纶通触摸屏分期付款智能锁机系统(含PC程序及宏程序例子,精确时间设定,多重安全防护),威纶通触摸屏分期付款锁机(带PC程序) 文件内包含 威纶通触摸屏源程序例子(含宏程序) 总共两个页面可以快速移植到自己的程序上。 带PC端程序自动计算设定时间密码。 宏程序带详细注释,适合学习 可以动态设置锁机时间精确到分钟。 密码随机且不重复。 防破解验证。 提前提醒功能。 自己设置独立加密码功能,保证你的密码独一无二 没有你设置的加密码,有程序也解不开。 密码自动效验。 字母数字混合加密。 ,威纶通触摸屏; 分期付款锁机; 宏程序; 程序移植; 设定时间密码; 动态设置锁机时间; 密码随机不重复; 防破解验证; 提醒功能; 独立加密码功能; 密码自动效验; 字母数字混合加密。,威纶通触摸屏加密锁机方案:支持分期付款,PC端程序自动管理时间密码
1、文件内容:tbb-doc-4.1-9.20130314.el7.rpm以及相关依赖 2、文件形式:tar.gz压缩包 3、安装指令: #Step1、解压 tar -zxvf /mnt/data/output/tbb-doc-4.1-9.20130314.el7.tar.gz #Step2、进入解压后的目录,执行安装 sudo rpm -ivh *.rpm 4、安装指导:私信博主,全程指导安装
appimagetool-x86_64.AppImage 给大家免费下载
IMG_7628.jpg