Skip to content

Dynamic Web Application (Java, Servlets and JSPs)

Notifications You must be signed in to change notification settings

AlexKehayov/BankApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BankApp

Dynamic Web Application (Java, Servlets and JSPs, Multi-Threading)

IDE: Eclipse

This test application is meant to be used by bank employees. There are options for opening new accounts, transfers between different accounts, searching transaction history, interest withholding and etc.

The database is intentionally simplified, the point of the app is excercising servlets and jsps.

Threre are two versions. In BankAppWeb scriplets are used in the jsps. In BankAppUpgrade all the logic is in the Servlets, jsps only display information. The SQL for the database, together with some test data, is in bankappDB.sql.

First page of both versions is Login.jsp

About

Dynamic Web Application (Java, Servlets and JSPs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages