1、本文是中英对照毕业设计论文外文文献翻译, 下载后无需调整复杂的格式直接可 用!一辈子也就一次的事! 文献引用作者出处信息:Vivek Chopra Beginning JavaServer Pages,2020 (如觉得年份太老,可改为近 2 年,毕竟很多毕业生都这样做) 英文 3659 单词,22593 字符(字符就是印刷符),中文 5788 汉字。 (如果字数多 了,可自行删减,大多数学校都是要求选取外文的一部分内容进行翻译的。 ) JSPs and Servlets JSPs are intimately tied with servlets. In Chapter 1, it was
2、shown that servlets provide a compo-nentized, efficient, Java-specific way of performing server-side operations. Servlets are essentially server-side software components. JSPs, working under the auspices of the servlet mechanism, actually make these components easier to create, modify, and maintain.
3、 In Chapter 3, you were shown how the getServletContext() method can be used within the jspInit() and jspDestroy() methods to access the servlet context object. Then, in Chapter 7, you learned how the Web container actually translates all JSP code into servlets during processing. It is this servlet
4、code that is finally compiled and executed. Up until this point in the book, there has been no detailed coverage of servlets. However, it is cer-tainly very important to have an understanding of servlets as you head toward the more advanced application of JSPs. As a developer of Web-based applications and services using JSP, it is vital to be familiar with servlets, as many nonpresentation tasks are better implemented using servlets than with JSP. This difference will be highly evident i