Location:
Search - struts2 Action
Search list
Description: Struts2.1的简单实例,主要包括流程/action和部分标签,和大家分享
Platform: |
Size: 1979000 |
Author: 刘维力 |
Hits:
Description: Struts2 是Struts的下一代产品。Struts2的目标很简单——使Web开发变得更加容易。为了达成这一目标,Struts2中提供了很多新特性,比如智能的默认设置、annotation的使用以及“惯例重于配置”原则的应用,而这一切都大大减少了XML配置。
本书的目的,是为了帮助读者掌握Struts2框架,并能够对组成框架的功能部件和可用的配置项有深刻的理解。作者在书中还将介绍一些可以提高生产力的方法——包括默认配置项和应当注意的实现特性,可用的多种配置选项和一些开发技术。本书还会就与第三方软件进行集成的话题展开讨论。
尽管有很多新的语言和新的技术,基于Action的MVC框架对当前的Web应用开发依然十分有用。本书带你一起探讨Struts 2应用的方方面面,如架构、配置、实现Actions和对验证与国际化的支持等。除了这些,本书还专注于实践,用大量的代码和技巧教你如何快速使用Struts 2。
Platform: |
Size: 778322 |
Author: 胡国江 |
Hits:
Description: 现阶段内置模板可以生成的包括: 可以生成java的hibernat model+annotation,hibernate model+xml,dao,manager,struts+struts2 action类 生成jsp的增删改查. (生成的代码与rapid-framework绑定才比较有意义) 通常代码生成器存在的问题. * 二次开发困难 * 过于智能,自动插入我们的项目中,程序员还需考虑旧的代码会不会被覆盖的问题 * 没有将存放模板的目录名称及文件名称利用起来,导致还需配置每个模板文件生成的文件名,目录结构 具体请查看我写的文章:为何代码生成器都要这么智能呢? 本代码生成器的特性 * 基于FreeMarker模板语言 * 基于数据库,并支持多种数据库(mysql,sql server,oracle测试通过) * 半手工方式,生成的代码放在某个目录,再手工拷贝回来工作区 * 易于做二次开发,整个生成器本身就是java源代码,源代码核心十分精简,并且鼓励你做修改代码,也可以作为任何语言的代码生成器 * 配置简单,只有一个配置文件generator.properties * 以application方式运行生成器,生成不同的table直接修改相关java代码即可 * 将文件系统的目录名称及文件名称作为生成器的一部分,模板文件的的名称与目录名称可以直接引用相关变量,如 ${basepackage}/${className}.java (${className}=Blog,则会生成Blog.java) * 以@testExpression结尾的模板文件为有条件忽略,如果testExpression的值在数据模型为true则生成该文件,生成的文件不会包含@testExpression,反之则不生成该文件(应用场景:用于在是否要生成hibernate联合主建的文件中) * 支持文件插入操作,如模板输出生成的地方已经有该同名的文件存在,并且文件中有包含"webapp-generator-insert- location"标记,则模板生成的内容会插入在该标记之后.该特性对如生成的spring配置内容插入spring配置文件十分有用
Platform: |
Size: 3083258 |
Author: jeekchen |
Hits:
Description: Struts2.1的简单实例,主要包括流程/action和部分标签,和大家分享-Struts2.1 simple examples, including process/action, and some labels, and to share
Platform: |
Size: 1978368 |
Author: 刘维力 |
Hits:
Description: Struts2 是Struts的下一代产品。Struts2的目标很简单——使Web开发变得更加容易。为了达成这一目标,Struts2中提供了很多新特性,比如智能的默认设置、annotation的使用以及“惯例重于配置”原则的应用,而这一切都大大减少了XML配置。
本书的目的,是为了帮助读者掌握Struts2框架,并能够对组成框架的功能部件和可用的配置项有深刻的理解。作者在书中还将介绍一些可以提高生产力的方法——包括默认配置项和应当注意的实现特性,可用的多种配置选项和一些开发技术。本书还会就与第三方软件进行集成的话题展开讨论。
尽管有很多新的语言和新的技术,基于Action的MVC框架对当前的Web应用开发依然十分有用。本书带你一起探讨Struts 2应用的方方面面,如架构、配置、实现Actions和对验证与国际化的支持等。除了这些,本书还专注于实践,用大量的代码和技巧教你如何快速使用Struts 2。
Platform: |
Size: 778240 |
Author: |
Hits:
Description: struts2.0得例子,主要是实现struts得配置环境已经action得控制,与1.0得区别很大哦,可以跑起来-struts2.0 have examples, the main struts to achieve a configuration environment has a control action, with 1.0 the difference between a great Oh, can run up
Platform: |
Size: 3898368 |
Author: 钟斌 |
Hits:
Description: 本源码为档案管理系统,用户管理模块,采用先进的struts2框架技术,供大家参考!-The source for the file management system, the user management module, struts2 framework for the use of advanced technology, for your reference!
Platform: |
Size: 3072 |
Author: 唐彬 |
Hits:
Description: struts2 in action complete ebook
Platform: |
Size: 3765248 |
Author: deepak |
Hits:
Description: Struts2 in action.此文件为电子书籍,PDF格式。文章通俗易懂,是广大java爱好者学习Struts2的好读物。-Struts2 in action. This document is for e-books, PDF format. Easy to understand article, the vast number of java lovers of good books to learn Struts2.
Platform: |
Size: 3589120 |
Author: pendy |
Hits:
Description: struts2 in action,struts的经典教程。遗憾的是目前还找不到中文版。-struts2 in action, struts a classic course. Unfortunately still can not find the Chinese version.
Platform: |
Size: 3589120 |
Author: jamy |
Hits:
Description: struts2.in.action08年的完整版本,是struts2学习的经典书籍-struts2.in.action08 years of full version is a classic book learning struts2
Platform: |
Size: 3589120 |
Author: 周健 |
Hits:
Description: struts2权威指南,全面讲解struts的各种方面,包括action,拦截器等-the book for learning struts2
Platform: |
Size: 1245184 |
Author: dy |
Hits:
Description: struts2
教程
struts2 标签、action、校验
-struts2
struts2
struts2
Platform: |
Size: 4007936 |
Author: 黄剑华 |
Hits:
Description: Struts2的英文使用手册,详细介绍了Struts2的action,result,OGNL,以及时如何使用的,对于程序员使用Struts2开发有很大的帮助-Struts2 in English user manual, detailing the Struts2 in action, result, OGNL, as well as how to use, for programmers to use Struts2 help greatly to the development
Platform: |
Size: 10237952 |
Author: lee |
Hits:
Description: struts2的Action实现报错机制-Mechanism of Action to achieve Baocuo struts2
Platform: |
Size: 3422208 |
Author: 婧 |
Hits:
Description: 1.struts2的配置文件详解
2.struts2的使用技巧
3.action的使用技巧(实现CRUD)
4.request的使用技巧-s2
Platform: |
Size: 3415040 |
Author: dai |
Hits:
Description: struts2_demo是一个非常适合struts2初学者的入门实例。里面包括了10个小故事,每个故事都针对一个经典的知识点:
第一个故事,讲述如何在Struts2.0里开发你的Hello world
第二个故事,模拟登陆,主要是看formbeean对象在action里怎么用
第三个故事,操作调用自己的方法,而不是execute()
第四个故事,处理一个form多个submit
第五个故事,关于struts2.0的验证框架
第六个故事,关于struts2.0的多文件上传
第七个故事,关于struts2.0的单个文件上传
第八个故事,关于struts2.0的批量处理
第九个故事,关于struts2.0里的get提交传递参数的问题
第十个故事,关于CRUD
相信只要你了解这十个故事,定然知道这是一份不可多得的真正的循序渐进的入门教程。-struts2_demo is a very appropriate example of struts2 beginners. Which included 10 small stories, each story is a classic for knowledge points:
The first story, about how to develop your Struts2.0 in Hello world
The second story, simulated landing, the main object is to see in action in formbeean how to use
The third story, call their methods of operation, rather than execute ()
The fourth story, dealing with multiple submit a form
The fifth story is about the validation framework struts2.0
The sixth story, multi-file upload on struts2.0
The seventh story, upload a single file on struts2.0
The eighth story, batch processing on struts2.0
The ninth story, presented on struts2.0 get inside the transmission parameters of the problem
10th story, on the CRUD
I believe if you really understand this 10 story, surely know that this is a rare progressive introduction to the real tutorial.
Platform: |
Size: 5409792 |
Author: 暖 |
Hits:
Description: rapid-framework是一个以spring为核心的项目脚手架(或者称为胶水框架),框架将各个零散的框架(struts,strust2,springmvc,hibernate,ibatis,spring_jdbc,flex)搭建好,并内置一个代码生成器,辅助项目开发,可以生成java的hibernat,model,dao,manager,struts+struts2 action类,可以生成jsp的增删改查及列表页面 -rapid-framework is a spring at the core of the project scaffolding (or known as the glue framework), the various fragmented framework frameworks (struts, strust2, springmvc, hibernate, ibatis, spring_jdbc, flex) to build a good and a built-in code generation , an auxiliary project development, can generate the java hibernat, model, dao, manager, struts+ struts2 action class, can generate the CRUD and jsp list page
Platform: |
Size: 33699840 |
Author: MR LIANG |
Hits:
Description: 文件上传说白了就是利用form表单request域中上传数据,后台到Action中解析request域进行文件获取和文件类型以及后缀解析,过程比较繁琐,不过这些公共的繁琐步骤是struts框架已经为我们做好了,只需要按照其规则进行页面绘制和后台属性注入即可。(Upload file upload namely using form form request field data, the background to the Action of parsing the request domain for file access and file types and suffix parsing, process is tedious, but the public is cumbersome steps the struts framework has prepared for us, only need according to the rules page rendering attributes can be injected and the background.)
Platform: |
Size: 358400 |
Author: Masket874
|
Hits:
Description: 在MyEclipse环境下运用Struts2技术访问Servlet API,包括HttpServletRequest、HttpSession和ServletContext(Access to Servlet API using Struts2 technology in the MyEclipse environment, including HttpServletRequest, HttpSession, and ServletContext)
Platform: |
Size: 7525376 |
Author: 一天12 |
Hits: