RE: [S2] Spring autowiring question...

2006-12-18 Thread Dave Newton
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > If I understand the question, it's not specifc to Spring. It wouldn't > matter how the domain objects are being crated, only what can be done > with them once they exist. Correct; as an example I'm injecting DAOs into my Actions (or

Re: [S2] Spring autowiring question...

2006-12-18 Thread Ted Husted
If I understand the question, it's not specifc to Spring. It wouldn't matter how the domain objects are being crated, only what can be done with them once they exist. If there are "problematic" properties on the domain objects, then sure. But many domain objects are simply value or data transfer