`
mefly
  • 浏览: 150679 次
  • 性别: Icon_minigender_1
  • 来自: 天津
社区版块
存档分类
最新评论

5.struts2.16新特性之一Convention Plugin 实现web层零配置

阅读更多
先说个小细节,就像Convention Plugin 文档里的helloworld里说的一样
如果我们在url里输入 account/account.action
他会找我们的类: xxx.xxx.web.account.account.action这个大家都明白。
可是如果没有这个类,呵呵,也没事,他会去找web-info/content/account.account.jsp 哈哈,对这些新东西还是多试才能用得顺手。

分享到:
评论

相关推荐

    struts2采用convention-plugin实现零配置

    在Struts2的某个版本之后,引入了一项名为`convention-plugin`的新特性,旨在简化配置过程,实现所谓的“零配置”开发。这个插件允许开发者通过约定而非显式配置来设置Action类、结果页面等,从而减少了XML配置文件...

    Struts采用convention-plugin实现零配置

    ### Struts采用Convention-Plugin实现零配置 #### Struts2框架简介 Struts2是Apache组织维护的一个开源项目,它是一个基于MVC模式的Web应用框架。Struts2继承了Struts1的优点,并在此基础上增加了许多新特性,比如...

    struts2.16

    例如,Struts2-convention-plugin可以实现基于约定优于配置的Action映射,大大减少了XML配置的工作量。 6. **模板技术**:Struts2可以集成FreeMarker、Velocity等模板引擎作为视图层,使得视图和控制器分离,提高了...

    Struts2开发常用jar包

    2.5.10.1.jar,struts2-config-browser-plugin-2.5.10.1.jar,struts2-convention-plugin-2.5.10.1.jar,struts2-dwr-plugin-2.5.10.1.jar,struts2-embeddedjsp-plugin-2.5.10.1.jar,struts2-gxp-plugin-2.5.10.1....

    struts2.1.6利用convention-plugin和json-plugin实现json零配置

    通过以上步骤,开发者可以在Struts2.1.6环境中实现基于Convention的零配置JSON支持,极大地提高了开发效率。然而,虽然零配置简化了开发,但当需求复杂时,可能仍需自定义配置以满足特定要求。因此,理解并灵活运用...

    struts 2.16.rar

    2. **struts2-convention-plugin.jar**:提供了约定优于配置的特性,允许开发者通过类名和方法名自动映射URL,减少了XML配置的工作量。 3. **struts2-config-browser-plugin.jar**:提供了一个Web界面来浏览和编辑...

    Struts2.1零配置——convention-plugin

    Struts2.1引入了Convention Plugin,以实现框架的零配置目标,替代之前的Codebehind Plugin。这个插件通过约定优于配置的原则简化了Struts2的应用开发,减少了XML配置文件的需求。以下是对Convention Plugin主要特性...

    struts2-convention-plugin-2.3.24.1

    struts2-convention-plugin-2.3.24.1

    struts2-convention-plugin-2.3.15.1.jar

    struts2-convention-plugin-2.3.15.1.jar

    Struts2 Convention Plugin中文文档 Annotion

    Struts2 Convention Plugin 是从 Struts2.1 版本开始引入的一个插件,它的主要目标是实现 Struts2 框架的零配置。通过约定优于配置的原则,开发者可以更加专注于业务逻辑,减少大量的 XML 配置工作。以下是 ...

    struts2零配置convention-plugin

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

    struts2版本 2.1.6 必须的jar包 和 web.xml 文件的修改

    2. **struts2-convention-plugin.jar** - 提供了约定优于配置的特性,允许根据类名和方法名自动映射Action。 3. **struts2-config-browser-plugin.jar** - 用于在Web应用中浏览器查看Struts配置的插件。 4. **xwork-...

    struts2-convention-plugin-2.1.6.jar

    struts2-convention-plugin-2.1.6.jar

    STRUTS2 Convention零配置

    Struts2框架自2.1版本开始引入了一种新的零配置方式——Convention插件。与之前的Codebehind插件不同,Convention插件更加彻底地摆脱了对配置文件的需求,包括struts.xml以及Annotation等传统配置方式,通过约定而非...

    struts2-convention-plugin-2.3.1.jar

    struts2-convention-plugin-2.3.1.jar,使用注解的方式代替xml配置action,必须要引用这个包。

    struts2-convention-plugin-2.3.15.2

    Struts开始使用convention-plugin代替codebehind-plugin来实现struts的零配置,使用Convention插件,你需要此JAR文件

    Struts2配置精要之常量constant配置详解(包括零配置Convention 的常量)

    除了传统的XML配置,Struts2还引入了Convention模式,实现了零配置开发。在Convention模式下,Struts2可以根据类名和方法名自动映射URL,极大地简化了配置工作。然而,即使在Convention模式下,常量配置仍然是必要的...

Global site tag (gtag.js) - Google Analytics