October 23, 2014 5:24 am Upgrading Spring 3.x and Hibernate 3.x to Spring Platform 1.0.1 (Spring + hibernate 4.x) I recent volunteered to upgrade our newest project to the latest version of Spring Platform. What Spring Platform gives you is dependency & plugin management across the whole Spring framework’s set of libraries. hibernate.jar ehcache.jar These artefacts don’t exit on the latest version, so replaced those with hibernate-core.jar and ehcache-core.jar. We also still use the hibernate tools + maven run plugin to reverse engineer our db object.
Read full article from Upgrading Spring 3.x and Hibernate 3.x to Spring Platform 1.0.1 (Spring + hibernate 4.x) | Java Code Geeks
No comments:
Post a Comment