By Nasseh | 18/10/2018 | 0 Comment
This project is an academic module trying to help students to apply what they learnt in the JEE (Java Enterprise Edition) course..
the goal is to develop a basic chat application. For this application, a “Chat” servlet (doGet – doPost) will be used to display a conversation between several users by resuming all the messages sent during the use of the application. After authentication, each user is identified, posts a message and sees the whole conversation updated.