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.
Archive for the 'opensource' Category
Guice from google
Published March 16, 2007 Frameworks , Google , Spring , guice , ioc , opensource Leave a CommentUML models of open source projects
Published February 28, 2007 Hibernate , Spring , Tomcat , opensource Leave a CommentThis site includes the UML models of some great open source projects like JBoss, Spring, Hibernate etc. Its really helping me to understand this frameworks.,
New Spring releases
Published January 15, 2007 Frameworks , Spring , Spring MVC , Spring Web Flow , opensource Leave a CommentSpring released the maintenance versions of its two mega frameworks. Spring2 ’s second maintenance version Spring 2.0.2 and its web application controller framework Spring web flow’s first maintenance version i.e. Spring web flow 1.0.1 are released.
Technorati tags : Spring2, Spring web flow
Three advantages of integrating Struts into Spring
Published January 4, 2007 Frameworks , J2EE , Java , Spring , Struts , opensource Leave a CommentThree advantages of integrating Struts into Spring
There are so many advantages of integrating a Struts application into the Spring framework. These three points I got from Mr.George Franciscus’s article in Developerworks.
1. Spring was explicitly designed to resolve some of the real-world problems of JEE, such as complexity, poor performance, testability, and much more.
2. The Spring framework includes an AOP implementation that lets you apply aspect-oriented techniques to normal object-oriented code.
3. Some might say that the Spring framework just handles Struts better than Struts handles itself
Source : More on this topic visit here









