On Jan 28, 2008 1:01 AM, Martin Webb <[EMAIL PROTECTED]> wrote: > On 28/01/2008, Kevin Brown <[EMAIL PROTECTED]> wrote: > > > > > > - Improve dependency injection points in GadgetServer and various > servlets > > so that you can load your own implementations via configuration. > > > > Kevin, > > How will dependency injection be supported? Will it be via an IoC > container > such as Spring? Where I work we use Spring in a v.large way - so we are > very comfortable with IoC, and have a huge number of services that are IoC > friendly. Implementing the shindig SPI would fit very neatly into this > architecture.
We were sort of leaning towards Guice at this point, but the project is open to trying other things. Spring is kind of heavyweight for what we're doing ~Kevin

