文件名称:Struts_PPT
介绍说明--下载内容均来自于网络,请自行研究使用
软件开发过程通常包括五个阶段:分析、设计、编码、测试和发布。如果在Web应用开发中套用现成的Struts框架,则可以简化每个开发阶段的工作,开发人员可以更加有针对性地去分析应用需求,不必重新设计框架,而只需要在Struts框架的基础上,设计MVC各个模块的具体组件(JSP、Action、ActionForm以及业务组件JavaBean等)。在编码过程中,可以充分利用Struts提供的各种实用类和标签库,简化编码工作。-software development process usually includes five phases : analysis, design, coding, testing and released. If the Web Application Development use existing Struts fr a mework, we can simplify the development of each stage of work, developers can be more targeted to analyze the application requirements, without re-design fr a mework, only need the Struts fr a mework, based on the MVC design modules specific components (JSP, Action, ActionForm and business JavaBean components, etc.). During the encoding process, can fully utilize the various Struts provide practical classes and the labels, simplified coding work.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Struts.ppt
示例
....\Demo_All
....\........\src
....\........\...\test
....\........\...\....\action
....\........\...\....\......\SwitchPage.java
....\........\...\....\bean
....\........\...\....\....\WhoLogin.java
....\........\web
....\........\...\a.html
....\........\...\b.html
....\........\...\c.html
....\........\...\index.jsp
....\........\...\other.html
....\........\...\WEB-INF
....\........\...\.......\web.xml
....\Demo_Bean
....\.........\index.jsp
....\.........\test
....\.........\....\index.jsp
....\.........\....\WEB-INF
....\.........\....\.......\classes
....\.........\....\.......\.......\test
....\.........\....\.......\web.xml
....\.........\WhoLogin.java
....\Demo_JSP
....\........\hello.jsp
....\........\WEB-INF
....\........\.......\classes
....\........\.......\web.xml
....\Demo_NetBeans
....\.............\build.xml
....\.............\nbproject
....\.............\.........\build-impl.xml
....\.............\.........\genfiles.properties
....\.............\.........\private
....\.............\.........\.......\private.properties
....\.............\.........\project.properties
....\.............\.........\project.xml
....\.............\src
....\.............\...\resouse
....\.............\...\.......\test.properties
....\.............\...\.......\test_zh_CN.properties
....\.............\...\test
....\.............\...\....\action
....\.............\...\....\......\SwitchPageAction.java
....\.............\...\....\......\SwitchPageForm.java
....\.............\...\....\bean
....\.............\...\....\....\UserName.java
....\.............\web
....\.............\...\a.html
....\.............\...\b.html
....\.............\...\c.html
....\.............\...\index.jsp
....\.............\...\META-INF
....\.............\...\........\context.xml
....\.............\...\other.html
....\.............\...\WEB-INF
....\.............\...\.......\struts-bean.tld
....\.............\...\.......\struts-config.xml
....\.............\...\.......\struts-html.tld
....\.............\...\.......\struts-logic.tld
....\.............\...\.......\struts-nested.tld
....\.............\...\.......\struts-tiles.tld
....\.............\...\.......\web.xml
....\Demo_Servlet
....\............\Demo_One
....\............\........\WEB-INF
....\............\........\.......\classes
....\............\........\.......\.......\test
....\............\........\.......\web.xml
....\............\Hello.java
....\Demo_Struts
....\...........\src
....\...........\...\test
....\...........\...\....\action
....\...........\...\....\......\SwitchPageAction.java
....\...........\...\....\......\SwitchPageForm.java
....\...........\...\....\bean
....\...........\...\....\....\WhoLogin.java
....\...........\web
....\...........\...\a.html
....\...........\...\b.html
....\...........\...\c.html
....\...........\...\index.jsp
....\...........\...\other.html
....\...........\...\WEB-INF
....\...........\...\.......\struts-bean.tld
....\...........\...\.......\struts-config.xml
....\...........\...\.......\struts-html.tld
....\...........\...\.......\struts-logic.tld
....\...........\...\.......\struts-nested.tld
....\...........\...\.......\struts-tiles.tld
....\...........\...\.......\web.xml
....\example
....\.......\base.css
....\.......\changePassword.jsp
....\.......\Error.jsp
....\.......\footer.jsp
示例
....\Demo_All
....\........\src
....\........\...\test
....\........\...\....\action
....\........\...\....\......\SwitchPage.java
....\........\...\....\bean
....\........\...\....\....\WhoLogin.java
....\........\web
....\........\...\a.html
....\........\...\b.html
....\........\...\c.html
....\........\...\index.jsp
....\........\...\other.html
....\........\...\WEB-INF
....\........\...\.......\web.xml
....\Demo_Bean
....\.........\index.jsp
....\.........\test
....\.........\....\index.jsp
....\.........\....\WEB-INF
....\.........\....\.......\classes
....\.........\....\.......\.......\test
....\.........\....\.......\web.xml
....\.........\WhoLogin.java
....\Demo_JSP
....\........\hello.jsp
....\........\WEB-INF
....\........\.......\classes
....\........\.......\web.xml
....\Demo_NetBeans
....\.............\build.xml
....\.............\nbproject
....\.............\.........\build-impl.xml
....\.............\.........\genfiles.properties
....\.............\.........\private
....\.............\.........\.......\private.properties
....\.............\.........\project.properties
....\.............\.........\project.xml
....\.............\src
....\.............\...\resouse
....\.............\...\.......\test.properties
....\.............\...\.......\test_zh_CN.properties
....\.............\...\test
....\.............\...\....\action
....\.............\...\....\......\SwitchPageAction.java
....\.............\...\....\......\SwitchPageForm.java
....\.............\...\....\bean
....\.............\...\....\....\UserName.java
....\.............\web
....\.............\...\a.html
....\.............\...\b.html
....\.............\...\c.html
....\.............\...\index.jsp
....\.............\...\META-INF
....\.............\...\........\context.xml
....\.............\...\other.html
....\.............\...\WEB-INF
....\.............\...\.......\struts-bean.tld
....\.............\...\.......\struts-config.xml
....\.............\...\.......\struts-html.tld
....\.............\...\.......\struts-logic.tld
....\.............\...\.......\struts-nested.tld
....\.............\...\.......\struts-tiles.tld
....\.............\...\.......\web.xml
....\Demo_Servlet
....\............\Demo_One
....\............\........\WEB-INF
....\............\........\.......\classes
....\............\........\.......\.......\test
....\............\........\.......\web.xml
....\............\Hello.java
....\Demo_Struts
....\...........\src
....\...........\...\test
....\...........\...\....\action
....\...........\...\....\......\SwitchPageAction.java
....\...........\...\....\......\SwitchPageForm.java
....\...........\...\....\bean
....\...........\...\....\....\WhoLogin.java
....\...........\web
....\...........\...\a.html
....\...........\...\b.html
....\...........\...\c.html
....\...........\...\index.jsp
....\...........\...\other.html
....\...........\...\WEB-INF
....\...........\...\.......\struts-bean.tld
....\...........\...\.......\struts-config.xml
....\...........\...\.......\struts-html.tld
....\...........\...\.......\struts-logic.tld
....\...........\...\.......\struts-nested.tld
....\...........\...\.......\struts-tiles.tld
....\...........\...\.......\web.xml
....\example
....\.......\base.css
....\.......\changePassword.jsp
....\.......\Error.jsp
....\.......\footer.jsp