public void prepare(final JRebirthApplication<?> application) {
// Link the current application
this.application = application;
// Build the global facade at startup
this.facade = new GlobalFacadeBase(application);
// Start the thread (infinite loop)
// start();
}