Nothing wrong with automatic bean injection as long as you are OK with losing the direct list of dependencies that the XML file provides. I had been against things like annotations, but the more I use Spring and Hibernate, the more I am moving to the opinion that it can be pretty handy, especially if the tooling support makes it easy to see what depends on what.
On Mon, Sep 22, 2008 at 12:15 PM, Chris H <[EMAIL PROTECTED]> wrote: > > just a general question, because i've just gotten into ColdSpring and > everything related: > it's not a good thing to use the new automatic bean injection because > this creates another tier to the framework (which according to Briak > Kotek and others should be avoided). it's a nice feature to have for > easy injection, but not ideal for a true OO design, right? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
