*/
public ApplicationController() throws Exception {
super(new ErrorController());
PeriodicRefreshUpdater.getInstance().setErrorController(errorController);
SalsaDAOFactory factory = (SalsaDAOFactory) DAOFactoryManager
.registerFactory(SalsaDAOFactory.class.getName());
factory.setErrorController(errorController);
startStopController = new StartStopController(this);
shortcutsController = new ShortcutsController(this);
generalShortcutsToolBarController = new GeneralShortcutsToolBarController();
sensorsListController = new SensorListController(null, errorController);
actuatorsListController = new ActuatorListController(null, errorController);