Database script: The database script is in database.sql
☑ Kizspy. meuirements:
Objective: Develop a house web application using Java. The application should allow users to manage
house with following function:
Zoom
No Function
1
Login
Description
On Login page, user enters userID and password.
The system will check
Mark
о
if the userID with the password is correct, then
grant the access permission and go to house List
page.
1.5
If not, the system will show the message"
Incorrect UserID or Password" on Login page
0.5
2
Welcome
Must login to use this function
0.5
On the house list page show name of the logged-in user.
3
Logout
Must login to use this function
1.5
Create logout link on house list.
When user click on the link then clears all session values
and redirects the user to login page
4
Search
Must login to use this function
House list page show input fields to search house
Search for houses by name, the result is a list of houses
whose names contain the search keyword and status is
active
Display results including: no, id, name, description, price,
size and status.
Must keep search keyword on search field
5
Update
Must login to use this function
+ 100%
Create a new column on house list with named Update
3
3
Close