1、本文是中英对照毕业设计论文外文文献翻译, 下载后无需调整复杂的格式直接可 用!一辈子也就一次的事! 文献引用作者出处信息:Giulio Zambon Beginning JSP, JSF and Tomcat Java Web Development,2019(如觉得年份太老,可改为近 2 年,毕竟很多毕业生 都这样做) 英文 3832 单词,21889 字符(字符就是印刷符),中文 6071 汉字。(如果字数多 了,可自行删减,大多数学校都是要求选取外文的一部分内容进行翻译的。) Introducing JSP and Tomcat &nbs
2、p; Interactivity is what makes the Web really useful. By interacting with a remote server, you can find the information you need, keep in touch with your friends, or purchase something online. And every time you type something into a web form, an application out there interprets your request and pre
3、pares a web page to respond. To understand JSP, you first need to have a clear idea of what happens when you ask your browser to view a web page, either by typing a URL into the address field of your browser or by clicking on a hyperlink. Figure 1-1 shows you how it works. Figure 1-1. V
4、iewing a plain HTML page The following steps show what happens when you request your browser to view a static web page: 1.When you type an address such as /whatever.html into the address field, your browser first resolves (i.e., the name of the web server) into the corresponding Internet Protocol (IP) address, usually by asking the Domain Name Server provided by your Internet Service Provider (ISP). Then your browser sends an HTTP request to the newly found IP address to receive the content of the file identified by /path/w