Current location - Education and Training Encyclopedia - Resume - Whose resume contains the specific functional description and demand analysis of java projects? The requirements are detailed and specific. Brother, I want to find a job, and the projects are short. P
Whose resume contains the specific functional description and demand analysis of java projects? The requirements are detailed and specific. Brother, I want to find a job, and the projects are short. P
Whose resume contains the specific functional description and demand analysis of java projects? The requirements are detailed and specific. Brother, I want to find a job, and the projects are short. Please help. Project name: e-commerce shopping system (main function: online book purchase)

Development unit:

Development environment: Linux+MyEclipse 8.5+MySQL+Tomcat 5.0.

Project Description: The project can be divided into: user registration module, user login module, book display module, shopping cart module, user settlement module and order management module. Users can register as members and use their membership to buy goods. In the shopping cart, they can modify the quantity of goods, delete purchased goods, resume deleting purchased goods, and at the same time, they can settle goods, save orders, generate orders and prepare for delivery.

Technical description: This project implements MVC architecture based on Smart Struts (Simulated Struts1) framework. The presentation layer mainly displays through jsp, and uses jQuery framework verification and javascript+Ajax to realize dynamic page interaction. The controller is mainly implemented by smartstruts. The business layer receives the form through ActionForm, and Action processes the request. The persistence layer mainly realizes the interaction with the database through jdbc.

Responsibilities: Responsible for the display of book list and detailed information of books.

Project experience: In this project, the knowledge learned before is comprehensively used. Have a deeper understanding of MVC pattern and factory method pattern. And actively apply design patterns to optimize the code structure, considering the scalability of the system. Through online query, the problem of page dynamic interaction in Ajax book purchase is solved, and the basic principles of Ajax are mastered.