作业帮 > 综合 > 作业

英语翻译ASP英文参考文献!中英文对照!翻译成中文5000字以上

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/09 10:39:39
英语翻译
ASP英文参考文献!中英文对照!翻译成中文5000字以上
参考一下吧..希望能帮到lz
JSP
开放分类:WEB、JAVA、动态网页、网络知识
JSP简介
JSP(JavaServer Pages)是由Sun Microsystems公司倡导、许多公司参与一起建立的一种动态网页技术标准.JSP技术有点类似ASP技术,它是在传统的网页HTML文件(*.htm,*.html)中插入Java程序段(Scriptlet)和JSP标记(tag),从而形成JSP文件(*.jsp).
用JSP开发的Web应用是跨平台的,即能在Linux下运行,也能在其他操作系统上运行.
JSP技术使用Java编程语言编写类XML的tags和scriptlets,来封装产生动态网页的处理逻辑.网页还能通过tags和scriptlets访问存在于服务端的资源的应用逻辑.JSP将网页逻辑与网页设计和显示分离,支持可重用的基于组件的设计,使基于Web的应用程序的开发变得迅速和容易.
Web服务器在遇到访问JSP网页的请求时,首先执行其中的程序段,然后将执行结果连同JSP文件中的HTML代码一起返回给客户.插入的Java程序段可以操作数据库、重新定向网页等,以实现建立动态网页所需要的功能.
JSP与Java Servlet一样,是在服务器端执行的,通常返回该客户端的就是一个HTML文本,因此客户端只要有浏览器就能浏览.
JSP的1.0规范的最后版本是1999年9月推出的,12月又推出了1.1规范.目前较新的是JSP1.2规范,JSP2.0规范的征求意见稿也已出台.
JSP页面由HTML代码和嵌入其中的Java代码所组成.服务器在页面被客户端请求以后对这些Java代码进行处理,然后将生成的HTML页面返回给客户端的浏览器.Java Servlet 是JSP的技术基础,而且大型的Web应用程序的开发需要Java Servlet和JSP配合才能完成.JSP具备了Java技术的简单易用,完全的面向对象,具有平台无关性且安全可靠,主要面向因特网的所有特点.
JSP
Open Category:WEB,JAVA,dynamic pages,the Knowledge Network
Contents
• JSP Profile
• JSP technology strength
• JSP technology vulnerable
• JSP six built-in objects:
• JSP dynamic web site development and technology
JSP Profile
JSP (JavaServer Pages) is initiated by Sun Microsystems,Inc.,with many companies to participate in the establishment of a dynamic web page technical standards.JSP technology somewhat similar to ASP technology,it is in the traditional HTML web page document (*.htm,*.html) to insert the Java programming paragraph (Scriptlet) and JSP tag (tag),thus JSP documents (*.jsp).
Using JSP development of the Web application is cross-platform that can run on Linux,is also available for other operating systems.
JSP technology to use the Java programming language prepared by the category of XML tags and scriptlets,to produce dynamic pages package processing logic.Page also visit by tags and scriptlets exist in the services side of the resources of logic.JSP page logic and web page design and display separation,support reusable component-based design,Web-based application development is rapid and easy.
Web server in the face of visits JSP page request,the first implementation of the procedures of,and then together with the results of the implementation of JSP documents in HTML code with the return to the customer.Insert the Java programming operation of the database can be re-oriented websites,in order to achieve the establishment of dynamic pages needed to function.
JSP and Java Servlet,is in the implementation of the server,usually returned to the client is an HTML text,as long as the client browser will be able to visit.
JSP 1.0 specification of the final version is launched in September 1999,December has introduced 1.1 specifications.At present relatively new is JSP1.2 norms,JSP2.0 norms of the draft has also been introduced.
JSP pages from HTML code and Java code embedded in one of the components.The server was in the pages of client requests after the Java code and then will generate the HTML pages to return to the client browser.Java Servlet JSP is the technical foundation and large-scale Web application development needs of Java Servlet and JSP support to complete.JSP with the Java technology easy to use,fully object-oriented,and a platform-independent and secure,mainly for all the characteristics of the Internet.