Hibernate
Spring Security
- Spring Security Part 1 – Simple Login application with database
- quick-spring-security tutorial in eclipse step by step
Spring + Hibernate + JPA + Entity Manager
- Integrate with spring and JPA and ZK
- JPA basic example with EntityManager , Spring and Maven
- Step by step configuration of Spring , Hibernate and JPA
- http://www.springbyexample.org/examples/one-to-many-jpa-hibernate-config-reference.html
Spring Service and DAO Layer
- Developing A Simple Java Application With Spring using Service and DAO Layers
- http://www.mkyong.com/spring/maven-spring-hibernate-annotation-mysql-example/
- http://vrtoonjava.wordpress.com/2012/06/17/part-3-dao-and-service-layer/
- http://www.techferry.com/articles/spring-annotations.html
HibernateTemplate or EntityManager
- http://forum.springsource.org/showthread.php?73629-EntityManager-versus-getHibernateTemplate()
- http://blog.michaelscepaniak.com/differences-between-hibernate-and-jpa
- http://blog.springsource.com/2007/06/26/so-should-you-still-use-springs-hibernatetemplate-andor-jpatemplate/
- http://www.coderanch.com/t/442507/oa/EntityManager-getHibernateTemplate
- http://stackoverflow.com/questions/12555055/jpas-entitymanager-or-hibernates-hibernatetemplate-with-spring
- http://www.baeldung.com/2011/12/13/the-persistence-layer-with-spring-3-1-and-jpa/
Generic DAO
- http://www.bejug.org/confluenceBeJUG/display/BeJUG/Generic+DAO+example
- http://hop2croft.wordpress.com/2011/06/23/dont-repeat-the-dao-no-repitas-el-dao/
- http://www.codeproject.com/Articles/251166/The-Generic-DAO-pattern-in-Java-with-Spring-3-and
- http://www.ibm.com/developerworks/java/library/j-genericdao/index.html