| Author |
Spring: Where to configure fine-grained domain objects?
|
K Aditi
Ranch Hand
Joined: Mar 17, 2008
Posts: 89
|
|
I have taken this quote from Spring Refrence Manual.
Typically one does not configure fine-grained domain objects in the container, because it is usually the responsibility of DAOs and business logic to create/load domain objects.
Does that mean I can say obj = new fineGrainedObject(), that is without the container coming in picture? Am I correct? Thanks,
|
Aditi
|
 |
 |
|
|
subject: Spring: Where to configure fine-grained domain objects?
|
|
|