Design and Implementation of Travel Website Based on Java Web

Yanqi Guo
DOI: https://doi.org/10.1109/EEBDA56825.2023.10090730
2023-02-24
Abstract:With the continuous improvement of people's living standards, China's tourism industry has developed vigorously, and various tourism websites have sprung up. However, due to the late start of informatization in China, compared with developed countries, the degree of informatization in tourism in China is relatively low. Therefore, this paper realizes the system of travel website based on JavaWeb. The system generally adopts a relatively convenient B/S structure, including the front end and the back end. The front-end adopts Ajax, JQuery, HTML, CSS and other technologies, considering the response speed of users. The back-end mainly uses the technologies of Web containers such as Sevlet and Filter, and refers to the design pattern of three-tier architecture to process the back-end, which effectively standardizes the development process and provides convenience for testing and maintenance. In the aspect of database, MySQL database and Redis cache are used to store data hierarchically, and Durid connection pool is used to manage database connection resources and further improve the response performance of database.
Computer Science
What problem does this paper attempt to address?