stuts的简单samplestuts的简单samplestuts的简单samplestuts的简单samplestuts的简单samplestuts的简单sample
2022-03-21 07:43:55 1.31MB Struts
1
一个简单的房屋销售系统。涉及对销售员及其业绩的添加、修改、删除等。页面复用、js验证。
2022-03-20 18:04:54 2.94MB java、oracle、数据源、struts框架
1
PrefaceOver the last few years, web development has turned a very important corner. Gone are the days when Java™ developers wrestled with a single JSP that contained presentation logic, database access via SQL, and navigational intelligence. Java web developers have learned from their mistakes, paid the price in debugging and maintenance time, and moved on.The number and variety of readily available web frameworks today is immense. It's hard to point a browser at a Java technical site without finding a newly released web framework that's going to revolutionize the modern world. While some may see this as a bad thing that might divide the Java community, the truth is that the constant emergence of new frameworks is just evolution at work.The design and construction of today's nontrivial web applications pushes developers to the limit of what's logically and physically possible. Myriad solutions are thrown at the problems these applications present. Some of the solutions stick, and as with human evolution, valuable characteristics are passed on in future generations of software. Other solutions do not—those that fail to serve the needs of users and add value usually fall by the wayside.Through this evolutionary process, the Jakarta Struts framework (created by Craig R. McClanahan and donated to the Apache Software Foundation in 2000) has emerged as one of the best web frameworks available. This book covers Version 1.1, which contains many major enhancements over the previous Jakarta Struts release. If you are building applications, web-based or not, one of the main things you will learn from this book is that frameworks such as Struts are a great time investment.
2022-03-14 13:00:20 1.72MB 3dmax struts 中文 帮助
1
原书名: Programming Jakarta Struts, 2nd Edition 原出版社: O'Reilly 作者: (美)Chuck Cavaness 译者: 林琪 丛书名: O’Reilly Java系列 出版社:中国电力出版社 ISBN:7508335031 上架时间:2005-9-3 出版日期:2005 年9月 开本:16开 页码:436 版次:2-1  自本书第一版发行以来,Struts开源项目变得越来越受欢迎。尽管这项技术令人振奋,但是它的说明文档却仍然少得可怜——大多数的指南都太简单,那些要编写复杂Web应用程序的开发人员根本找不到所需的关键信息。本书第二版为了填补这个信息缺口,针对最近发布的Struts 1.1版重新修订扩编,提供最新的信息。第二版增加了新的章节来专门探讨安全、与JSF API的集成、JSP标准标记库(JSTL),以及Struts的表达式语言(EL)。此外,第二版对第一版中原有的主题也做了扩充。对于每一个自己所开发的企业系统,本书作者Chuck Cavaness都会花大量的时间去研究能从Struts学到什么,以及找出构建Web应用程序的最有效的方式。为了节省你的时间,让你不再头痛,作者用最理想、最务实的“说到哪里做到哪里”的手法,把无价的实践经验与大家分享,以指导你最大限度地发挥Struts框架的潜能。    前言 1 第一章 简介 9 web简史 9 什么是java servlet? 10 jsp页面 13 jsp model 1和model 2架构 15 为什么mvc如此重要? 16 什么是框架? 18 其他替代框架 20 第二章 web层剖析 25 框架概述 25 http请求/响应的过程 29 struts和作用域 34 使用url参数 36 转发与重定向的差异 36 第三章 struts框架概览 44 银行账户示例 44 总体蓝图 48 struts 控制器组件 50 struts模型组件 57 .struts视图组件 60 支持多个应用程序 70 结论 71 第四章 配置struts应用程序 72 storefront应用程序 72 什么是web应用程序? 73 web应用程序的目录结构 74 web应用程序的部署描述文件 77 为struts配置web.xml文件 79 struts配置文件 89 digester组件 110 struts console工具 110 重新加载配置文件 112 第五章 struts控制器组件 114 控制器机制 114 工具类 141 第六章 struts模型组件 145 mvc中的“m” 145 什么是业务对象? 149 持久存储 150 struts为模型提供了什么? 152 第七章 struts视图组件 177 什么是视图? 177 什么是actionform? 183 使用actionerrors 193 完成表示验证 197 使用dynaactionform类 198 javaserver faces前瞻 201 第八章 jsp自定义标记库 203 自定义标记概览 203 struts的标记库 207 struts标记中使用javabean 208 struts的html标记库 209 logic标记库 217 bean标记库 222 nested标记库 226 其他有用的标记库 226 jsp标准标记库(jstl) 227 第九章 扩展struts框架 230 什么是扩展点? 230 通用的扩展点 231 控制器的扩展点 234 扩展视图组件 238 扩展框架的缺点 242 第十章 异常处理机制 243 java异常的处理机制 243 异常处理对性能的影响 246 系统异常与应用异常 247 使用链接式异常 248 struts所提供的异常处理机制 251 拾零补遗 263 结论 265 第十一章 validator框架 266 需要验证框架的理由 266 安装和配置validator 267 actionform与validator一同使用 276 创建你自己的验证规则 280 validator与jsp自定义标记 282 验证的国际化 285 将validator用在struts以外的场合 286 第十二章 国际化和struts 290 什么是国际化? 290 java对国际化的支持 292 让struts应用程序支持国际化 299 异常的处理和国际化 304 第十三章 struts和ejb 306 使用ejb实现storefront服务 307 让struts和ejb交互 319 结论 331 第十四章 使用tiles标记库 332 了解模板 332 安装和配置tiles的配置 337 使用tiles框架 340 tiles标记库 343 使用定义 350 tiles对国际化的支持 354 第十五章 struts应用程序的日志机制 356 web应用程序的日志机制 356 使用servlet容器进行日志记录 357 jakarta commons日志包 367 使用log4j包 370 在jsp页面中使用commons日志api 377 log4j对性能的影响 380 第三方log4j扩展包 381 java 1.4的日志api 381 第十六章 打包struts应用程序 383 打包还是不打包 383 把应用程序打包成war文件 392 使用ant来构建你的struts应用程序 393 创建自动化的构建环境 399 从远程重新启动服务器 401 第十七章 解决性能瓶颈 402 什么是好的性能? 402 性能测试与负载测试 404 性能测试和压力测试的工具 406 测试storefront应用程序 406 性能和可扩展性陷阱 413 第十八章 javaserver faces 417 struts和javaserver faces 417 jsf框架概览 419 安装和运行struts-faces应用程序示例 421 把现有struts应用程序转换成使用jsf 422 其他参考资料 422 附录一 struts 1.0以来的变化 423 附录二 下载和安装struts 430 附录三 资源 436
2022-03-14 12:51:59 12.14MB Jakarta Struts 编程.pdf
1
Struts2 被发现存在新的高危远程代码执行漏洞,可造成服务器被入侵,官方已经发布了新的版本进行修复。将struts2升级到目前的最新版2.3.15.1版本进行修复,防止被外部黑客利用攻击。
2022-03-10 09:27:17 24.1MB jar包 struts2
1
本系统的审核是分为二级审核的,级校级审核和省级教育厅审核,申报员提交的科研成果资料必须先经过所在学校的审核,学校评审通过后,由学校提交到教育厅进行审核。教育厅根据成果资料和校级审核评语进行最终审核,并添加评语
2022-03-09 14:21:26 544KB 科研管理 struts
1
Java Web开发实战经典基础篇(JSP、Servlet、Struts、Ajax) 作者: 李兴华 王月清 共5部分,共17章和2个附录,只有源文件代码,所以资源小。(代码全) 第1部分 Web开发前奏 1~4章 第2部分 Web基础开发 5~8章 第3部分 Web高级开发 9~14章 第4部分 框架开发 15~17章 第5部分 附录 附录A,B
2022-03-09 10:58:13 2.98MB Java Web 开发实战经典 基础篇
1
一个基于Struts的文章管理系统,使用MySQL数据库,具有以下功能: 支持国际化 Web编辑方式发表文章 分类管理 文章管理 文章搜索
2022-03-06 18:44:27 990KB 文章 管理 struts 系统 mysql
1
得了优秀的毕业设计论文,格式规范,内容丰满,特此与大家分享。
1
精通Struts:基于MVC的Java Web设计与开发(孙卫琴).pdf
2022-03-03 09:14:16 23.41MB struts
1