On 9/4/06, Dave Merrill <[EMAIL PROTECTED]> wrote:
So does everyone hand code all these MVC relationships?
I can't speak for everyone, but yes. I hand code all beans in my CS config file. I guess one argument for doing so is documentation. In fact I only rely on autowiring for the controllers/listeners (MachII) and explicity define <property> tags whenever a bean is to be injected. This way, you can tell a lot about what is going on by reading the xml. -- Matt Williams "It's the question that drives us."
