guice

dependency injection framework Guice vs Spring

I am planning to use dependency injection framework. what should I choose? Guice or Spring? I will use java configuration both ways. also my application is pure java j2se, not web/j2ee application and I don't plan to use spring's rich capabilities. my main concern about guice is that it is much less popular and not in common use. I want ...