计算机论文 以下摘要翻译 谢谢大侠!

来源:百度知道 编辑:UC知道 时间:2024/07/06 17:22:18
Java Servlet是java语言的一部分,提供了用于服务器编程的API,java Servlet就是编写在服务器创建对象的java类,习惯上称之为Servlet类,Servlet类的对象习惯上称之Servlet对象。在JSP技术出现之前,web应用开发人员就是自己编写Servlet类,并负责编辑生成成字节码文件、复制这个字节码文件到服务器的特定目录中,以便服务器使用这个servlet类的字节码创建一个Servlet对象来响应用户的请求。Java servlet的最大缺点是不能有效地管理页面的逻辑部分和页面的输出部分,导致Servlet类的代码非常混乱,单独用java Servlet来管理网站变成了一个很困难的事情。为了克服Java Servlet的缺点,Sun公司用Java Servlet作为基础,推出了Java Server page。JSP技术就是以Java Servlet为基础,提供了Java Servlet作为基础,推出了java Server Page 。jsp技术就是以java Servlet为基础,提供了Java Servlet的几乎所有好处,当客户请求一个JSP页面时,Tomcat服务器自动创建一个Servlet对象。但是JSPjishu不是Java Servlet技术的全部,它只是Java Servlet技术的一个成功应用。JSP页面本身的结构和设计好各种标记,不如,使用HTML标记设计页面的视图,使用JavaBean标记有效地分离页面和视图和数据处理等。

将以上段落翻译谢谢啦!~

你弄这样一大堆出来,我们就只好用google软件一下翻译出来了,反正论文里面的英文摘要老师不会看的。
Java Servlet is part of java language to provide programming for the server API, java Servlet on the server is prepared to create the java object class, used to call the Servlet Class, Servlet category of object called Servlet object habit. Before the appearance of the JSP technology, web application development staff is preparing its own Servlet class, and is responsible for editing into a byte-code files generated, copy the byte-code file to the server-specific directory in order to the server using the servlet class byte-code to create Servlet object in response to a user's request. The biggest drawback of Java servlet can not effectively manage the logical part of the page and page the output of the Servlet lead to very confusing code category, a separate java Servlet used to manage the site into a very difficult thing. Java Servlet in order to overcome the shortcomings, Sun with Java Servlet company as a basis for the