// Ha ha, who needs Spring! Seriously, integrating it on the GWT client side
// is more trouble than it's worth!
//
// Bootstrap our dependencies (every client gets their own instance)
mainPane = new MainPane(new ClientState(), new ServiceRegistry());
main = new SimplePanel();
main.setSize("100%", "100%");
main.setWidget(mainPane);