views:

432

answers:

7

I need to make project with Spring + Hibernate, where I could find good example project how basic things are done?

+1  A: 

The Pet Clinic sample that comes along with Spring is a great starting point. Give that a try.

GaryF
A: 

Spring comes with a comprehensive sample application called PetClinic, which exercises the full Spring stack. This includes a Hibernate layer, and should be considered "best practice" for integrating Hibernate and Spring.

skaffman
+1  A: 

Spring in Action is a book I highly recommend. The source code is available to anyone for download and features a Hibernate example.

kgiannakakis
+2  A: 

You can always start with AppFuse. This framework allows you to select a number of options and generate a basic project with the technologies you choose. You can then modify to your hearts content.

Vincent Ramdhanie
A: 

Mesir is simply a project skeleton using many useful frameworks (including Spring and Hibernate). It doesn't have the power of AppFuse, but is a good way to "learn by example".

Bozho
A: 

http://www.springbyexample.org/ have very good tutorials

Kennet
A: 

What you need is http://code.google.com/p/spring-finance-manager/, it's a good stepping stone for what you need. You can also look at the book I recommend here called Spring Recipes.

non sequitor