`
seawavecau
  • 浏览: 756632 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

spring -struts plugin

阅读更多
struts-config.xml
xml 代码
  1. <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">     
  2.     <set-property property="contextConfigLocation" value="/WEB-INF/applicationContext.xml" />     
  3. plug-in>  

 

验证框validation.xml 配置代码
  1. <plug-in className="org.apache.struts.validator.ValidatorPlugIn">  
  2.   <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml" />  
  3. </plug-in>  

Action-反转控制代码

struts-config代码
  1. <action-mappings >  
  2.   <action  
  3.     attribute="userForm"  
  4.     input="/form/user.jsp"  
  5.     name="userForm"  
  6.     path="/user"  
  7.     scope="request"  
  8.     type="org.springframework.web.struts.DelegatingActionProxy" />  
  9. action-mappings>  

 

spring-config代码
java 代码
  1. "/user" class="org.eimhe.struts.action.UserAction"  
  2.         abstract="false" singleton="false" lazy-init="default"  
  3.         autowire="default" dependency-check="default">   
  4.         "userdao">   
  5.             "UsertableDAO"/>    
  6.            
  7.       
分享到:
评论

相关推荐

    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-spring-plugin-2.3.4.jar

    Struts2-Spring-Plugin-2.3.4.jar 是一个专门为 Struts 2 框架和 Spring 框架整合而设计的插件,主要用于处理 Struts 2 和 Spring 之间的集成问题。在Java Web开发中,这两个框架经常一起使用,Spring 提供了依赖...

    struts2-spring-plugin-2.2.1.jar

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

    struts2-spring-plugin-2.3.31.jar

    struts2-spring-plugin-2.3.31.jar

    struts2-spring-plugin-2.3.24.1.jar

    最新struts2-spring-plugin-2.3.24.1.jar

    struts2-spring-plugin-2.5.13.jar

    搭建struts2 + spring框架时需要使用的关联jar struts.xml中action的属性class引用applicationContext中bean的属性id指向的值

    搭建SSH框架需要引入的Struts2包(log4j,spring-web,struts2-spring-plugin)

    `struts2-spring-plugin-2.5.16.jar`是Struts2与Spring集成的插件,它使得Struts2可以利用Spring的依赖注入(DI)和面向切面编程(AOP)能力。通过这个插件,我们可以将Action类的实例化和管理交给Spring容器,从而...

    struts2-spring-plugin-2.0.11.1.jar

    Struts2-Spring-Plugin-2.0.11.1.jar 是一个专门为Apache Struts2框架设计的插件,其主要目的是实现Struts2与Spring框架的集成。这个插件使得开发者能够在Struts2应用中无缝地使用Spring进行依赖注入(Dependency ...

    struts2-spring-plugin-2.3.15.3.jar

    struts2-spring-plugin-2.3.15.3.jar struts整合Spring的插件Jar包。

    JavaEE源代码 struts2-spring-plugin-2.0.11

    JavaEE源代码 struts2-spring-plugin-2.0.11JavaEE源代码 struts2-spring-plugin-2.0.11JavaEE源代码 struts2-spring-plugin-2.0.11JavaEE源代码 struts2-spring-plugin-2.0.11JavaEE源代码 struts2-spring-plugin-...

    spring-webmvc-struts.jar

    1. **StrutsPlugIn**:这个类是Spring与Struts集成的关键,它扩展了Struts的PlugIn接口,使得Spring可以在Struts的生命周期内初始化和销毁bean。 2. **StrutsActionProxy**:这个类实现了Spring的ActionInvocation...

    SSH\\others\\struts2-spring-plugin-2.2.1.jar

    在给定的压缩包文件中,我们关注的是"struts2-spring-plugin-2.2.1.jar",这是一个插件,它将Struts2框架与Spring框架集成。 Struts2 Spring Plugin是Struts2框架的一个重要组成部分,它的主要作用是允许开发者在...

    struts2-spring-plugin-2.0.6.jar

    struts2-spring-plugin-2.0.6.jar

    struts2-spring-plugin-2.3.24.jar.zip

    java jar包,亲测试可用 安全,可以对其进行数字签名,只让能够识别数字签名的用户使用里面的东西。 加快下载速度; 压缩,使文件变小,与ZIP压缩机制完全相同。 ...能够让JAR包里面的文件依赖于统一版本的类文件。...

    struts2-spring-plugin-2.1.8

    struts2-spring-plugin

    struts2-spring-plugin-2.1.2.jar

    导入struts2-spring-plugin包,在web.xml中设置spring的监听器, spring监听器对应的API类为:org.springframework.web.context.ContextLoaderListener。 struts2-spring-plugin包为我们将struts2的对象工厂设置为...

    struts2-spring-plugin-2.0.12.jar

    struts2+spring整合插件 struts2-spring-plugin-2.0.12.jar

    struts2-spring-plugin-2.2.3.1.jar

    Struts2-Spring-Plugin-2.2.3.1.jar是Apache Struts框架与Spring框架集成的一个插件,主要用于帮助开发者在基于Struts2的应用程序中无缝地使用Spring进行依赖注入(Dependency Injection,DI)和控制反转(Inversion...

    struts2-spring-plugin-2.1.8.1.jar

    struts2-spring-plugin-2.1.8.1.jar

Global site tag (gtag.js) - Google Analytics