SSH 学习目录(持续补充)

来源:互联网 发布:淘宝客qq群推广助手 编辑:程序博客网 时间:2024/06/05 18:06

hibernate

1、hibernate需要的jar包:http://blog.csdn.net/yang6690/article/details/7481070,hibernate jar包介绍 (12个必备包

2、hibernate官网:http://hibernate.org/

3、annotation版hibernate需要的jar包:http://guodunsong.blog.163.com/blog/static/136149430201092295559887/

4、JPA定义:http://baike.baidu.com/view/1036852.htm

5、O/R mapping基本概念:http://www.cnblogs.com/idior/archive/2005/07/04/186086.html

http://blog.163.com/hongjin_wang/blog/static/2130350920074232260354/

6、hibernate对象状态:http://blog.csdn.net/redarmy_chen/article/details/7069482

7、新手上路之Hibernate:第一个Hibernate例子


spring

1、spring3.0注解@Repository、@Service、@Controller 和 @Component:http://www.blogjava.net/ashutc/archive/2011/04/14/348270.html

2、Spring中的<context:annotation-config/>配置

3、Spring中对事务的声明式管理

4、Spring中事务的传播属性详解。7种,默认为PROPAGATION_REQUIRED:支持当前事务,如果当前没有事务,就新建一个事务。

5、spring配置文件详解--真的蛮详细 (对于初学者太实用了,相见恨晚)

6、spring框架学习(一) (一位女程序员写的,不错)

7、Spring事务配置的五种方式 (结构图画的不错)

8、spring bean setter属性注入  (很基础,例证很详细)

9、浅析Spring框架下PropertyPlaceholderConfigurer类 (写的很清楚明白)

10、Spring最核心的功能是什么?使用Spring框架的最核心的原因是什么? (IT面试手册,多看看)

11、为什么要使用Spring? (总结的不错,借鉴)

12、Spring 开启Annotation <context:annotation-config> 和 <context:component-scan>诠释及区别 (例证详细,不可多得的好文

13、Spring框架中IOC控制反转和DI依赖注入区别 (分类总结了spring的各方面,值得多看看)

14、在XML配置文件中使用properties文件的键值 (对 "${jdbc.para.username}" 用法的解释)

15、Spring定时任务的几种实现 (很详细实用)

16、Spring Integration Framework (对英文原版的翻译,借鉴)

Spring Integration Reference Manual 2.2.1.RELEASE (官方使用手册,可以修改URL,找到各种版本号的文档,可以保存成mht格式在本地使用)

Spring Integration 2.2.1.RELEASE API(官方API)

17、


Struts

1、Struts2中的OGNL详解

2、struts2所必须的jar包 5个必备包,实际搭建时加了commons-fileupload-1.2.1.jar,否则报错。很详细,也介绍了hibernate和spring的包)

3、搭建一个简单的Struts2应用 (用了7个包,很入门很详细)


原创粉丝点击