Skeleton Project with Spring and Hibernate I have done with construction of a skeleton Project using spring and hibernate as base Technologies. Using this skeleton it is easy to extend and build real projects. In fact it is construct over a proven arhitecture with minor optimizations and small modifications according to my flavor. Slighly modified versions that are using compile time weaving and load time weaving instead of interface proxies can be found at these links: ltw and ctw : Versions of libraries used are listed below: · hibernate:jar:3.2.0.ga · hibernate-jpa-2.0-api:jar:1.0.0.Final · hibernate-annotations:jar:3.2.0.ga · org.springframework:spring-orm:jar:3.0.5.RELEASE · org.springframework:spring-tx:jar...
Software Engineering experiences and best practices