JCatapult uses @ImplementedBy for everything. It allows the entire framework to set a baseline set of implementations without any modules. It also makes it easy to override these inside the modules if you want to change the framework at all.
It also discovers modules as well to reduce configuration to zero. ;) -bp On Jan 14, 2009, at 1:26 PM, Putrycz, Erik wrote: > >> Never really used it myself -- I had the same reaction -- and there's >> a lot of people out there who think it's a bad idea... > > If you need one binding for production and another one for testing, > IMO > it makes sense to use @ImplementedBy with the production binding, this > way you might not even need any modules on the production code. > > Erik. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
