Guice from google
Add a comment
March 16th, 2007
Guice is a lightweight dependency injection framework for Java 5 from the house of google. Guice injects constructors, fields and methods (any methods with any number of arguments, not just setters). Guice includes advanced features such as custom scopes, circular dependencies, static member injection, Spring integration, and AOP Alliance method interception etc. See more on this project page.
Technorati tags: Google, Guice, IoC ,Spring
Book Mark it-> del.icio.us | Reddit | Slashdot | Digg | Facebook | Technorati | Google | StumbleUpon | Window Live | Tailrank | Furl | Netscape | Yahoo | BlinkListPopularity: 1% [?]
Related posts:
- Spring Interview Questions Part: 2 What are important ApplicationContext implementations in spring framework? ClassPathXmlApplicationContext...
Related posts brought to you by Yet Another Related Posts Plugin.