developmentC = wbo.createDevelopmentController(ureq, getWindowControl());
mainvc.put("development", developmentC.getInitialComponent());
}
// attach AJAX javascript console
jsLoggerC = new JavaScriptTracingController(ureq, getWindowControl());
// the js logger provides only a header element, nevertheless we need to
// put it into the main velocity container.
mainvc.put("jsLoggerC", jsLoggerC.getInitialComponent());
//put the globals path like "/olat/classpath/61x/" into the main win, used for some dynamic injected js libs like jsMath