搜索资源列表
struts2
- Struts2.1的简单实例,主要包括流程/action和部分标签,和大家分享
rapid代码生成器
- 现阶段内置模板可以生成的包括: 可以生成java的hibernat model+annotation,hibernate model+xml,dao,manager,struts+struts2 action类 生成jsp的增删改查. (生成的代码与rapid-framework绑定才比较有意义) 通常代码生成器存在的问题. * 二次开发困难 * 过于智能,自动插入我们的项目中,程序员还需考虑旧的代码会不会被覆盖的问题 * 没有将存放模板的目录名称及文件名称利用起来,导致还需配置每个模板文件生成
Struts2
- struts2 教程 struts2 标签、action、校验 -struts2 struts2 struts2
struts2
- 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
action
- 本源码为档案管理系统,用户管理模块,采用先进的struts2框架技术,供大家参考!-The source for the file management system, the user management module, struts2 framework for the use of advanced technology, for your reference!
struts2
- struts2的Action实现报错机制-Mechanism of Action to achieve Baocuo struts2
struts2_t1
- 1.struts2的配置文件详解 2.struts2的使用技巧 3.action的使用技巧(实现CRUD) 4.request的使用技巧-s2
struts2_demo
- struts2_demo是一个非常适合struts2初学者的入门实例。里面包括了10个小故事,每个故事都针对一个经典的知识点: 第一个故事,讲述如何在Struts2.0里开发你的Hello world 第二个故事,模拟登陆,主要是看formbeean对象在action里怎么用 第三个故事,操作调用自己的方法,而不是execute() 第四个故事,处理一个form多个submit 第五个故事,关于struts2.0的验证框架 第六个故事,关于struts2.0的多文件上传
ActionBase
- 框架的struts2的一个action,提供了一些基础的通用的功能,比如说ajax的一些支持,统一的exception处理之类的-Framework of a struts2 action, provide some basic common features, such as some ajax support, unified exception handling and the like
struts2
- struts实行action接口,ActionSupport类,action重定向等-struts action to implement the interface, ActionSupport class, action redirection
action
- struts2 + hibernate 代码-struts2+ hibernate code
struts2-tags
- struts2 标签的使用,有:action、bean、debug、inculde、param、date以及表单UI等多种标签源代码。-The use struts2 tags there: action, bean, debug, inculde, param, date and label the form UI and other sources.
UploadifyTest
- uploadify 基于struts2的jquery 批量上传组件-uploadify a jquery based bulk upload component struts2
makecode
- 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
MyActionTable.java.tar
- Action class for the Struts2 JQuery Grid to be used to searize the data into Json data. It extends the ActionSupport base class.
struts2_Action_Ditail
- struts2 Action的用法,详细的描述struts2框架中Action的具体使用方法-struts2 Action using
Structs2-in-Action
- javaEE的实现MVC的主流的开发框架SSH中的Struts2;内容包括Struts2的详细内容和书中全部源码!-javaEE mainstream implementation of MVC development framework SSH in the Struts2 content including the Struts2 details and book all the source code!
struts2
- struts2实例源码,涉及到struts2配置文件、action、form、标签、路径查找等各方面知识。-For struts2 instance of source code, related to the knowledge of struts2 configuration files, action, form, label, path search.
struts2文件上传
- 文件上传说白了就是利用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
JavaEE技术-试验四
- 在MyEclipse环境下运用Struts2技术访问Servlet API,包括HttpServletRequest、HttpSession和ServletContext(Access to Servlet API using Struts2 technology in the MyEclipse environment, including HttpServletRequest, HttpSession, and ServletContext)