`
mimang2007110
  • 浏览: 232836 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

struts2注解方式的struts配置文件配置

阅读更多
<constant name="struts.objectFactory" value="spring" />
	<constant name="struts.i18n.encoding" value="UTF-8" />

	<!-- 当struts的配置文件修改后,系统是否自动重新加载该文件,默认值为false(生产环境下使用),开发阶段最好打开 -->  
	<constant name="struts.configuration.xml.reload" value="true"/>  
	<!-- 开发模式下使用,这样可以打印出更详细的错误信息 -->  
	<constant name="struts.devMode" value="true" />
	<!-- 配置Convention插件自动重加载映射 -->
	<constant name="struts.convention.classes.reload" value="true"/>
	<!-- 设置Convention插件定位视图资源的根路径 -->
	<constant name="struts.convention.result.path" value="/page"/>
	<!-- 设置默认匹配所有的action(即使没有@action注解) -->
	<constant name="struts.convention.action.mapAllMatches" value="true"/>
	<constant name="struts.convention.action.name.separator" value=""/>
	<!-- 设置action执行完后,返回的jsp页面 -->
	<constant name="struts.convention.result.flatLayout" value="true"/> 
	
	<!-- 
	<constant name="struts.convention.result.path" value="/WEB-INF/page" />
	<constant name="struts.convention.package.locators" value="action" />
    <constant name="struts.configuration.xml.reload" value="true"/>
    <constant name="struts.convention.classes.reload" value="true" />
	<include file="com/huawei/demo/sysmodule/action/configure/struts_login.xml" />
	-->

 

分享到:
评论

相关推荐

    struts2 使用注解现在零配置不需要在使用struts.xml配置文件,可以直接跑

    struts2 使用注解现在零配置不需要在使用struts.xml配置文件。 struts2 注解实例。可以直接跑

    struts2注解登陆

    注解实现的页面跳转其特点是不用配置文件struts.xml因而可以实现零配置,同时由于有注解的功能,所以说大大增加了程序的可维护性。

    struts2注解详解

    而是改为使用Convention插件来支持零配置,和Codebehind相比,Convention插件更彻底,该插件完全抛弃配置信息,不仅不需要是使用struts.xml文件进行配置,甚至不需要使用Annotation进行配置,而是由struts2根据约定...

    struts2文件上传下载(注解版)

    基于struts2的文件上传及下载,使用注解配置,内含相应的jar包,方便学习使用,

    Struts2注解使用说明文档

    而是改为使用Convention插件来支持零配置,和Codebehind相比,Convention插件更彻底,该插件完全抛弃配置信息,不仅不需要是使用struts.xml文件进行配置,甚至不需要使用Annotation进行配置,而是由struts2根据约定...

    Struts2使用注解实现文件的上传与下载

    使用struts2基于注解(零配置)实现的文件上传与下载的代码,可以正常运行

    struts2注解详细说明

    从struts2.1版本开始,Convention Plugin作为替换替换Codebehind Plugin来实现Struts2的零配置。• 包命名习惯来指定Action位置• 命名习惯制定结果(支持JSP,FreeMarker等)路径• 类名到URL的约定转换• 包名...

    Struts2注解使用说明

    使用注解可以用来替换struts.xml配置文件!

    struts2注解使用.doc

    从struts2.1开始,struts2不再推荐使用Codebehind作为零配置插件,而是改为使用Convention插件来支持零配置,和Codebehind相比,Convention插件更彻底,该插件完全抛弃配置信息,不仅不需要是使用struts.xml文件进行...

    mybatis(使用自动扫描mapper、注解方式)+struts+spring

    其中SSM为Myeclipse9.0工程(工程在页面层有bug,建议用Debug模式,跟踪查看其效果) ...1、无数据库文件:各位可以根据实体文件news.java创建数据库 ...下次会上传Spring3+struts2+mybatis3的全注解方式)

    SSH框架搭建成功例子(注解方式,Struts2自身创建Action)

    使用的是注解的方式完成的,因为注解的方式可以减少一些配置文件,比较方便的。 【特别强调】一定要清楚如何调试项目,因为自己的环境和下载的资源的环境可能不一样,需要修改配置文件或是其他才能正常运行。...

    struts2demo全注解

    struts2将请求在Action中封装为Map并将配置文件放到web-info中还可以自定义配置文件位置就是不将struts.xml放到src下但还是不如spring mvc 的封装来得方便

    Struts2入门教程(全新完整版)

    3.初识struts2配置文件 4 (1).web.xml文件 4 (2).struts.xml文件 4 (3).struts.properties(参default.properties) 4 (4)struts-default.xml 4 (5)其它配置文件 4 4.让MyEclipse提示xml信息 4 5.如何...

    Struts2 Spring3.0 Hibernate3.3 整合全注解配置

    Struts2 Spring3.0 Hibernate3.3 全注解配置,避免了大量业务类在Spring文件的配置,整合了DWR3.0,displayTag 物理分页技术的实现。树形菜单。 另外数据库,在下一个资源;由于20MB的限制。 有问题的话留言。

    dwr配置文件和注解两种方式的两个demo,ssh项目使用dwr

    dwr配置文件和注解两种方式的两个demo, dwr框架在项目中的使用, 一个sprig3+dwr3+jpa+struts2,基于注解的完整demo 一个sprig2+dwr2+hibernate3+struts1,基于配置文件的完整demo ...

    Struts2 in action中文版

    第1章 Struts 2:现代Web框架 2 1.1 Web应用程序:快速学习 2 1.1.1 构建Web应用程序 2 1.1.2 基础技术简介 3 1.1.3 深入研究 6 1.2 Web应用程序框架 7 1.2.1 什么是框架 7 1.2.2 为什么使用框架 8 1.3 Struts 2框架...

    struts2+spring2.5+jpa 注解开发框架

    struts2注解(去掉了struts.xml)配置文件 spring注解(去掉了在XML文件中bean的配置) jpa注解(去掉了*.hbm.xml)文件的配置 该项目完全可以运行,包含了所有的JAR包,数据库默认使用ORACLE,MYSQL(需要改下jdbc....

    基于注解的struts2+spring+hibernate 实例

    一个很好的的学习struts2+spring+hibernate 实例。思路很新颖。包含一个很好的分页代码。基于hibernate的Annotations方式配置。代码很完整。实例中包含数据库文件。

    struts2-convention-plugin-2.1.6.jar

    Struts2 的第三方插件 使用注解的方式配置struts.xml文件

    struts2 demo

    struts2范例,含登录跳转,文件上传及不跳转上传,注解和配置2种方式,适合初学者和复习用,采用struts2.1

Global site tag (gtag.js) - Google Analytics