protected final void create(Accessor<StageZero> whenReady) {
onStageInit();
// TODO: enable webdriver hook.
GWT.setUncaughtExceptionHandler(createUncaughtExceptionHandler());
if (GWT.isScript()) {
CollectionUtils.setDefaultCollectionFactory(new JsoCollectionFactory());
}
onStageLoaded();
whenReady.use(this);
}