Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

noob project to learn Spring/Hibernate [closed]

I want to get my feet wet with Spring/Hibernate. But I think I move along faster and am more motivated if I am working with code rather than just reading a book chapter by chapter.

Does anyone have any good ideas for a home project to work on to learn these technologies? Any exercises that you might have worked on and thought useful?

Or perhaps you know of a book/tutorial that is based on a single project and walks you through it?

like image 796
Kapsh Avatar asked Apr 24 '09 01:04

Kapsh


1 Answers

AppFuse is a Spring & Hibernate app designed to be used as skeleton for new projects. Install it, run maven, you have a working project you can study, inspect, debug, modify or add to as you wish. I've worked on a couple of enterprise apps that started as AppFuse.

like image 69
tpdi Avatar answered Oct 25 '22 14:10

tpdi