`
kkllmey
  • 浏览: 102079 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Struts要用的jar

阅读更多

下载包后把lib中的日记、struts2-core、xwork、freamwork、 ognl


  <filter>
      <filter-name>struts2</filter-name>
      <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
  </filter>
  <filter-mapping>
      <filter-name>struts2</filter-name>
      <url-pattern>/*</url-pattern>
  </filter-mapping>

Struts2中的Action就是一个POJO、不依赖于任一个Action,不像是Struts1,但是要有execute方法,也可以继承ActionSuppot,ActionSuppot类有validate()和execute等很多功能和方法

Struts2删除一些没用的标签库,只有一个标签库,而且没有ActionForm

<form action="login.action" method="post">
       username:<input type="text" name="username" /><br/>
       password:<input type="password" name="password" /><br/>
       <input type="submit" value="submit">
</form>

分享到:
评论

相关推荐

    struts-2.0 jarstruts-2.0 jar

    struts-2.0 jarstruts-2.0 jarstruts-2.0 jarstruts-2.0 jar

    struts2所有jar包程序文件

    struts2所有jar包下载

    struts2要用的jar包(仅仅是struts2的jar包 )

    mapper-asl-1.9.13.jar javassist-3.15.0-GA.jar jsp-api.jar mysql-connector-java-5.1.18.jar mysql-connector-java-5.1.26-bin.jar ognl-3.0.5.jar ojdbc14-10.2.0.4.jar servlet-api.jar struts2-convention-...

    struts2 jar包

    struts2 jar包struts2 jar包struts2 jar包struts2 jar包struts2 jar包struts2 jar包struts2 jar包

    struts2全套jar包

    struts2全套jar包struts2全套jar包struts2全套jar包struts2全套jar包struts2全套jar包struts2全套jar包struts2全套jar包

    struts核心jar包 struts核心jar包

    struts核心jar包 struts核心jar包struts核心jar包 struts核心jar包struts核心jar包 struts核心jar包struts核心jar包 struts核心jar包struts核心jar包 struts核心jar包

    struts2必备jar包

    struts2官网的jar包完整版.导入即可使用. 包含6个jar包: 1. struts2-core-2.1.8.1.jar; 2. commons-io-1.3.2.jar; 3. commons-logging-1.0.4.jar; 4. freemarker-2.3.15.jar; 5. ognl-2.7.3.jar; 6. commons-...

    struts1—jar

    struts1核心包,整个框架所需要的jar包都有

    struts2.0.14官方jar包

    struts2.0.14官方jar包 struts2.0.14官方jar包 struts2.0.14官方jar包 struts2.0.14官方jar包 struts2.0.14官方jar包

    struts jar包

    struts jar包struts jar包struts jar包struts jar包

    struts1和struts2的jar包

    struts1和 struts2 用到的jar包

    struts2.2.3 完整jar包

    struts2.2.3 完整jar包struts2.2.3 完整jar包struts2.2.3 完整jar包

    struts2jar包

    使用struts2开发之前必须引入struts的包。

    Struts的jar包

    Struts2的jar包,一些常用的。。。。。。。。。。。。。。。。

    struts2主要jar包

    struts主要jar包,主要是lib目录下几个重要、必备的jar包。

    struts框架jar包

    logging-1.0.4.jar commons-validator-1.3.1.jar jstl-1.0.2.jar oro-2.0.8.jar standard-1.0.2.jar struts-core-1.3.8.jar struts-el-1.3.8.jar struts-extras-1.3.8.jar struts-faces-...

    struts2-core.jar

    struts2-core-2.0.1.jar, struts2-core-2.0.11.1.jar, struts2-core-2.0.11.2.jar, struts2-core-2.0.11.jar, struts2-core-2.0.12.jar, struts2-core-2.0.14.jar, struts2-core-2.0.5.jar, struts2-core-2.0.6.jar,...

    struts2.5.16-jar包

    解压后进入lib目录可以找到struts2.5所有jar包,进入“Struts2 入门\struts2基本jar包”目录可以找到基本入门jar包,包含如何配置strut2,如何访问web等

    ssh Jar 之struts2jar

    ssh Jar 之struts2jarssh Jar 之struts2jarssh Jar 之struts2jarssh Jar 之struts2jar

    Struts2全部jar包

    搭建struts2所需要的jar包 快速搭建struts2项目使用

Global site tag (gtag.js) - Google Analytics