Project of "Tecnologie Informatiche per il Web" 2022-2023 held by Professor Pietro Fraternali at Politecnico di Milano.
The goal of the project is the implementation of a web application simulating an exam manager website in two distinct versions:
- pureHTML: a thin client application connected to a JAVA server that communicates with an SQL database. The combination of HTML + Thymeleaf + CSS is used for the web pages;
- RIA (Rich Internet Application): a thick client application using JavaScript connected to a JAVA server that communicates with an SQL database. The web pages are managed client-side with a combination of HTML + JavaScript + CSS.
A complete documentation of the application design and implementation can be found in the documentation folder.
This project is copyright 2023.
Licensed under the MIT License; you may not use this software except in compliance with the License.