A Banking Account Example
Here is a simple Online
Banking Application, created using Struts.
- User must present valid credentials (access number and PIN) to log on
- If either field is incorrect or blank, a message is given
- If both fields are valid, user is taken to an account information screen
showing
- all accounts user has with the bank
- the current balance for each account
- This example fakes the security service and just looks for access number
"123" and password "456"