If you switched from Spring to Guice for IoC what were the factors for this?
Posted
by grigory
on Stack Overflow
See other posts from Stack Overflow
or by grigory
Published on 2010-03-20T03:59:22Z
Indexed on
2010/03/20
4:01 UTC
Read the original article
Hit count: 221
We have moderate application using Spring but we started using GWT in another application and are completely sold on Guice. Now, considering converting from Spring to Guice or using both where Guice is used for IoC is an option. Did you have to make similar decisions? Did you keep Spring for other components or had to replace it with alternative framework(s) completely?
© Stack Overflow or respective owner