tags:

views:

123

answers:

3

Ok I'm new at my job, and now I'm assigned to a project which uses Spring, Hibernate and Wicket. And I see a lot of DAO and Services packages and I want to understand why they're used and what is advantajes of this.

I understand that DAO it's need for working with the databases, but I want more information.

I need an overall, a BIG PICTURE of DAO and Services layers.

+2  A: 

Take a look at Spring in Action. This book explains all essential aspects of Spring, DAOs and services.

deamon
A: 

Best place to learn Spring. Of course its awesome official tutorial.

Choose the version you are working with, otherwise you might end no finding some features in your environment. The link provided is of Spring 3.0

Adeel Ansari