Compound interest Calculation V6. 0--web Edition--Software engineering
I. Introduction of the Project
Project name: Compounding calculation--web Edition |
Using the tool: IntelliJ idea 15.0.4,tomcat,mysql,dreamweaver8 |
Frame of Use: Struts2.3.28, Spring3.2.9,hibernate4.2.21,bootstrap |
Main functions: Compound interest Calculator, query investment information, query stock market information (using API implementation, late replenishment) |
Developer: Cai Sun, Wang Xinming |
Project General diagram:
Second, detailed design
1, er diagram:
2. Test data
Tbl_user Table (user)
Tbl_invest Table (user investment information)
Tbl_investtype Table (Investment type information)
2. SSH Framework
I wrote on another blog: http://www.cnblogs.com/caishun/p/5393296.html
3, front desk (not yet perfect)
Three, Summary:
This practice is the first time I have integrated the SSH framework and encountered a lot of problems, such as hibernate3 and hibernate4 are not the same as Spring integration,
Need to find some solutions Baidu, and go to the official to find help documents, ask others and other solutions, the process with hard, but also learned a lot of knowledge, the most important thing is to feel the joy of solving the problem.
Then I will regularly update and refine this project.
GitHub
Compounding V6.0--web Edition--Software engineering