1、本文是中英对照毕业设计论文外文文献翻译, 下载后无需调整复杂的格式直接可 用!一辈子也就一次的事! 文献引用作者出处信息:David A. Turner Information Technology: Coding and Computing, 2019 (如觉得年份太老,可改为近 2 年,毕竟很多毕业生都这 样做) 英文 2198 单词,13293 字符(字符就是印刷符),中文 3513 汉字。 (如果字数多 了,可自行删减,大多数学校都是要求选取外文的一部分内容进行翻译的。 ) Web Page Caching in Java Web Applications Abstract:Many
2、Web applications serve pages that change infrequently, such as catalog pages within a shopping application or a calendar of events on a university web site. Such pages change only when a staff member logs in, and updates data on which the pages are based. Without caching, requests for such pages res
3、ult in redundant read operations on the database and generation of HTML from a collection of HTML generating components. In this paper, we explain how we decrease this processing overhead in Java Web applications by caching infrequently changing Web pages. Keywords: Web page caching, patterns for so
4、ftware design, software architecture 1. Introduction The Computer Science Department at California State University San Bernardino has been increasing the number of paid internship projects in the area of Web application development for its undergraduate and masters degree students. We developed an online application system for the Universitys College of Extended Learning, and a grant management system (similar to NSF fast track) for the Office of Technology Transfer and Commerciali