{
@Override
protected void configure()
{
// GWTP stuff
install(new DefaultModule(KarakaPlaceManager.class));
// Resources
bind(I18n.class).in(Singleton.class);
bind(Resources.class).in(Singleton.class);
bind(TableResources.class).in(Singleton.class);