loadConfigurationFiles();
notifyPreloader(new ProgressNotification(0.5));
// Build the JRebirth Thread before attaching uncaught Exception Handler
notifyPreloader(new ProgressNotification(600));
final JRebirthThread jrt = JRebirthThread.getThread();
// Attach exception handlers
initializeExceptionHandler();
// Start the JRebirthThread, if an error occurred it will be processed by predefined handler
// It will create all facades and trigger the pre and post boot waves and will alost attach the first model view
jrt.prepare(this);
notifyPreloader(new ProgressNotification(0.6));
// Preload fonts to allow them to be used by CSS
notifyPreloader(new ProgressNotification(700));
preloadFonts();