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

[S2] Spring autowiring question...

2006-12-18 Thread Dave Newton
Hi, I am currently using the Spring autowiring functionality. Is this a bad idea due to someone being able to craft a request that might walk on one of the injected objects? (Unlikely perhaps, but...) Thanks, Dave - To unsubs