`

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];      
    } 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics