首页 > 其他分享 >毕业设计论文--外文翻译:JSP技术简介

毕业设计论文--外文翻译:JSP技术简介

时间:2023-06-02 11:34:45浏览次数:30  
标签:Web use Java -- HTML JSP 毕业设计 Servlet


作者主页:编程指南针

作者简介:Java领域优质创作者、、多年架构师设计经验、腾讯课堂常驻讲师

主要内容:Java项目、毕业设计、简历模板、学习资料、面试题库、技术互助

文末获取源码 

    在编写计算机论文时,学校一般都有对外文参考文献的要求,并要求选取一篇进行翻译,以作编写论文的参考资料,本文分享一篇外文翻译资料以供大家参考。

THE TECHNIQUE DEVELOPMENT HISTORY OF JSP 

作者: Kathy Sierra and Bert Bates

Servlet&JSP

The Java Server Pages( JSP) is a kind of according to web of the script plait distance technique, similar carries the script language of Java in the server of the Netscape company of server- side JavaScript( SSJS) and the Active Server Pages(ASP) of the Microsoft. JSP compares the SSJS and ASP to have better can expand sex, and it is no more exclusive than any factory or some one particular server of Web. Though the norm of JSP is to be draw up by the Sun company of, any factory can carry out the JSP on own system.  

The After Sun release the JSP( the Java Server Pages) formally, the this kind of new  Web application development technique very quickly caused the people's concern. JSP provided a special development environment for the Web application that establishes the high dynamic state. According to the Sun parlance, the JSP can adapt to include the Apache WebServer, IIS4.0 on the market at inside of 85% server product. 

This chapter will introduce the related knowledge of JSP and Databases, and JavaBean related contents, is all certainly rougher introduction among them basic contents, say perhaps to is a Guide only, if the reader needs the more detailed information, pleasing the book of consult the homologous JSP. 

1.1 GENERALIZE 

The JSP(Java Server Pages) is from the company of Sun Microsystems initiate, the many companies the participate to the build up the together of the a kind the of dynamic the state web the page technique standard, the it have the it in the construction the of the dynamic state the web page the strong but the do not the especially of the function. JSP and the technique of ASP of the Microsoft is very alike. Both all provide the ability that mixes with a certain procedure code and is explain by the language engine to carry out the procedure code in the code of HTML. Underneath we are simple of carry on the introduction to it. 

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. But it still matters which you choose.

JSP provides the following benefits over servlets alone: 

   • It is easier to write and maintain the HTML. Your static code is ordinary HTML: no extra backslashes, no double quotes, and no lurking Java syntax. 

   • You can use standard Web-site development tools. Even HTML tools that know nothing about JSP can be used because they simply ignore the JSP tags. 

  • You can divide up your development team. The Java programmers can work on the dynamic code. The Web developers can concentrate on the presentation layer. On large projects, this division is very important. Depending on the size of your team and the complexity of your project, you can enforce a weaker or stronger separation between the static HTML and the dynamic content. 

Now, this discussion is not to say that you should stop using servlets and use only JSP instead. By no means. Almost all projects will use both. For some requests in your project, you will use servlets. For others, you will use JSP. For still others, you will combine them with the MVC architecture . You want the appropriate tool for the job, and servlets, by themselves, do not complete your toolkit. 

1.2 SOURCE OF JSP  

The technique of JSP of the company of Sun, making the page of Web develop the personnel can use the HTML perhaps marking of XML to design to turn the end page with format. Use the perhaps small script future life of marking of JSP becomes the dynamic state on the page contents.( the contents changes according to the claim of) 

The Java Servlet is a technical foundation of JSP, and the large Web applies the development of the procedure to need the Java Servlet to match with with the JSP and then can complete, this name of Servlet comes from the Applet, the local translation method of now is a lot of, this book in order not to misconstruction, decide the direct adoption Servlet but don't do any translation, if reader would like to, can call it as" small service procedure". The Servlet is similar to traditional CGI, ISAPI, NSAPI etc. Web procedure development the function of the tool in fact, at use the Java Servlet hereafter, the customer need not use again the lowly method of CGI of efficiency, also need not use only the ability come to born page of Web of dynamic state in the method of API that a certain fixed Web server terrace circulate. Many servers of Web all support the Servlet, even not support the Servlet server of Web directly and can also pass the additional applied server and the mold pieces to support the Servlet. Receive benefit in the characteristic of the Java cross-platform, the Servlet is also a terrace irrelevant, actually, as long as match the norm of Java Servlet, the Servlet is complete to have nothing to do with terrace and is to have nothing to do with server of Web. 

