May 2016
Beginner to intermediate
182 pages
5h 51m
English
© Paul Fisher and Brian D. Murphy 2016
Paul Fisher and Brian D. Murphy, Spring Persistence with Hibernate, 10.1007/978-1-4842-0268-5_3
Paul Fisher1 and Brian D. Murphy2
(1)Brookyln, New York, USA
(2)Maplewood, New Jersey, USA
In this chapter, we’ll take you on a crash course though setting up a basic project using Spring and Hibernate. The tool we’ll use for managing our application is Apache Maven 3. If you’re already well versed in Spring, Hibernate, and Maven, you may want to just skim through this chapter, so you can get a feel for the structure and conventions we’ll be using throughout the book as we flesh out our media manager application. We’re going to cover a lot of ground very quickly and provide references to ...