PDA

View Full Version : how to combine spring with hibernate in an application?



jiffinjoy
Oct 14th, 2004, 11:46 PM
hello friends...,
i'm a biginner in "SPRING". i have done small example both in spring and hibernate seperately. now i have started to do a small application by using both.
in my application , i am getting 'name', 'age' firlds from a jsp and through hibernate i have to insert into the database.

so friends, can anyone help me in this case?
thanking you..................

Ben Alex
Oct 15th, 2004, 12:21 AM
Probably the best place to start is the Petclinic Sample Application, which shows you how to do this.

acastro
Oct 15th, 2004, 03:02 PM
Here is a good article.
http://hibernate.bluemars.net/110.html
Hope it can help you.