Spring 3 学习

Spring源码
http://duzi.iteye.com/blog/828791

小孟的技术资料
http://pan.baidu.com/s/1jG9gOo2#dir

跟开涛学SpringMVC笔记

http://sishuok.com/forum/blogCategory/showByCategory.html?categories_id=101&user_id=2

Spring MVC 教程,快速入门,深入分析
http://elf8848.iteye.com/blog/875830


Spring 3.x企业实用开发实战笔记
http://sishuok.com/forum/blogCategory/showByCategory.html?categories_id=95&user_id=2


Spring 3.0的新功能
http://stamen.iteye.com/blog/1463736


spring3mvc与struts2比较
http://www.iteye.com/topic/646240

SpringMVC + spring3.1.1 + hibernate4.1.0 集成及常见问题总结
http://sishuok.com/forum/blogPost/list/2625.html#7523

使用Spring MVC统一异常处理实战
http://cgs1999.iteye.com/blog/1547197


Hibernate 中获得实体类型
public abstract class BaseDAOHibernate<E> extends HibernateDaoSupport implements
BaseDAO<E> {
protected final Log log = LogFactory.getLog(this.getClass().getName());
protected Class<E> clazz;

public BaseDAOHibernate() {

this.clazz =(Class<E>)((ParameterizedType) getClass().getGenericSuperclass()).getActualTypeArguments()[0];
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值