private PlaceManager placeManager;
@PostConstruct
public void init() {
final String url = GWT.getModuleBaseURL();
model = new HomeModel( "The KIE Knowledge Development Cycle" );
model.addCarouselEntry( ModelUtils.makeCarouselEntry( "Author",
"Formalize your Business Knowledge",
url + "/images/HandHome.jpg" ) );
model.addCarouselEntry( ModelUtils.makeCarouselEntry( "Deploy",
"Learn how to configure your environment",