On Apr 8, 2005 12:52 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > On the topic of general JSF design patterns (particularly related to > > managed beans), has anyone noticed that the managed beans mechanism > > implements a simple Dependency Injection framework, using Setter > > Injection to inject the dependencies? > > :-) Serveral articles in web or print are mentoring this as well ;)
I wish I had enough time to read them all :-). > > <friday> > but I guess you don`t read them, since you invented the stuff ... :-) > </friday> I also wish I could take the credit ... but the initial ideas for what turned in to managed beans came from members of the JSR-127 expert group -- and the timing was quite fortuitous, given the recent popularity of dependency injection. > -Matthias Craig

