RootPanel.get().add(new Label("sw-app-url element must be defined"));
} else
{
if (url.startsWith("/"))
{
Location loc = WindowUtils.getLocation();
url = "http://" + loc.getHost() + url;
}
GwtClient client = new GwtClient(url);
initHandlers(client);
if (consoleArea != null)
{