JSP外文翻译--JSP技术概述与应用框架
《JSP外文翻译--JSP技术概述与应用框架》由会员分享,可在线阅读,更多相关《JSP外文翻译--JSP技术概述与应用框架(22页珍藏版)》请在毕设资料网上搜索。
1、1 4800 英文单词英文单词,2.4 万英文字符万英文字符,中文中文 8200 字字 Overview of JSP Technology and JSP application frameworks 1 Benefits of JSP JSP pages are translated into servlets. So, fundamentally, any task JSP pages can perform could also be accomplished by servlets. However, this underlying equivalence does not mean
2、 that servlets and JSP pages are equally appropriate in all scenarios. The issue is not the power of the technology, it is the convenience, productivity, and maintainability of one or the other. After all, anything you can do on a particular computer platform in the Java programming language you cou
3、ld also do in assembly language. But it still matters which you choose.JSP provides the following benefits over servlets alone: It is easier to write and maintain the HTML. Your static code is ordinary HTML: no extra backslashes, no double quotes, and no lurking Java syntax. You can use standard Web
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- JSP 外文 翻译 技术 概述 应用 框架
