CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:struts2_demo

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    5.16mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

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.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

struts2_demo/.classpath
struts2_demo/.mymetadata
struts2_demo/.project
struts2_demo/WebRoot/index.jsp
struts2_demo/WebRoot/WEB-INF/web.xml
struts2_demo/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
struts2_demo/WebRoot/WEB-INF/lib/commons-io-1.4.jar
struts2_demo/WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar
struts2_demo/WebRoot/WEB-INF/lib/freemarker-2.3.8.jar
struts2_demo/WebRoot/WEB-INF/lib/mysql-connector-java-5.1.7-bin.jar
struts2_demo/WebRoot/WEB-INF/lib/ognl-2.6.11.jar
struts2_demo/WebRoot/WEB-INF/lib/ojdbc14-9208.jar
struts2_demo/WebRoot/WEB-INF/lib/struts2-core-2.0.11.2.jar
struts2_demo/WebRoot/WEB-INF/lib/xwork-2.0.5.jar
struts2_demo/WebRoot/WEB-INF/jsp/validate/validate.jsp
struts2_demo/WebRoot/WEB-INF/jsp/operateform/OperateForm.jsp
struts2_demo/WebRoot/WEB-INF/jsp/minilogin/MiniLogin.jsp
struts2_demo/WebRoot/WEB-INF/jsp/helloworld/HelloWorld.jsp
struts2_demo/WebRoot/WEB-INF/jsp/helloworld/SayHello.jsp
struts2_demo/WebRoot/WEB-INF/jsp/getparamfun/getparamfun.jsp
struts2_demo/WebRoot/WEB-INF/jsp/fileupload/FileUpLoadForOne.jsp
struts2_demo/WebRoot/WEB-INF/jsp/fileupload/ShowFileUpLoadForOne.jsp
struts2_demo/WebRoot/WEB-INF/jsp/fileupload/FileUpLoad.jsp
struts2_demo/WebRoot/WEB-INF/jsp/crud/crud_c.jsp
struts2_demo/WebRoot/WEB-INF/jsp/crud/crud_r.jsp
struts2_demo/WebRoot/WEB-INF/jsp/crud/crud_u.jsp
struts2_demo/WebRoot/WEB-INF/jsp/batch/AddStudents.jsp
struts2_demo/WebRoot/WEB-INF/jsp/batch/ShowStudents.jsp
struts2_demo/WebRoot/WEB-INF/jsp/aliasfun/AliasFun.jsp
struts2_demo/WebRoot/WEB-INF/config_test/log4j.properties
struts2_demo/WebRoot/WEB-INF/config_test/struts.xml
struts2_demo/WebRoot/WEB-INF/config_test/struts_other.xml
struts2_demo/WebRoot/WEB-INF/config_test/web.xml
struts2_demo/WebRoot/WEB-INF/config_official/struts.xml
struts2_demo/WebRoot/WEB-INF/config_official/struts_other.xml
struts2_demo/WebRoot/WEB-INF/config_official/web.xml
struts2_demo/WebRoot/WEB-INF/classes/struts_other.xml
struts2_demo/WebRoot/WEB-INF/classes/struts.xml
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/validate/ValidateTestAction.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/util/database/SpecialBasicDAO.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/util/database/DB.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/util/database/ConnectionManage.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/util/database/BasicDAO.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/util/database/BaseAction.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/operateform/OperateFormAction.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/minilogin/User.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/minilogin/MiniLoginFormAction.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/login/LoginAction.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/helloworld/HelloWorldAction.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/getparamfun/GetParamFunAction.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/fileupload/FileUploadAction.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/fileupload/FileUpLoadForOne.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/crud/vo/UsersVo.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/crud/formbean/UsersFormBean.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/crud/crudServiceImpl/UserServiceImpl.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/crud/action/UsersAction.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/crud/ICrudService/IUserService.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/batch/Students.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/batch/BatchHandle.class
struts2_demo/WebRoot/WEB-INF/classes/com/yck/demo/aliasfun/AliasFunAction.class
struts2_demo/WebRoot/META-INF/MANIFEST.MF
struts2_demo/WebRoot/dTree/dtree.css
struts2_demo/WebRoot/dTree/dtree.js
struts2_demo/WebRoot/dTree/img/base.gif
struts2_demo/WebRoot/dTree/img/cd.gif
struts2_demo/WebRoot/dTree/img/empty.gif
struts2_demo/WebRoot/dTree/img/folder.gif
struts2_demo/WebRoot/dTree/img/folderopen.gif
struts2_demo/WebRoot/dTree/img/globe.gif
struts2_demo/WebRoot/dTree/img/imgfolder.gif
struts2_demo/WebRoot/dTree/img/join.gif
struts2_demo/WebRoot/dTree/img/joinbottom.gif
struts2_demo/WebRoot/dTree/img/line.gif
struts2_demo/WebRoot/dTree/img/minus.gif
struts2_demo/WebRoot/dTree/img/minusbottom.gif
struts2_demo/WebRoot/dTree/img/musicfolder.gif
struts2_demo/WebRoot/dTree/img/nolines_minus.gif
struts2_demo/WebRoot/dTree/img/nolines_plus.gif
struts2_demo/WebRoot/dTree/img/page.gif
struts2_demo/WebRoot/dTree/img/plus.gif
struts2_demo/WebRoot/dTree/img/plusbottom.gif
struts2_demo/WebRoot/dTree/img/question.gif
struts2_demo/WebRoot/dTree/img/trash.gif
struts2_demo/src/struts.xml
struts2_demo/src/struts_other.xml
struts2_demo/src/com/yck/demo/validate/ValidateTestAction.java
struts2_demo/src/com/yck/demo/util/database/BaseAction.java
struts2_demo/src/com/yck/demo/util/database/BasicDAO.java
struts2_demo/src/com/yck/demo/util/database/ConnectionManage.java
struts2_demo/src/com/yck/demo/util/database/DB.java
struts2_d

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com