浏览 2173 次
该帖已经被评为隐藏帖
|
||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
作者 | 正文 | |||||||||||||||||||||||||||||||||||||||||||||||||
发表时间:2007-10-03
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.
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
||||||||||||||||||||||||||||||||||||||||||||||||||
返回顶楼 | ||||||||||||||||||||||||||||||||||||||||||||||||||