Spring + Hibernate + JdbcTemplate

spring同时使用hibernate和jdbcTemplate事务 http://hi.baidu.com/i_ccboy/item/c9b82d88bc07cacdef083d1f
Spring的事务管理难点剖析(5):联合军种作战的混乱 http://www.iteye.com/topic/1121586
spring jdbcTemplate使用 http://log-cd.iteye.com/blog/215059
spring3 jdbctemplate 注解实例 http://blog.csdn.net/shadowsick/article/details/8888187
Spring JdbcTemplate方法详解 http://blog.csdn.net/dyllove98/article/details/7772463
Spring–JdbcTemplate详解-1 http://canann.iteye.com/blog/1729600
Spring–JdbcTemplate详解-2 http://canann.iteye.com/blog/1729604

两个配合使用的类:
NamedParameterJdbcTemplate 详解 http://blog.csdn.net/dyllove98/article/details/7772470
MapSqlParameterSource  http://wangjianwei866.blog.163.com/blog/static/9295823200991545549940/

部分源码
web.xml
==================================================================

servlet.xml
=================================================

applicationContext-hibernate.xml
===============================================================

service
==========================================================