(1.5 The development method of the system uses JSP JavaBean Servlet mode in the development process of the system. In this mode, JSP and Servlet technologies are connected and the original advantages of JSP and Servlet technologies are fully utilized. This pattern follows the view controller (MVC) pattern, and its primary idea is to use one or more servlets as the controller. After the request is received and managed by the leading edge servlet, it will be redirected to the JSP. When a servlet is used as a controller, each servlet usually terminates only a small part of its functions. Multiple servlet controllers can be linked to terminate messy commands. This has the advantage of good reusability of servlets. In this mode, JavaBean, as the character of the model, acts as the core tool for communication between JSP and servlet. After servlet management, set the bean properties, and JSP reads the bean properties and displays them. This mode increasingly separates display and logic, making code management simple and suitable for the development of large projects. Therefore, this mode is selected in this system [8]. The data transmission connection of this mode is shown in Figure 1-1.
College Online Information Management System.doc)