Description: In this chapter we use the JSP and Java Bean to build an online bookstore. The examples presented in this chapter can be divided into two parts, first part is the ordinary procedure for customers to buy books online, the second part is the management process for the server-side processing of customer orders. The client program consists of the following composition:
default.jsp: Member login screen (page)
checklogon.jsp: Detection login code and password are the same, to display different information based on the results returned by the JavaBean.
BuyerBean: members of the legitimacy of test used by the bean
booklist.jsp: Login to display the current bookstore books to choose from
addcart.jsp: the selected books in the shopping cart
shoppingcart.jsp: View the contents of the shopping cart
To Search:
File list (Check if you may need any files):
网上书店.doc