【正文】
of logic. JSP page logic and web page design and display separation, support reusable ponentbased design, Webbased application development is rapid and easy. Web server in the face of visits JSP page request, the first implementation of the procedures of, and then together with the results of the implementation of JSP documents in HTML code with the return to the customer. Insert the Java programming operation of the — 46 — database can be reoriented websites, in order to achieve the establishment of dynamic pages needed to function. JSP and Java Servlet, is in the implementation of the server, usually returned to the client is an HTML text, as long as the client browser will be able to visit. JSP specification of the final version is launched in September 1999, December has introduced specifications. At present relatively new is norms, norms of the draft has also been introduced. JSP pages from HTML code and Java code embedded in one of the ponents. The server was in the pages of client requests after the Java code and then will generate the HTML pages to return to the client browser. Java Servlet JSP is the technical foundation and largescale Web application development needs of Java Servlet and JSP support to plete. JSP with the Java technology easy to use, fully objectoriented, and a platformindependent and secure, mainly for all the characteristics of the Inter. JSP technology strength (1) time to prepare, run everywhere. At this point Java better than PHP, in addition to systems, the code not to make any changes. (2) the multiplatform support. Basically on all platforms of any development environment, in any environment for deployment in any environment in the expansion. Compared ASP / PHP limitations are obvious. (3) a strong scalability. From only a small Jar documents can run Servlet / JSP, to the multiple servers clustering and load balancing, to multiple Application for transaction processing, information processing, a server to numerous servers, Java shows a tremendous Vitality. (4) diversification and powerful development tools support. This is similar to the ASP, Java already have many very good development tools, and many can be free, and many of them have been able to run on a variety of platforms under. JSP technology vulnerable (1) and the same ASP, Java is the advantage of some of its fatal problem. It is precisely because in order to crossplatform functionality, in order to extreme stretching capacity, greatly increasing the plexity of the product. (2) Java39。s speed is class to plete the permanent memory, so in some cases by the use — 47 — of memory pared to the number of users is indeed a minimum cost performance. On the other hand, it also needs disk space to store a series of. Java documents and. Class, as well as the corresponding versions of documents. request, response, out, session, application, config, pagecontext, page, exception. 1. Request for: The object of the package of information submitted by users, by calling the object corresponding way to access the information package, namely the use of the target users can access the information. 2. Response object: The custo