Book Management Project,
Project Setup 1. Import the prototype
Only projects with front-end pages but no back-end code. That is, a project with only pages but no functions!
Import prototype:
2. Foreground Requirement Analysis
The front-end is used to purchase books for members, while the back-end is the administrator management system and book sales are completed.
2.1 front-end Homepage
/Index. jsp uses <jsp: forward> to forward data to/jsps/main. jsp. There is only one <table> in main. jsp. The structure is as follows:
Main. jsp
<Table> uses the <iframe> framework page.
(1):/jsps/top. jsp;
(2):/jsps/left. jsp;
(3):/jsps/searchj. jsp;
(4):/jsps/body. jsp
Hyperlinks or forms exist in the (1), (2), and (3) Sections. No matter which hyperlink you click (or submit a form), they are displayed in the (4) Section.
2.2 module division
The system is divided into the following modules:
2.3 Front-End User Module
User module functions include:
2.4 foreground classification Module
The classification module provides the following functions:
2.5 front-end book Module
2.5 shopping cart Module
2.6 front-end order Module
The frontend order module provides the following functions:
3. Background Requirement Analysis
The background is the administrator management system for book sales.
3.1 Background Homepage
Use the framework page, just like the front-end homepage.
3.2 administrator Module
The Administrator module provides the following functions:
3.3 background Classification Management
Background classification management functions include:
To be continued ...................