Question: Perform the following in a JAVA Web App. Consider the information above. This is banking system app that already has its login and dashboard methods

Perform the following in a JAVA Web App. Consider the information above.

This is banking system app that already has its login and dashboard methods based up the user store in an array list below.

userID Password
Cust1 cust1
Cust2 cust2
Cust3 cust3

Include Code for te steps below 1. Modify the java server page displayed after a successful login to provide two options. One is to display the users accounts, and the other is an option to logout. 2. Create a servlet to process the option to display accounts. 3. Create a Account Data Access class with some info using ArrayList. Then create a server page to display a list of user accounts based on the information from the Accounts DA class. Display the current balance of each account and an option to select each account. 4. Create a Transactions Data Access class with some info using ArrayList. Then Develop the server page and optional servlet to process displaying transactions. Display the running balance for each transaction based upon the information stored in the Transactions Data Access Class. 5. Provide an option to return to the accounts page.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!