Java服务器页面(JSP)是一种根据脚本褶距离技术的网络,类似于携带的Java在Netscape的公司服务器端的JavaScript(SSJS)的服务器脚本语言和的Active Server Pages(ASP )微软的。 JSP比较SSJS和ASP有更好的可扩展性,它并不比任何工厂或网站的某一个特定的服务器更加独特。尽管JSP规范是由太阳公司的拟定,任何工厂可以进行JSP自己的系统上。

在日晒后释放JSP(Java服务器页面)正式挂牌,在这种新的Web应用开发技术很快引起了人们的关注。 JSP提供的是建立了高动态Web应用程序的一个特殊的开发环境。根据太阳的说法,JSP能够适应包括Apache网络服务器,IIS4.0在市场上85%的服务器产品的内部。

本章将介绍JSP和数据库,以及JavaBean的相关内容的相关知识,是所有肯定其中粗糙介绍基本内容,说的也许是一个指南而已,如果读者需要更详细的信息,取悦征询书同源JSP。

1.1概括

该JSP(Java服务器页)与Sun Microsystems公司的发起,众多企业参与到构建起来的一种动态状态的Web页面技术标准的同时,在它有它的建设在动态状态的网页强,但不把特别的功能。 JSP和Microsoft的ASP技术非常相似。双方都提供了一定的程序代码混合并利用语言引擎解释HTML的代码执行程序代码的能力。下面我们简单的介绍吧矣。

JSP页面转换成Servlet。所以,从根本上讲,任何任务JSP页面可以执行也可以通过servlet的实现。然而,这种底层的等同性并不意味着servlet和JSP页面对于所有的情况都等同适用。问题不在于技术的力量,这是方便,工作效率和一种或另一种的可维护性。毕竟,任何你可以在Java编程语言中的特定的计算机平台上做的,你也可以做汇编语言编写。但它仍然很重要,你选择。

JSP提供了单独的servlet以下好处:

•它更容易编写和维护的HTML。您的静态代码是普通的HTML:没有额外的反斜杠,没有双引号,也没有暗含的Java语法。

•您可以使用标准的网站开发工具。即使HTML工具一无所知JSP可以使用,因为它们会忽略JSP标签。

•您可以将您的开发团队。 Java程序员可以对动态代码。在Web开发人员可以集中表现层。对于大型的项目,这种划分是非常重要的。根据您的团队的大小,及项目的复杂程度,可以对静态HTML和动态内容进行或强或弱的分离。

现在,这种讨论并不是说你应该停止使用servlets,只使用JSP来代替。绝不。几乎所有的项目将同时使用。对于项目中的一些要求,你会使用servlet。对于其他人,你将使用JSP。对于另外一些人,你会用MVC架构将它们合并。你要作业的合适的工具和servlet,本身并不能完成你的工具包。

Sun公司的JSP的技术,使得网页的页面开发人员可以使用HTML标记也许XML的设计与格式打开尾页。使用JSP标记的或许小脚本今后的生活变得页面内容的动态状态。(根据索赔内容的变化)

在Java Servlet是JSP的技术基础,以及大型Web应用到需要Java Servlet来匹配与JSP,然后才能完成这个过程的发展,Servlet的这个名字来自于小程序,当地的翻译方法现在是为了很多,这本书不是误会,决定直接采用Servlet的,但不做任何转换,如果读者愿意,可以称之为“小服务程序”。该Servlet是类似于传统的CGI,ISAPI,NSAPI等的Web程序开发实际上工具的功能,在使用以后了Java Servlet,客户不必再使用效率的CGI卑微的方法,也不必只用该能力的API,某一固定Web服务器平台循环的方法来动态的网络的诞生页面。网站所有的多台服务器支持Servlet,即便不直接支持Web的Servlet的服务器,也可以通过附加应用服务器和模件支持Servlet。

