One of the valuable aspects I have found in adopting DI is that it
encourages modularity and opening up the component model in such a way that
extension and replacement of implementations in all areas of the code just
becomes more natural and easier.
I'm interested in seeing us adopt enough of these practices and patterns
that we get those benefits, whether with Guice or Spring.
I'm curious how the use of annotations provide for this kind of
extensibility / pluggability without the need to rebuild, without limiting
what can actually be plugged in or replaced without recoding existing code,
and without the need to code our own configuration handling code. These
are things I know how to get with Spring and XML-based configuration. I
think if we can get them with Guice, I'll be ok with it.
--a.
----- Original Message -----
From: "Dave" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, June 08, 2007 7:00 AM
Subject: Re: Spring Roller
On 6/7/07, Denis Balazuc <[EMAIL PROTECTED]> wrote:
Anyone had time to have a quick look at this?
I'd love to get some feedback, see if I should carry on in that
direction (I'd be more than happy to!)
I haven't had a chance yet, but I will once I'm ready for Roller Guice
show and tell -- I'm getting very close to that point now.
- Dave