- 1、本文档共13页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
外文原文Overview of JSP TechnologyBenefits of JSPJSP 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 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 could 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-site development tools. Even HTML tools that know nothing about JSP can be used because they simply ignore the JSP tags.? You can divide up your development team. The Java programmers can work on the dynamic code. The Web developers can concentrate on the presentation layer. On large projects, this division is very important. Depending on the size of your team and the complexity of your project, you can enforce a weaker or stronger separation between the static HTML and the dynamic content.Now, this discussion is not to say that you should stop using servlets and use only JSP instead. By no means. Almost all projects will use both. For some requests in your project, you will use servlets. For others, you will use JSP. For still others, you will combine them with the MVC architecture . You want the appropriate tool for the job, and servlets, by themselves, do not complete your toolkit.Advantages of JSP Over Competing TechnologiesA number of years ago, Marty was invited to attend a small 20-person industry roundtable discussion on software technology. Sitting in the seat next to Marty was James Gosling, inventor of the Java programming language.
您可能关注的文档
- 纸牌游戏-课程设计报告.doc
- 线性方程组的欲条件解法 毕业论文.doc
- 组合机床动力滑台液压设计 毕业论文.doc
- 组合机床动力滑台的液压系统的课程设计.doc
- 组合变形(习题解答).doc
- 组合机床液压滑台PLC控制 毕业论文.doc
- 组态控制课程设计---恒压供水自动监控系统.doc
- 组织发展与变革 毕业论文.doc
- 组成原理课程设计报告---嵌入式的8位CISC模型机设计.doc
- 组成原理课程设计报告---微程序设计.docx
- 炔烃知识点结构图.pptx
- 儿科以病人为中心的护理理念.pptx
- 2025年金融理财-理财规划师(二级)笔试考试历年典型考题及考点含含答案.docx
- 2025年金融理财-理赔员笔试考试历年典型考题及考点含含答案.docx
- 团的基础知识考核.pptx
- 山东省青岛市浮山后片区2023-2024学年五年级下学期期中科学试卷(含答案).docx
- “恩欧凯”(无锡)防振橡胶有限公司安全预评价(报告正文).pdf
- 2025年金融理财-金融理财师(AFP)笔试考试历年典型考题及考点含含答案.docx
- 2025年铁路职业技能鉴定考试-中国南车应知应会笔试考试历年典型考题及考点含含答案.docx
- 2024年中考生物真题分类汇编(全国):专题12 动物的运动和行为(第01期)(教师版).pdf
文档评论(0)