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

Struts2 : new development web framework

阅读更多

Struts2 is an elegant, wonderful web framework, it boiled down the strength in webwork and struts1.
1.enhance the filter function

2.based on interface program

3.to be easy to integrate with spring framework

4.add the popular ajax framework :dojo

5.make use of the OGNL feature more stronger than JSTL EL.

6.interceptor and filter associated

7.exception, error handling more easy

8.client validation

9.no action form,purely POJO

 

分享到:
评论

相关推荐

    Practical Apache Struts2 Web 2.0 Projects

    Practical Apache Struts 2 Web 2.0 Projects shows you how to capitalize upon these new features to build next–generation web applications that both enthrall and empower your users. <br>Gain an in–...

    Programming_Jakarta_Struts(英文第二版)

    Preface Over the last few years, web development has turned a very important corner. Gone are the days when Java™ developers wrestled with a single JSP that contained presentation logic, database ...

    Eclipse开发struts完全指南

    这通常涉及到添加Struts库(struts.jar)到项目的类路径,以及配置web.xml文件以启用Struts。 6. **开发Struts应用**: - 使用StrutsIDE,你可以方便地创建Action类、配置struts-config.xml文件,甚至自动生成视图...

    Struts Spring Hibernate整合

    2. **IDE**: 使用ObjectWeb Lomboz for Java EE Development,版本为3.2.2。这是一个基于Eclipse的IDE,可以在[这里下载]...

    struts spring hibernate整合实践

    2. **IDE**: 本项目采用ObjectWeb Lomboz for Java EE Development Version 3.2.2作为开发环境。可以通过...

    SPring+structs2+hibernate框架搭建

    2. **新建项目**:选择“File” -> “New” -> “Dynamic Web Project”,按照向导创建名为“testssh”的新Web项目。 ##### 3.2 添加Struts2支持 1. **右击项目**:在项目上右击,选择“Struts2” -> “Add Struts...

    Spring Recipes: A Problem-Solution Approach, Second Edition

    * Spring web: Spring MVC, Spring Web Flow 2, Spring Roo, other dynamic scripting, integration with popular Grails Framework (and Groovy), REST/web services, and more. This book guides you step by ...

    如何创建一个SSH项目

    在IT行业中,SSH(Struts2、Spring、Hibernate)是一个常用的Java Web开发框架组合,它为开发者提供了构建高效、可扩展的企业级应用的能力。本文将详细介绍如何创建一个SSH项目,包括环境搭建、配置以及基本的项目...

    《stripts-documentation-1.4.2》

    The main driver behind Stripes is that web application development in Java is just too much work!背后的主要动力星条旗是Web应用开发的Java只是太辛苦了! It seems like every existing framework requires ...

    外文翻译 stus MVC

    This definition implies that Struts is a framework, rather than a library, but Struts also contains an extensive tag library and utility classes that work independently of the framework. Figure 5 ...

    搭建spring mvc + hibernate

    打开MyEclipse,选择“File”->“New”->“Project”,然后选择“Other”并找到MyEclipse下的“Web Project”。按照提示创建一个新的Web项目,并设置好项目的存放位置。 #### 2. 配置项目结构 - **WebRoot/WEB-INF/...

    ssm的框架搭建和实现

    SSM(Spring、Struts、Mybatis)框架是Java Web开发中常用的三大框架组合,它们各自负责不同的职责:Spring作为应用的容器,管理对象及依赖注入;Struts负责控制层,处理HTTP请求和响应;Mybatis则作为持久层框架,...

    Android配置相关,eclipse配置失败问题

    4. **SSE (Struts2 and Spring IDE)**:一个为Eclipse提供的插件,主要用于简化Struts2和Spring框架的应用开发,但与本文讨论的主题关联不大。 #### 二、问题分析及解决方法 **问题描述**:“requires 'org....

    intellij idea开发工具文档

    - 例如:`implementation 'org.apache.struts:struts2-core:2.5.20'`。 - **对 jar 包的依赖**: - 使用 Maven 或 Gradle 的依赖管理功能来添加 jar 包。 - 例如在 build.gradle 中添加:`implementation files...

    spring环境搭建

    SSH(Spring、Struts、Hibernate)是经典的Java Web开发三大框架组合,其中Spring作为核心,负责管理应用程序的组件和依赖关系。 在进行Spring环境搭建时,我们首先要确保计算机上已经安装了Java Development Kit ...

    eclipse开发jsp[参考].pdf

    在Eclipse中,选择“File” -> “New” -> “Dynamic Web Project”,输入项目名称,选择JRE版本和Web服务器(Tomcat)。在项目的`WebContent`目录下新建JSP文件,利用Eclipse内置的HTML编辑器编写页面。\n\n对于...

Global site tag (gtag.js) - Google Analytics