{$cfg_webname}
主页 > 外文翻译 > 计算机翻译 >

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

来源:56doc.com  资料编号:5D12619 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D12619
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

英文翻译
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.
 

推荐资料