> > Spring too supports dependency injection (since its first release in early > 2000s), anyone knows the differences between Spring and Guice? > > > I checked up on this, mainly Spring was the alternative to the bloated JavaEE. So its a fully featured framework with lots of stuff including the ability to do dependency injection.
Guice is a light weight library that only focuses on DI. So if you want just DI, Guice is nice and simple as opposed to a heavier framework like Spring that has a lot more in it. -- Regards, Uvindra Mobile: 777733962
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
