====== Ressources en ligne utiles pour Java EE ====== ===== Général ===== * [[http://java.sun.com/javaee/5/docs/tutorial/doc/|The Java EE 5 Tutorial]] : Le document officiel de SUN expliquant toute la technologie EE. Pas toujours très convivial mais complet. * [[http://java.sun.com/javaee/5/docs/api/|Javadoc EE]] : La javadoc de toutes les API de Java EE. ===== Du coté du serveur ===== ==== Entités ==== * The Java EE Tutorial [[http://java.sun.com/javaee/5/docs/tutorial/doc/bnbpy.html|Partie V]] ==== Les beans de sessions ==== * The Java EE Tutorial [[http://java.sun.com/javaee/5/docs/tutorial/doc/bnblr.html|Partie IV]] ==== JPQL ==== * The Java EE Tutorial [[http://java.sun.com/javaee/5/docs/tutorial/doc/bnbtg.html|Ch. 27]] * JPQL Language Reference [[ http://download-llnw.oracle.com/docs/cd/E13189_01/kodo/docs41/full/html/ejb3_langref.html|By Oracle]] ===== Du coté Web ===== ==== JSTL ==== * [[http://adiguba.developpez.com/tutoriels/j2ee/jsp/el/|Présentation du langage d'expression]] par F. Martini sur Developpez.com * [[http://adiguba.developpez.com/tutoriels/j2ee/jsp/jstl/|Présentation de la JSTL]] par F. Martini sur Developpez.com * The Java EE Tutorial [[http://java.sun.com/javaee/5/docs/tutorial/doc/bnakc.html|Ch. 7]]