标签:Web,use,Java,--,HTML,JSP,毕业设计,Servlet
From: https://blog.51cto.com/u_16147814/6401038

相关文章

  • 3.5 Y84-64的流水线实现
    我们终于准备好要开始本章的主要任务——设计一个流水线化的Y86-64处理器。首先,对顺序的SEQ处理器做一点小的改动,将PC的计算挪到取指阶段。然后,在各个阶段之间加上流水线寄存器。到这个时候,我们的尝试还不能正确处理各种数据和控制相关。不过,做一些修改,就能实现我们的目标——一个......
  • CentOS 下 MySQL 服务搭建
    1.卸载旧MySQL查看rpm包rpm-qa|grepmysql如果存在,使用如下命令卸载rpm-e查找是否存在mysql相关目录find/-namemysql卸载系统自带mariadb[root@localhost~]#rpm-qa|grepmariadbmariadb-libs-5.5.68-1.el7.x86_64mariadb-libs-5.5.64-1.el7.x86_64[root@localh......
  • Set系列集合:HashSet集合去重复机制
          ......
  • 蛋糕网上销售系统|基于Springboot+Vue开发实现网上蛋糕系统
    作者主页:编程指南针作者简介:Java领域优质创作者、多年架构师设计经验、腾讯课堂常驻讲师主要内容:Java项目、毕业设计、简历模板、学习资料、面试题库、技术互助文末获取源码 项目编号:BS-SC-051前言:伴随着互联网的“低门槛”和人们金钱消费的数字化转变,网络购物奕然已经成为了时代......
  • 写了个命令行初始化VMWARE ESXI主机的脚本
    #addnictovswitchesxclinetworkvswitchstandarduplinkadd--vswitch-name=vSwitch0--uplink-name=vmnic1#addportgrouptovswitchesxclinetworkvswitchstandardportgroupadd-vvSwitch0-pVLAN-210esxclinetworkvswitchstandardportgroupset-v21......
  • AI视频分析技术赋能视频图像智能预警功能应用
    AI视频分析技术赋能视频图像智能预警功能应用一、方案背景当前,传统视频图像监控系统在实际场景应用中,普遍存在而视频图像智能分析则可以看作人的大脑,借助计算机强大的数据处理功能,对视频画面中的海量数据进行高速分析,过滤掉用户不关心的信息,使得视频摄像头可以变成全天候、自动化的......
  • GitLab 服务搭建
    1.GitLab概述GitLab是一个用于仓库管理系统的开源项目,使用Git作为代码管理工具,并在此基础上搭建起来的web服务。GitLab产品将分为三个发行版本CE(社区版):发行版将继续在全球范围内提供EE(企业版):发行版仅在中国境外出售JH(JiHu版):发行版仅在中国销售GitLab的架构图(来源官网:http......
  • .net core 及 pgsql 在 Docker 中部署运行
     .netcore及pgsql在Docker中部署运行当前运行linux系统为: CentOSStreamrelease8.netsdk7.0、pgsql12.0、nginx1.14.1、docker 24.0.1在安装前,建议更新系统中依赖包:sudoyumupdate本次所用到的工具主要有:1、docker:学习;2、postg......
  • 岩土工程中振弦类采集仪的完整解决方案案例
    岩土工程中振弦类采集仪的完整解决方案振弦传感器和振弦采集仪及在线监测系统形成一套完整链条的岩土工程监测案例一些岩土工程项目需要进行振动监测以确保安全和可靠性。振弦传感器和振弦采集仪是一种常用的监测设备,可以用于监测地基、桥梁和建筑物的振动特征。以下是一个振弦传......
  • 制品库 Jfrog Artifactory 搭建私服
    1.JfrogArtifactory概述JFrogArtifactory功能最强大的二进制制品仓库。在Google、Apple、思科、甲骨文、华为、腾讯等众多世界500强公司中都有大规模使用,在二进制软件制品管理领域处于绝对领先地位。与其他服务不同,JJFrogArtifactory在版本发行上分类较多且杂。https://www......