文件名称:sayhello
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-04-16
- 文件大小:
- 20kb
- 下载次数:
- 0次
- 提 供 者:
- dywa*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用Struts开发第一个应用,通过sayHello例子,学习Struts框架的工作流程及开发流程。视图层jsp,FormAction,控制层ActionServlet,Action,模型层Manager-Struts developers first application, by sayHello example, learning the the Struts fr a mework workflow and development process. The view layer jsp FormAction control layer ActionServlet, Action, model layer Manager
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sayhello\.classpath
........\.mymetadata
........\.mystrutsdata
........\.project
........\.settings\.jsdtscope
........\.........\org.eclipse.core.resources.prefs
........\.........\org.eclipse.jdt.core.prefs
........\.........\org.eclipse.wst.jsdt.ui.superType.container
........\.........\org.eclipse.wst.jsdt.ui.superType.name
........\src\action\LoginAction.java
........\...\......form\LoginForm.java
........\...\com\sayhello\struts\ApplicationResources.properties
........\...\userbean\UserBean.java
........\...\....manager\UserManager.java
........\WebRoot\Error.jsp
........\.......\index.jsp
........\.......\Login.jsp
........\.......\META-INF\MANIFEST.MF
........\.......\Success.jsp
........\.......\WEB-INF\.struts-config.mex
........\.......\.......\classes\action\LoginAction.class
........\.......\.......\.......\......form\LoginForm.class
........\.......\.......\.......\com\sayhello\struts\ApplicationResources.properties
........\.......\.......\.......\userbean\UserBean.class
........\.......\.......\.......\....manager\UserManager.class
........\.......\.......\struts-bean.tld
........\.......\.......\struts-config.xml
........\.......\.......\struts-html.tld
........\.......\.......\struts-logic.tld
........\.......\.......\struts-nested.tld
........\.......\.......\struts-tiles.tld
........\.......\.......\validator-rules.xml
........\.......\.......\web.xml
........\.......\.......\classes\com\sayhello\struts
........\.......\.......\.......\...\sayhello
........\src\com\sayhello\struts
........\WebRoot\WEB-INF\classes\action
........\.......\.......\.......\actionform
........\.......\.......\.......\com
........\.......\.......\.......\userbean
........\.......\.......\.......\usermanager
........\src\com\sayhello
........\WebRoot\WEB-INF\classes
........\.......\.......\lib
........\src\action
........\...\actionform
........\...\com
........\...\userbean
........\...\usermanager
........\WebRoot\META-INF
........\.......\WEB-INF
........\.myeclipse
........\.settings
........\src
........\WebRoot
sayhello