password nvarchar(50)
Not null
2. Furniture table: tbl Furniture
Field Name
id
Type
Char(5) (
Primary
Not null, format: F-
XXX
Key)
Validation
nvarchar(50)
Not null
description
nvarchar(500)
Float
name
Not null
price
nvarchar(50)
Numberic, not null
dimensions
material
nvarchar(50)
Bit
not null
status
not null
Bit
Requirements:
Create a Java web application, which can be used to manage the Furniture. The application have the following functions:
No Function
1
Description
Login
On login.jsp page, user enters userID and password.
The system will check
• if the userID with the password is correct, then grant the access permission and go to furnitureList.jsp
page.• If not, the system will show the message" Incorrect UserID or Password" on login.jsp page.
Mark
1.5
0.5
Zoom
+ 94%
Close