2010/1/26 Dhanji R. Prasanna <[email protected]> > Nice! Does this mean Maven itself will run Guice (from v3)?
Well that's the hope :) we'll be working with the rest of the Maven community over the coming months to make this happen, most likely for the 3.1 release. Maven 3.0 will still use Plexus, as we don't want to hold people up from using the new and improved Maven core - when the switch does happen most people won't immediately notice, as their builds will continue to build. The real benefits will come with using JSR330 annotations in Maven mojos :) Dhanji. > > On Tue, Jan 26, 2010 at 3:53 AM, Bob Lee <[email protected]> wrote: > >> These are great, Stuart. Glad to see someone effectively utilizing the new >> SPI. >> >> Bob >> >> >> On Mon, Jan 25, 2010 at 8:51 AM, Stuart McCulloch <[email protected]>wrote: >> >>> Hi folks, >>> >>> For the last few months I've been working away at using Guice as a >>> drop-in replacement for Plexus. >>> Apart from a couple of minor patches to the core code, this has been done >>> as modular extensions >>> on top of Guice 2 - which imho shows how flexible the current API can be >>> :) >>> >>> Anyway, for those interested we've started a series of blog entries >>> describing this work: >>> >>> >>> http://www.sonatype.com/people/2010/01/from-plexus-to-guice-1-why-guice/ >>> >>> http://www.sonatype.com/people/2010/01/from-plexus-to-guice-2-the-guiceplexus-bridge-and-custom-bean-injection/ >>> >>> http://www.sonatype.com/people/2010/01/from-plexus-to-guice-3-creating-a-guice-bean-extension-layer/ >>> >>> More to come over the next few weeks, including converting Plexus XML >>> into bindings. >>> >>> -- >>> Cheers, Stuart >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "google-guice" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<google-guice%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-guice?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "google-guice" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-guice%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-guice?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-guice%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. > -- Cheers, Stuart -- You received this message because you are subscribed to the Google Groups "google-guice" 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/google-guice?hl=en.
