System storage module implementation and Nursery module similar, we can carefully review the source code before development, if you can read, you can copy and paste, see if it can be developed.
Storage Record---> Nursery registration
Outbound Records---> Fish management
The main function of the warehouse table is to view all products, add the function of the library complete, you can modify the function,
Commodity table is simple to delete and change, combined with this afternoon video, can be developed independently, reference source can see any dictionary table source analysis.
Development order:
1. Design the database, then reverse-generate the XML file and the DAO layer file, modify the inheritance class, and note the addition of annotations.
2. Modify DAO to write service layer and action layer code.
3. After the background code development, configure the Struts file and add the Jump method.
4. Development foreground, first JSP file (note JS introduction path, divID consistent), and then write JS file.
5. Add the foreground JSP path to the Database menu table, and then associate the menu with role.
The above is the development of five steps, everyone began to strictly in this order, to avoid omissions. The video is also in accordance with this sequence of development, I hope that we practice more, think more.
Storage System Development Instructions