Directory
Directory management web application
Directeory made in Java EE
During Java EE courses in Master's Degree, we had to create, in pairs, an application for managing a people directory.
The aim of this project was to implement the skills acquired during practical work. To stay in the university context, the directory concerned students from the Aix-Marseille University. Each student could be attached to a “group” representing his field of study. It was thus possible to search for a student and see their assignments or to search for a field of study and see the people who were assigned to it. The technical expectations were the implementation of a 3-tier architecture with a data layer based on the DAO model, a business layer with the services necessary for the operation of the directory and a presentation layer carrying the GUI.
Screenshot
The home page of the developed application :
A group viewing page :
A person viewing page :
Informations about the project
| Title | Directory |
| Description | People directory made with Java EE. |
| Used languages | Java, HTML, CSS |
| Year of work | 2017 |
| Access to code | Link |