jsp技术概述外文翻译.docx

约10页编号:5-262840DOCX格式手机打开展开

jsp技术概述外文翻译,外文原文overview of jsp technologybenefits of jspjsp pages are translated into servlets. so, fundamentally, any task jsp pages can perform could also be accomplishe...
28.08K
分类: 论文>外文翻译

内容介绍

外文原文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