JSP技术概述

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

JSP技术概述(中文3400字,英文2500字)
一、    JSP的好处
JSP页面最终会转换成servler。因而,从根本上,JSP页面能够执行的任何任务都可以用servler来完成。然而,这种底层的等同性并不意味着servler和JSP页面对于所有的情况都等同适用。问题不在于技术的能力,而是二者在便利性、生产率和可维护性上的不同。毕竟,在特定平台上能够用JAVA编程语言完成的事情,同样可以用汇编语言来完成,但是选择哪种语言依旧十分重要。

JSP Technical Overview
A, JSP benefits
1,JSP pages will eventually be converted into servler. Thus, fundamentally, JSP pages can perform any task can be used servler to complete. However, this does not mean that the underlying equivalence servler and JSP pages for all conditions are equally applicable. The problem is not technical ability, but both the convenience, productivity and maintainability different. After all, in a particular platform can be done with the JAVA programming language, things, the same can be done in assembly language, but it is still important to choose which language.