Dernières corrections

This commit is contained in:
Matt Marcha 2018-06-25 12:13:16 +02:00
parent 8500eb716e
commit e9b5718b90

View file

@ -138,6 +138,8 @@ Voir TP Banque
# JEE # JEE
Ressource utiles : https://openclassrooms.com/courses/creez-votre-application-web-avec-java-ee/la-persistance-des-donnees-avec-jpa
## Introduction ## Introduction
JEE est un serveur d'application (Apache TomCat) non pas un simple chef d'orchestre JEE est un serveur d'application (Apache TomCat) non pas un simple chef d'orchestre
@ -207,7 +209,6 @@ public class Calc implements ICalc {
.... ....
... ...
} }
``` ```
## TP ## TP