- 电子工业出版社
- 9787121239205
- 1-16
- 191975
- 66254199-4
- 平塑勒
- 16开
- 2024-01
- 467
- 292
- 工学
- 软件工程
- TP312JA
- 程序设计
- 高职
目录
第一部分 Struts2框架__eol____eol____eol__ __eol__第1章 Struts2快速入门 2__eol__1.1 Struts2概述 2__eol__1.2 Struts2简单实例 4__eol__1.3 实例的运行过程 9__eol__1.4 Struts2的特点 11__eol__1.5 教材案例准备 12__eol__1.6 本章小结 16__eol__第2章 Struts2的控制器 18__eol__2.1 过滤器 18__eol__2.2 拦截器 19__eol__2.3 Action 23__eol__2.4 本章小结 25__eol__第3章 自定义拦截器 26__eol__3.1 编写拦截器类 26__eol__3.2 配置使用拦截器 27__eol__3.3 本章小结 28__eol__第4章 Struts2框架的Action 29__eol__4.1 Action接口 29__eol__4.2 Action类中的方法 30__eol__4.3 将多个Action类“合并” 32__eol__4.4 Action类的不同调用方式 34__eol__4.5 本章小结 37__eol__第5章 Action类与Servlet API 38__eol__5.1 使用ActionContext 38__eol__5.2 使用ServletActionContext 41__eol__5.3 IoC方式 42__eol__5.4 ActionContext使用实例 43__eol__5.5 本章小结 44__eol__第6章 Action类封装请求参数 45__eol__6.1 Field-Driven方式 45__eol__6.2 Model-Driven方式 46__eol__6.3 本章小结 47__eol__第7章 Action类的属性 48__eol__7.1 Action是多实例的 48__eol__7.2 Action属性封装请求参数 49__eol__7.3 Action属性传递对象 50__eol__7.4 Action属性封装Action配置参数__eol__ 51__eol__7.5 JSP文件中如何获得Action属性 52__eol__7.6 本章小结 53__eol__第8章 值栈与OGNL 54__eol__8.1 值栈 54__eol__8.2 OGNL 55__eol__8.3 本章小结 57__eol__第9章 国际化 58__eol__9.1 哪些内容需要国际化 58__eol__9.2 Struts2国际化资源文件 59__eol__9.3 struts.properties文件 60__eol__9.4 使用国际化资源文件 61__eol__9.5 使用多个国际化资源文件 62__eol__9.6 本章小结 64__eol__第10章 输入校验 65__eol__10.1 ActionSupport类 65__eol__10.2 JSP中显示校验信息 66__eol__10.3 input视图 67__eol__10.4 手工校验方式 67__eol__10.5 Action中使用国际化资源文件__eol__ 71__eol__10.6 校验器校验 73__eol__10.7 类型转换 76__eol__10.8 本章小结 77__eol__第11章 Struts2标签 78__eol__11.1 Struts2标签库概述 78__eol__11.2 表单UI标签 79__eol__11.3 非表单UI标签 81__eol__11.4 控制标签 81__eol__11.5 数据标签 82__eol__11.6 本章小结 83__eol__第12章 Struts2异常处理 84__eol__12.1 Model层抛出异常 84__eol__12.2 Action中直接捕获异常 85__eol__12.3 在struts.xml中声明异常映射__eol__ 85__eol__12.4 本章小结 87__eol__第13章 Struts2的Ajax支持 88__eol__13.1 Ajax简介 88__eol__13.2 Ajax简单案例 89__eol__13.3 struts2中对Ajax的支持 93__eol__13.4 本章小结 96__eol__第14章 配置文件总结 97__eol__14.1 web.xml 97__eol__14.2 struts.xml 98__eol__14.3 struts.properties 101__eol__14.4 本章小结 101 __eol____eol__第二部分 Hibernate框架__eol____eol__ __eol__第1章 Hibernate快速入门 103__eol__1.1 Hibernate概述 103__eol__1.2 常用API 106__eol__1.3 Eclipse中开发Hibernate应用__eol__ 108__eol__1.4 本章小结 114__eol__第2章 Hibernate核心知识点 115__eol__2.1 持久化类 115__eol__2.2 对象状态 116__eol__2.3 Hibernate属性配置 117__eol__2.4 ORM映射基础 119__eol__2.5 HQL语言 121__eol__2.6 本章小结 123__eol__第3章 HQL语言详解 124__eol__3.1 from子句 124__eol__3.2 select子句 125__eol__3.3 聚集函数 126__eol__3.4 where子句 127__eol__3.5 order by子句 129__eol__3.6 group by子句 129__eol__3.7 子查询 130__eol__3.8 本章小结 130__eol__第4章 粒度设计 131__eol__4.1 基于设计的粒度设计 131__eol__4.2 基于性能的粒度设计 134__eol__4.3 本章小结 136__eol__第5章 关联关系映射 137__eol__5.1 关联的方向与数量 137__eol__5.2 一对多/多对一 138__eol__5.2.1 基于主外键的一对多/多对__eol__一关联 139__eol__5.2.2 基于连接表的一对多/多对__eol__一关联 142__eol__5.3 一对一关联 145__eol__5.3.1 基于主键的一对一关联__eol__ 146__eol__5.3.2 基于唯一外键的一对一__eol__关联 149__eol__5.4 多对多关联 151__eol__5.5 关联映射配置文件 154__eol__5.6 连接查询 156__eol__5.7 本章小结 158__eol__第6章 继承关系映射 160__eol__6.1 本章实例准备 160__eol__6.2 TPS(Table Per SubClass)__eol__ 162__eol____eol__6.3 TPH(Table Per Class Hierarchy)__eol__ 164__eol__6.4 TPC(Table Per Concrete Class) 166__eol__6.5 多态查询 168__eol__6.6 本章小结 169__eol__第7章 Hibernate性能提升 170__eol__7.1 批量操作 170__eol__7.2 延迟加载 171__eol__7.3 batch-size属性 173__eol__7.4 本章小结 175__eol__第8章 整合Struts/Hibernate 176__eol__第9章 Hibernate4快速入门 179__eol__9.1 新特性概述 179__eol__9.2 常用的Annotation 181__eol__9.3 本章小结 183__eol__ __eol____eol__第三部分 Spring框架__eol____eol__ __eol__第1章 Spring概述 185__eol__1.1 Spring框架的模块 185__eol__1.2 使用Eclipse开发Spring应用__eol__ 186__eol__1.3 本章小结 188__eol__第2章 IoC(控制反转) 189__eol__2.1 什么是IoC 189__eol__2.2 IoC的使用 192__eol__2.3 需要使用IoC的对象 194__eol__2.4 如何实例化bean 196__eol__2.5 setter注入和构造器注入 197__eol__2.6 属性值的配置方式 199__eol__2.7 集合类型属性配置 200__eol__2.8 bean的作用域 202__eol__2.9 bean的初始化和析构 204__eol__2.10 IoC的技术基础 206__eol__2.10.1 反射技术 206__eol__2.10.2 JavaBean自省技术__eol__ 208__eol__2.11 IoC使用实例(教材案例)__eol__ 209__eol__2.12 本章小结 212__eol__第3章 AOP(面向切面编程) 213__eol__3.1 AOP中的术语 213__eol__3.2 Spring AOP快速入门 214__eol__3.3 不同类型的Advic