/**
* Builds and initializes the editor module.
*/
public void onModuleLoad() {
clsiService = new ClsiRemoteService();
CommandBus.get().addCommandHandler(this);
docService.getUser(new AsyncCallback<DocumentUser>() {
@Override
public void onFailure(Throwable caught) {
Window.alert("Authentication Failure: " + caught.getMessage());