Google Guice 3

Google Guice (pronounced as “juice”) is a lightweight dependency injection framework for Java 5 and above. Dependency injection is a design pattern whose core principle is to separate behavior from dependency resolution. Guice allows implementation classes to be bound programmatically to an interface. Refer. Prerequisite Java must be installed first. For Google Guice 3 Eclipse … More Google Guice 3

Apache Wicket

Apache Wicket is a lightweight component-based web application framework for Java. This document explains how to write the first program in Apache Wicket and run it. Prerequisite For Apache Wicket to run, first you will need to install JDK – Java Development Kit. And for building the application you will need to install Maven. To … More Apache Wicket