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:3.0.5.RELEASE
·
spring-core:jar:3.0.5.RELEASE
·
spring-aop:jar:3.0.5.RELEASE
·
c3p0:jar:0.9.1.2
·
log4j:jar:1.2.9
·
mysql-connector-java:jar:5.1.15
Project files can be accessed
from this link.
Comments
Post a Comment