Archive

Posts Tagged ‘Guice’

More tests on Guice

June 4th, 2008 David Gageot 4 comments

In my previous post, I compared Guice and Spring JavaConfig. The conclusion is that, for my application, Spring is much easier to use and less verbose. However, the major force of Guice I didn’t talk about is it’s ability to inject Singletons into large applications in a very (very) effective way.
Read more…

Tags: ,

Spring JavaConfig

June 2nd, 2008 David Gageot 3 comments

Today, I’ve had the opportunity to test Guice on a real project. I must say that the developers really pushed the idea of statically typed IoC very far.
Read more…

Tags: , ,