private void addGwtCompiler(final AppContext context, final DemoView body) {
GWT.runAsync(GwtRecompile.class, new RunAsyncCallback() {
@Override
public void onSuccess() {
// Inject css
Resources res = GWT.create(Resources.class);
res.gwtCompilerCss().ensureInjected();
res.gwtLogCss().ensureInjected();
res.gwtClasspathCss().ensureInjected();
res.gwtModuleCss().ensureInjected();
// Prepare view
GwtCompilerService gwtCompiler = PublicServices.getService(GwtCompilerService.class);
final GwtCompilerShell gwt = gwtCompiler.getShell();