Package de.lmu.ifi.pst.x10080133.util

Class Summary
AppContext appContext injected by AppContextProvider, provides application wide static access to spring application-context example: (TicketDAO) AppContext.getApplicationContext().getBean("ticketDAO");
AppContextProvider Helper class to provide application wide access to application context Spring initializes bean automatically and calls setApplicationContext