JSP技术概述与应用框架(含外文出处)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

英文翻译
JSP技术概述与应用框架(含外文出处)(中文4600字,英文3000字)
作者姓名:Zambon, Giulio/ Sekler, Michael
文章出处:《Springer-Verlag New York Inc》
摘要:JSP页面最终会转换成servler。因而,从根本上,JSP页面能够执行的任何任务都可以用servler来完成。然而,这种底层的等同性并不意味着servler和JSP页面对于所有的情况都等同适用。问题不在于技术的能力,而是二者在便利性、生产率和可维护性上的不同。毕竟,在特定平台上能够用JAVA编程语言完成的事情,同样可以用汇编语言来完成,但是选择哪种语言依旧十分重要。
关键字:JSP/HTTP/应用框架/接口

外文原文
Overview of JSP Technology and JSP application frameworks
Autor: Zambon Giulio/ Sekler Michael
Source: Springer-Verlag New York Inc

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 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.