context.setAttribute("faq",Faq.getFaq());
context.setAttribute("listOfGames", ListOfGames.getListOfGames());
context.setAttribute("siteTitre", SiteInfo.getTitre());
context.setAttribute("siteDescription", SiteInfo.getDescription());
GameDAOInterface game = new JDBCGameDAO();
context.setAttribute("gameOfTheMonth", game.getGameOfTheMonth());
JDBCTableDAO table = new JDBCTableDAO();
table.loadTables();
table.loadDatas();
context.setAttribute("listOfTables", beans.ListOfTables.getListOfTables());