* to identify the view to show: If the path contains
* "StandaloneEditor.html" then the StandaloneGuidedEditorManager is used to
* render the view. If not, the default view is shown.
*/
private void createMain() {
EventBus eventBus = new SimpleEventBus();
SuggestionCompletionCache.getInstance().setEventBus(eventBus);
ClientFactory clientFactory = new ClientFactoryImpl(eventBus);
appController = new AppControllerImpl(clientFactory, eventBus);
if (Window.Location.getPath().contains("StandaloneEditor.html")) {