Current location - Education and Training Encyclopedia - Graduation thesis - English translation of abstracts of computer graduation design papers
English translation of abstracts of computer graduation design papers
It seems that the landlord is in a hurry. I'll give you my translation, artificial!

abstract:

With the popularity of the Internet, it has become a way for people to obtain information and an important way to learn and communicate. Web dynamic website technology has developed rapidly, from CGI and SSI to ASP, PHP and JSP. Among these development technologies, the development and operation efficiency of CGI and SSI are not very high; ASP and PHP develop very fast, but they are not as fast as JSP. JSP is a Java-based development technology, which has nothing to do with the platform, has high running efficiency, short development cycle, strong expansibility and supports distributed processing. Therefore, JSP is the best tool for developing dynamic websites. JavaBean is a package model based on Java. As one of the key technologies of JSP, it plays a very important role in developing dynamic websites with JSP. JavaBean provides a real way to improve the utilization of existing code without reprogramming in the original code. In addition to the significance in saving and developing resources, the JavaBean package written once can be reused in other places, which greatly shortens the development time. Based on JSP development language, this paper uses JDK +Tomcat as the running environment of the server and SQL Server 2000 as the background server, and designs and develops a course to introduce the basic knowledge of Java and provide online testing and online answering. To study websites. This paper introduces how to debug the development and running environment to configure JSP, how to connect and operate SQL Server 2000 database in JSP pages, and how to design with JavaBean. This paper also introduces the Div +CSS page layout based on the Web standard.