This is one of my web development projects created during my studies at the Politecnico di Milano. The project demonstrates web programming concepts, utilizing both front-end and back-end technologies to build a functional web application. The objective of the project is the implementation of a web application 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(JS) connected to a JAVA server that communicates with an SQL database. The web pages are managed client-side with a combination of HTML+JavaScript(JS)+CSS
A full and complete documentation of the application design and implementation can be found at these respective links for the pureHTML version and RIA version.
If you have contributions, need support, have suggestions, or just want to get in touch with the me, send me an email!
This software is licensed under the terms of the MIT license. See LICENSE for more details.