Java Programming
Create the elements for a web based login procedure for the Banking System started in Lab 1.
INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS
Login Procedure for Banking System
Create the elements for a web based login procedure for the Banking System started in Lab 1.
Perform the following.
- Add a userId field and a password field to the Customer class.
- Add three customers to the ArrayList in the Customer Data Access class with the following userID’s and passwords.
UserID
|
Password
|
Cust1
|
cust1
|
Cust2
|
cust2
|
Cust3
|
cust3
|
- Add a LoginException class to handle the errors in the login procedure. Display the error messages on the login page.
- The index.html page will display your company name and a login button. The button will display login JSP.
- Create a Java Server Page and a servlet to process the login. If the user is not found, or the password is incorrect, display the login server page with the appropriate message.
- Create a servlet that will process the user login.
- When the login is correct, display a page with the customer name and a message stating that the login was completed.
When completed, place the project file into a zip file and submit it to Canvas.
This lab is worth 50 points.
Related Questions
. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java
CS 340 Milestone One Guidelines and Rubric
Overview: For this assignment, you will implement the fundamental operations of create, read, update,
. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class
Retail Transaction Programming Project
Project Requirements:
Develop a program to emulate a purchase transaction at a retail store. This
. The following program contains five errors. Identify the errors and fix them
7COM1028
Secure Systems Programming
Referral Coursework: Secure
. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer
CS 340 Final Project Guidelines and Rubric
Overview The final project will encompass developing a web service using a software stack and impleme