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 onContinue reading “Guice from google”
Category Archives: opensource
UML models of open source projects
This site includes the UML models of some great open source projects like JBoss, Spring, Hibernate etc. Its really helping me to understand this frameworks., Technorati : Hibernate, JBoss, Opensource, Spring, Tomcat, UML
New Spring releases
Spring 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
Three 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.Continue reading “Three advantages of integrating Struts into Spring”