You are on page 1of 2

What2Wear

s.no Jsp/servlet Description Status Pending work

1 Index.jsp First page of website Pending category dropdown


Here user can click on add
signup and signin a link for all
category
only product will be
showed to unsigned
users

2 Signup.jsp Here user register completed


3 register Registered users data is completed
saved in register table in
database

4 Passwordset.jsp Password set for registered completed


users

5 Signupservlet Name ,password, role is completed


saved in login table for
registered users

6 Signin.jsp Here user sign in completed


7 Signinservlet If unregistered user directly completed
signin then signup form will
open
For registered users: if the
role is admin then
admin.jsp will open
Otherwise index2.jsp

8 Admin.jsp Admin add product completed


9 productadd Product details are added completed
in product table in
database
10 Index2.jsp Logout and women.jsp will pending Same as index.jsp
open
11 Women.jsp All the products are pending Image show
showed here
What2Wear
12 Showproduct.jsp Details of the Product pending Image show
(selected by the user) is
showed
13 cash.jsp Product selected by the pending User details show
user goes in cart table. If (purchaser) in cart
the quantity of the product table
is null the product is
already sold out
And if not
The quantity is ubdated
(-1)

14 Logout.jsp Session is disconnected completed


here

You might also like