导航

jsp技术概述外文翻译.docx

约10页 | 编号:5-262840|DOCX格式 展开

jsp技术概述外文翻译,外文原文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 scenario..
大小: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
猜您喜欢...