Skip to content

This is the repository which includes all files needed for the Web Technologies' project for the 2019-2020 exam with the new online mode because of the COVID-19 speard in Lombardy. This repository is Marco Petri's Web Technologies exam

Notifications You must be signed in to change notification settings

marcopetri98/MoneyTransfer_Java_TIW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Money Transfer - Tecnologie informatiche per il web Project

This repository is the repository for the Web Technologies (Tecnologie informatiche per il web) exam's project. The delivery for the exam was to create an application in which people can open accounts, log in and make transfers. The application is asked to be safe to HTTP request manipulation and other types of page manipulation activities resulting in inconsistent state for the application. Users and accounts are assumed to exists before the creation of the application, which means that I manually inserted them into the database using MySQL workbench.

Screenshots

The application starts with a login page in which the user must insert its own id (I supposed that the id is the equivalent of bank id) and the password. If the user inserts wrong information, a message will be printed. This is the login page:

login page image

In case the user inserts wrong login information, a red text will be printed. Similar behaviour will be used also for other parts of the application in which the user can send a form.

login error

Once the user has logged in, he/she can see the list of all his/her accounts and the account's balance. The user can also click on the accounts' id to access the account and make or check transfers.

page with the information of the accounts of the user

When the user access one of its accounts, he/she can see a list of the ingoing and outgoing transfers for that account. Moreover, on the right it is also possible to make transfers to other accounts.

page with account's transfers

Technologies

The technologies used to develop this project are: Java, Thymeleaf, HTML, CSS, Javascript and SQL. No framework has been used to develop this project. There are two different versions of the project: pure HTML and RIA. The former does not contain or contain a little javascript in the page, almost every operation is done by means of sending HTTP requests to the server. The latter is realized using AJAX such that only the new information is loaded (e.g., when the user makes a transfer, the thick client receives only the informations of the content and javascript will update the interface of the user).

In both cases, the application has been provided with internationalization. It means that the application verifies the language of the browser of the client and accordingly generates the page with the right language (only italian or english).

About

This is the repository which includes all files needed for the Web Technologies' project for the 2019-2020 exam with the new online mode because of the COVID-19 speard in Lombardy. This repository is Marco Petri's Web Technologies exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published