fPersistenceService = loadPersistenceService();
fApplicationService = loadApplicationService();
fPersistenceService.startup(monitor);
fConnectionService = new ConnectionServiceImpl();
fInterpreterService = new InterpreterServiceImpl();
fPreferencesService = new PreferenceServiceImpl();
/* Flag as started */
fStarted = true;
}