JSP技术发展史
从头认识js-js的发展历史
从头认识js-js的发展历史JavaScript简介JavaScript诞⽣于1995年,当时,它的主要⽬的是处理以前有服务端语⾔(如Perl)负责的⼀些输⼊验证操作。
JavaScript简史1995年2⽉当时就职于Netscape公司的布兰登.艾奇(Brendan Eich)发布的Netscape Navigator 2 开发⼀种名为LiveScript的脚本语⾔,然后热炒Java的顺风车。
临时把LiveScript改名为JavaScript。
1997年,以JavaScript1.1为蓝本的建议被提交给了欧洲计算机制造协商会。
TC39(39号技术委员会)由来⾃Netscape,Sun,微软,Borland及其他关注脚本语⾔发展的公司的程序员组成,他们经历数⽉的努⼒完成了ECMA—262定义⼀种名为ECMAScript(发⾳为“ek-ma-script”)的新脚本语⾔的标准。
第⼆年,ISO/IEC(Internationnal Organization for Standardization and International Electrotechnical Commission,国际标准化组织和国际电⼯委员会)也采⽤了ECMAScript作为标准(即ISO/IEC-16262)。
⾃此以后,浏览器开发商就开始致⼒于将ECMAScript作为各⾃JavaScript实现的基础,也在不同程度上取得了成功。
JavaScript实现通常我们把JavaScript和ECMAScript⽤来表达相同的含义,但是⼀个完整的JavaScript由以下三个不同的部分组成。
1.核⼼(ECMAScript)2.⽂档对象模型(DOM)3.浏览器对象模型(BOM)ECMAScript事实上由ECMA-262定义的ECMAScript与web浏览器没有依赖关系。
实际上,这门语⾔本⾝并不包含输⼊和输出定义。
只是定义了这门语⾔的基础,⽽在基础上可以构建更完善的脚本语⾔。
Web前端技术发展简史
Web前端技术发展简史1、静态页⾯阶段那是1990年的12⽉25⽇,恰是西⽅的圣诞节,Tim Berners-Lee在他的NeXT电脑上部署了第⼀套“主机-⽹站-浏览器”构成的Web系统,这标志BS架构的⽹站应⽤软件的开端,也是前端⼯程的开端。
1993年4⽉Mosaic浏览器作为第⼀款正式的浏览器发布。
1994年11⽉,⿍⿍⼤名的Navigator浏览器发布发布了,到年底W3C在Berners-Lee的主持下成⽴,标志着万维⽹进⼊了标准化发展的阶段。
这个阶段的⽹页还⾮常的原始,主要以HTML为主,是纯静态的只读⽹页。
2、Javascript诞⽣及第⼀次浏览器战争1995年,NetScape公司的⼯程师Brendan Eich设计了javascript脚本语⾔,并集成到了navigator2.0版本中。
随后微软也意识到了javascript 的潜⼒,并模仿开发VBScript和JScript应⽤到了IE中,这直接开启了NetScape和微软的浏览器竞争。
由于微软的IE集成在windows操作系统上的优势,NetScape的navigator很快在浏览器市场上落于下风。
于是他们把javascript提交到了ECMA,推动制订了ECMAScript标准,成功实现了javascript的标准国际化。
虽然第⼀次浏览器战争最后IE⼤胜Navigator,但是NetScape 的javascript主导了W3C的官⽅标准。
3、动态页⾯的发展Javascript的诞⽣之初,就给⽹页带来了⼀些跑马灯、浮动⼴告之类的特效和应⽤,让⽹页动了起来。
但是⽹页真正开始向动态交互发展的开端,却是PHP、JSP和ASP为代表的后端动态页⾯技术的出现。
这些服务器端的动态页⾯技术使得⽹页可以获取服务器的数据信息并保持更新,推动了Google为代表的搜索引擎和各种论坛的出现,万维⽹开始快速发展。
服务器端⽹页动态交互功能的不断丰富,伴随的是后端逻辑的复杂度快速上升,代码越来越复杂。
外文翻译---JSP的技术发展历史
THE TECHNIQUE DEVELOPMENT HISTORY OF JSPBy:Kathy Sierra and Bert BatesSource:Servlet&JSPThe 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 GENERALIZEThe 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 JSPThe 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. Because the Java Servlet is internal to provide the service by the line distance, need not start a progressto the each claimses, and make use of the multi-threading mechanism can at the same time for several claim service, therefore the efficiency of Java Servlet is very high.But the Java Servlet also is not to has no weakness, similar to traditional CGI, ISAPI, the NSAPI method, the Java Servlet is to make use of to output the HTML language sentence to carry out the dynamic state web page of, if develop the whole website with the Java Servlet, the integration process of the dynamic state part and the static state page is an evil-foreboding dream simply. For solving this kind of weakness of the Java Servlet, the SUN released the JSP.A number of years ago, Marty was invited to attend a small 20-person industry roundtable discussion on software technology. Sitting in the seat next to Marty was James Gosling, inventor of the Java programming language. Sitting several seats away was a high-level manager from a very large software company in Redmond, Washington. During the discussion, the moderator brought up the subject of Jini, which at that time was a new Java technology. The moderator asked the manager what he thought of it, and the manager responded that it was too early to tell, but that it seemed to be an excellent idea. He went on to say that they would keep an eye on it, and if it seemed to be catching on, they would follow his company's usual "embrace and extend" strategy. At this point, Gosling lightheartedly interjected "You mean disgrace and distend."Now, the grievance that Gosling was airing was that he felt that this company would take technology from other companies and suborn it for their own purposes. But guess what? The shoe is on the other foot here. The Java community did not invent the idea of designing pages as a mixture of static HTML and dynamic code marked with special tags. For example, Cold Fusion did it years earlier. Even ASP (a product from the very software company of the aforementioned manager) popularized this approach before JSP came along and decided to jump on the bandwagon. In fact, JSP not only adopted the general idea, it even used many of the same special tags as ASP did.The JSP is an establishment at the model of Java servlets on of the expression layer technique, it makes the plait write the HTML to become more simple.Be like the SSJS, it also allows you carry the static state HTML contents and servers the script mix to put together the born dynamic state exportation. JSP the script language that the Java is the tacit approval, however, be like the ASP and can use other languages( such as JavaScript and VBScript), the norm of JSP also allows to use other languages.1.3JSP CHARACTERISTICSIs a service according to the script language in some one language of the statures system this kind of discuss, the JSP should be see make is a kind of script language.However, be a kind of script language, the JSP seemed to be too strong again, almost can use all Javas in the JSP.Be a kind of according to text originally of, take manifestation as the central development technique, the JSP provided all advantages of the Java Servlet, and, when combine with a JavaBeans together, providing a kind of make contents and manifestation that simple way that logic separate. Separate the contents and advantage of logical manifestations is, the personnel who renews the page external appearance need not know the code of Java, and renew the JavaBeans personnel also need not be design the web page of expert in hand, can use to take the page of JavaBeans JSP to define the template of Web, to build up a from have the alike external appearance of the website that page constitute. JavaBeans completes the data to provide, having no code of Java in the template thus, this means that these templates can be written the personnel by a HTML plait to support. Certainly, can also make use of the Java Servlet to control the logic of the website, adjust through the Java Servlet to use the way of the document of JSP to separate website of logic and contents.Generally speaking, in actual engine of JSP, the page of JSP is the edit and translate type while carry out, not explain the type of. Explain the dynamic state web page development tool of the type, such as ASP, PHP3 etc., because speed etc. reason, have already can't satisfy current the large electronic commerce needs appliedly, traditional development techniques are all at to edit and translate the executive way change, such as the ASP → ASP+;PHP3 → PHP4.In the JSP norm book, did not request the procedure in the JSP code part( be called the Scriptlet) and must write with the Java definitely. Actually, have some engines of JSP are adoptive other script languages such as the EMAC- Script, etc., but actually this a few script languages also are to set up on the Java, edit and translate for the Servlet to carry out of. Write according to the norm of JSP, have no Scriptlet of relation with Java also is can of, however, mainly lie in the ability and JavaBeans, the Enterprise JavaBeanses because of the JSP strong function to work together, so even is the Scriptlet part not to use the Java, edit and translate of performance code also should is related with Java.1.4JSP MECHANISMTo comprehend the JSP how unite the technical advantage that above various speak of, come to carry out various result easily, the customer must understand the differentiation of" the module develops for the web page of the center" and" the page develops for the web page of the center" first.The SSJS and ASP are all in several year ago to release, the network of that time is still very young, no one knows to still have in addition to making all business, datas and theexpression logic enter the original web page entirely heap what better solve the method. This kind of model that take page as the center studies and gets the very fast development easily. However, along with change of time, the people know that this kind of method is unwell in set up large, the Web that can upgrade applies the procedure. The expression logic write in the script environment was lock in the page, only passing to shear to slice and glue to stick then can drive heavy use. Express the logic to usually mix together with business and the data logics, when this makes be the procedure member to try to change an external appearance that applies the procedure but do not want to break with its llied business logic, apply the procedure of maintenance be like to walk the similar difficulty on the eggshell. In fact in the business enterprise, heavy use the application of the module already through very mature, no one would like to rewrite those logics for their applied procedure.HTML and sketch the designer handed over to the implement work of their design the Web plait the one who write, make they have to double work- Usually is the handicraft plait to write, because have no fit tool and can carry the script and the HTML contents knot to the server to put together. Chien but speech, apply the complexity of the procedure along with the Web to promote continuously, the development method that take page as the center limits sex to become to get up obviously.At the same time, the people always at look for the better method of build up the Web application procedure, the module spreads in customer's machine/ server the realm. JavaBeans and ActiveX were published the company to expand to apply the procedure developer for Java and Windows to use to come to develop the complicated procedure quickly by" the fast application procedure development"( RAD) tool. These techniques make the expert in the some realm be able to write the module for the perpendicular application plait in the skill area, but the developer can go fetch the usage directly but need not control the expertise of this realm.Be a kind of take module as the central development terrace, the JSP appeared. It with the JavaBeans and Enterprise JavaBeans( EJB) module includes the model of the business and the data logic for foundation, provide a great deal of label and a script terraces to use to come to show in the HTML page from the contents of JavaBeans creation or send a present in return. Because of the property that regards the module as the center of the JSP, it can drive Java and not the developer of Java uses equally. Not the developer of Java can pass the JSP label( Tags) to use the JavaBeans that the deluxe developer of Java establish. The developer of Java not only can establish and use the JavaBeans, but also can use the language of Java to come to control more accurately in the JSP page according to the expression logic of the first floor JavaBeans.See now how JSP is handle claim of HTTP. In basic claim model, a claim directly was send to JSP page in. The code of JSP controls to carry on hour of the logic processing and module of JavaBeanses' hand over with each other, and the manifestation result in dynamic state bornly, mixing with the HTML page of the static state HTML code. The Beans can be JavaBeans or module of EJBs. Moreover, the more complicated claim model can see make from is request other JSP pages of the page call sign or Java Servlets.The engine of JSP wants to chase the code of Java that the label of JSP, code of Java in the JSP page even all converts into the big piece together with the static state HTML contents actually. These codes piece was organized the Java Servlet that customer can not see to go to by the engine of JSP, then the Servlet edits and translate them automatically byte code of Java.Thus, the visitant that is the website requests a JSP page, under the condition of it is not knowing, an already born, the Servlet actual full general that prepared to edit and translate completes all works, very concealment but again and efficiently. The Servlet is to edit and translate of, so the code of JSP in the web page does not need when the every time requests that page is explain. The engine of JSP need to be edit and translate after Servlet the code end is modify only once, then this Servlet that editted and translate can be carry out. The in view of the fact JSP engine auto is born to edit and translate the Servlet also, need not procedure member begins to edit and translate the code, so the JSP can bring vivid sex that function and fast developments need that you are efficiently.Compared with the traditional CGI, the JSP has the equal advantage. First, on the speed, the traditional procedure of CGI needs to use the standard importation of the system to output the equipments to carry out the dynamic state web page born, but the JSP is direct is mutually the connection with server. And say for the CGI, each interview needs to add to add a progress to handle, the progress build up and destroy by burning constantly and will be a not small burden for calculator of be the server of Web. The next in order, the JSP is specialized to develop but design for the Web of, its purpose is for building up according to the Web applied procedure, included the norm and the tool of a the whole set. Use the technique of JSP can combine a lot of JSP pages to become a Web application procedure very expediently.JSP的技术发展历史作者:Kathy Sierra and Bert Bates来源:Servlet&JSPJava Server Pages(JSP)是一种基于web的脚本编程技术,类似于网景公司的服务器端Java脚本语言——server-side JavaScript(SSJS)和微软的Active Server Pages(ASP)。
web前端发展史
web前端发展史Web前端发展史随着互联网的迅速发展,Web前端技术也在不断演进和壮大。
本文将带领读者回顾Web前端的发展历程,从最早的静态网页到如今的响应式设计,以及未来的发展趋势。
1. 静态网页时代Web前端的起源可以追溯到20世纪90年代中期,当时的网页主要是静态的HTML页面,内容简单、布局固定。
用户通过浏览器访问网页,服务器将静态页面传输给用户端进行展示。
这个阶段的前端技术主要是HTML和CSS,用于定义网页的结构和样式。
2. 动态网页时代随着互联网的普及,用户对于网页的需求也越来越高。
为了实现更丰富的交互和动态效果,前端技术开始向更高级的方向发展。
JavaScript的出现成为了Web前端的重要里程碑,它赋予了网页更多的交互能力。
通过JavaScript,可以实现表单验证、动态加载内容、响应用户操作等功能。
3. Web标准化随着Web前端的不断发展,各种浏览器的兼容性问题逐渐凸显。
为了解决这个问题,W3C(World Wide Web Consortium)组织推出了一系列的Web标准,如HTML5和CSS3。
这些标准的出现,使得前端开发人员能够更方便地编写代码,同时也提升了用户体验。
4. 响应式设计随着移动设备的普及,用户开始使用各种不同尺寸的屏幕访问网页。
为了适应不同设备的需求,响应式设计应运而生。
响应式设计能够根据设备的屏幕尺寸和分辨率自动调整网页的布局和样式,使得用户无论在哪个设备上访问网页都能够获得良好的体验。
5. 前端框架的兴起为了提高开发效率和代码质量,前端框架开始出现。
框架的出现使得开发人员能够更好地组织和管理代码,提供了丰富的组件和工具。
常见的前端框架有React、Angular和Vue.js等,它们在Web前端开发中得到了广泛的应用。
6. 移动端应用开发随着移动互联网的快速发展,移动端应用开发成为了Web前端的一个重要方向。
通过HTML5和相关技术,前端开发人员可以开发跨平台的移动应用,使得应用能够在各种移动设备上运行。
读javascript的发展史读后总结
读javascript的发展史读后总结读javascript的发展史读后总结JavaScript 是Netscape公司与Sun公司合作开发的。
在JavaScript 1.0发布时,Netscape Navigator主宰着浏览器市场。
微软在推出IE3的时候发布了自己的VBScript语言,同时以JScript为名发布了JavaScript 的一个版本,很快赶上了Netscape 的步伐。
面对微软公司的竞争,Netscape 和Sun公司联合ECMA(欧洲计算机制造商协会)对JavaScript 语言进行了标准化,于是出现了ECMAScript语言,这是同一种语言的另一种名字。
DOM是一套对文档的内容进行抽象和概念化的方法。
Netscape Navigator 4发布于1997年6月,IE4发布于同年10月。
这两种浏览器都对它们的早期版本进行了许多改进,大幅扩展了DOM,使能够通过JavaScript 完成的功能大大增加。
而网页设计人员也开始接触到一个新名词:DHTML(动态HTML)。
DHTML并不是一项新技术,而是描述HTML, CSS和JavaScript 技术组合的术语。
不幸的是,NN 4和IE 4浏览器使用的是两种不兼容的'DOM。
这导致了一种可笑的局面:程序员在编写DOM脚本代码时必须知道它们将运行在哪种浏览器环境里,所以在实际工作中,许多脚本不得不编写两次,一次为Netscape Navigator,另一次为IE。
同时,程序员还必须编写一些代码去探查在客户端运行的浏览器到底是哪一种。
DHTML打开了一个充满机会的新世界,但想要进入其中的人们却发现这是个充满苦难的世界。
因此,没多久,这种技术的评价就变成了“宣传噱头”和“难以实现”。
就在浏览器制造商以DOM为武器展开营销大战的同时,W3C结合大家的优点推出了一个标准化的DOM。
令人欣慰的是,Netscape、微软和其他一些浏览器制造商们还能抛开彼此的敌意而与W3C携手制定新的标准,并于1998年10月完成了“第1级DOM”(DOM Level 1)。
JavaWeb的发展历程
JavaWeb的发展历程了解java web的发展历史和相关技术的演进历程,⾮常有助于加深对java web技术的理解和认识。
阅读⽬录1、Servlet的出现2、Jsp的出现3、倡导了MVC思想的Servlet版本1.2出现——JSP+Servlet+JavaBean4、框架阶段4.1、Struts的出现4.2、Spring的出现4.3、SpringMVC的出现⼀、Servlet的出现上世纪90年代,随着Internet和浏览器的飞速发展,基于浏览器的B/S模式随之⽕爆发展起来。
最初,⽤户使⽤浏览器向WEB服务器发送的请求都是请求静态的资源,⽐如html、css等。
但是可以想象:根据⽤户请求的不同动态的处理并返回资源是理所当然必须的要求。
java 为了应对上述需求,就必然推出⼀种技术来⽀持动态需求,因此servlet技术诞⽣使⽤Servlet技术,页⾯中的所有信息需要通过输出语句来⽣成。
下⾯的代码(部分代码)⽣成的页⾯的内容就是“HelloWorld!”。
public void doGet(HttpServletRequest request,HttpServletResponse)throws IOException,ServletException{response.setContentType("text/html;charset=gb2312");PrintWriter out = response.getWriter();out.println("<html>");out.println("<head><title>Hello World!</title></head>");out.println("<body>");out.println("<p>Hello World!</p>");out.println("</body></html>");}⼆、JSP的出现servlet诞⽣后,sun公司很快发现servlet编程很繁琐,1)servlet代码有⼤量冗余代码,out输出就得写上百遍;2)开发servlet必须精通⽹页前端和美⼯,你得⾮常不直观的在Servlet中写前端代码,这使得实现各种页⾯效果和风格⾮常困难。
JavaScript简介和发展史,JavaScript组成和开发工具-乐字节
JavaScript简介和发展史,JavaScript组成和开发⼯具-乐字节⼀、JavaScript简介JavaScript 是⼀种具有⾯向对象能⼒的、解释型的程序设计语⾔。
更具体⼀点,它是基于对象和事件驱动并具有相对安全性的客户端脚本语⾔。
它的主要⽬的是,验证发往服务器端的数据、增加 Web 互动、加强⽤户体验度等。
1. JavaScript 发展史⼤概在 1992 年,⼀家称作 Nombas 的公司开始开发⼀种叫做 C– –(C-minus-minus,简称Cmm)的嵌⼊式脚本语⾔。
保持与 C(和 C++)的相似性,以便开发⼈员能很快学会。
Nombas最终把 Cmm 的名字改成了 ScriptEase,⽽这种嵌⼊式脚本的理念也成为因特⽹的⼀块重要的基⽯。
1995 年,Netscape(⽹景)公司的布兰登与 Sun 公司联⼿开发⼀个称为 LiveScript 的脚本语⾔。
为了营销便利,之后更名为 JavaScript(⽬的是在 Java 这课⼤树下好乘凉)。
当时微软决定进军浏览器,发布了 ie 3.0 并搭载了⼀个 javascript 的克隆版,叫做 jscript。
在微软进⼊后,有 3 种不同的 javascript 版本同时存在: javascript 、 jscript 以及 scriptease。
三个版本恰恰突出了⼀个问题就是,没有⼀个统⼀的语法标准,所以,1997 年来⾃ netscape、 sun、微软、borland 和其他⼀些对脚本编程感关趣的公司的程序员组成的 tc39 锤炼出了 ECMA-262,该标准定义了叫做 ECMAscript 的全新脚本语⾔。
从此,Web 浏览器就开始努⼒(虽然有着不同程度的成功和失败)将 ECMAScript 作为 JavaScript 实现的基础。
ECMAScript 是⼀个重要的标准,但它并不是JavaScript 唯⼀的部分,当然,也不是唯⼀被标准化的部分。
JavaScript历史及发展
JavaScript历史及发展JavaScript开端由Netscape的Brendan Eich规划。
JavaScript是甲骨文公司的注册商标。
Ecma世界以JavaScript为根底拟定了ECMAScript规范。
JavaScript 也能够用于别的场合,如服务器端编程。
完好的JavaScript完成包含三个有些:ECMAScript,文档目标模型,浏览器目标模型。
[7]Netscape在开端将其脚本语言命名为LiveScript,后来Netscape在与Sun合作以后将其改名为JavaScript。
JavaScript开端受Java启示而开端规划的,意图之一即是“看上去像Java”,因而语法上有类似之处,一些称号和命名规范也借自Java。
但JavaScript的首要规划准则源自Self和Scheme。
JavaScript与Java称号上的近似,是其时Netscape为了推行思考与Sun微体系达成协议的成果。
为了获得技术优势,微软推出了JScript来迎战JavaScript的脚本语言。
为了互用性,Ecma世界(前身为欧洲计算机制造商协会)创建了ECMA-262规范(ECMAScript)。
两者都归于ECMAScript的完成。
虽然JavaScript作为给非程序人员的脚本语言,而非作为给程序人员的脚本语言来推行和宣扬,可是JavaScript 具有非常丰富的特性。
[8]开展前期,JavaScript的规范并未断定,同期有Netscape的JavaScript,微软的JScript和CEnvi的ScriptEase 三足鼎立。
1997年,在ECMA(欧洲计算机制造商协会)的协调下,由Netscape、Sun、微软、Borland构成的工作组断定统一规范:ECMA-262,遥阳网站建设使用JavaScript开发网站前端。
yyhkcn_web_sxt。
javascript的发展史
javascript的发展史JavaScript作为一门编程语言,自1995年诞生以来发展迅速,成为Web前端开发中不可或缺的一部分。
本文将围绕JavaScript的发展史进行阐述。
第一步,1995年10月,JavaScript诞生。
它是由网景(Netscape)公司的Brendan Eich开发的。
作为一门动态的、解释性的脚本语言,JavaScript具有动态效果、交互性和灵活性,被广泛应用于Web前端开发中。
第二步,1997年,ECMA(欧洲计算机制造商协会)将JavaScript标准化,并制定了ECMA-262规范,也就是JavaScript语言的第一个版本。
随着ECMA对JavaScript的大规模标准化,JavaScript开始迅速发展,扩展它的功能、完善它的语法和规范。
第三步,2001年,ECMAScript 3成为JavaScript的新标准,加入了严格模式、正则表达式等新特性,使得JavaScript的使用范围进一步扩大。
第四步,2005年,AJAX(Asynchronous JavaScript and XML)技术开始流行,该技术利用JavaScript的异步请求能力实现网页间的无刷新交互,从而极大提高了用户体验。
第五步,2006年,Douglas Crockford发布了JSON(JavaScript Object Notation)格式,JSON是一种轻量级的数据交换格式,易于阅读和编写,成为现代Web应用程序的标准数据格式。
第六步,2009年,ECMAScript 5规范发布,加入了诸多新特性,如严格模式、getter和setter、数组方法map和reduce等,大幅提高了JavaScript的开发效率和程序健壮性。
第七步,2015年,ECMAScript 6正式发布,带来了类、模块化、箭头函数、Promise等全新特性,使得JavaScript更加现代化和易于使用。
javascript的发展史
javascript的发展史JavaScript,又称JS,是一种高级编程语言。
它最初由Netscape 公司的Brendan Eich开发,用于在Web浏览器中增加交互式的功能。
随着Web应用程序的发展和普及,JavaScript的重要性和影响力越来越大。
下面是JavaScript的发展史:1995年,Netscape公司发布了JavaScript 1.0,它是一种用于Web浏览器的脚本语言,用于在网页中加入动态效果和交互式功能。
这个版本的JavaScript提供了基本的语法和数据类型,但还没有出现面向对象编程(OOP)。
1996年,Microsoft公司发布了Internet Explorer 3.0,它支持了自己的脚本语言——JScript,并且与JavaScript兼容。
这一年,JavaScript 1.1发布,添加了一些新功能,如正则表达式、try-catch 语句等。
1997年,JavaScript 1.2发布,支持了一些新的特性,如文本处理、表单验证、动态样式等。
这一年,ECMAScript规范正式发布,它是一种标准化的脚本语言,JavaScript遵循了ECMAScript规范。
1998年,JavaScript 1.3发布,支持了一些新的特性,如正则表达式的改进、错误处理的改进等。
这一年,Mozilla项目启动,致力于开发一个开源的Web浏览器,后来成为Firefox。
1999年,JavaScript 1.4发布,支持了一些新的特性,如动态生成HTML、XMLHttpRequest等。
这一年,AJAX(Asynchronous JavaScript and XML)出现,它是一种使用JavaScript、HTML、CSS、XML等技术进行Web开发的方法,可以实现异步加载数据,提高用户体验。
2000年,JavaScript 1.5发布,支持了一些新的特性,如Array 方法的改进、函数绑定、闭包等。
前端发展历程
前端发展历程前端发展的历程可以追溯到20世纪90年代末,当时互联网的兴起使得网页设计与开发成为一个需求日益增长的领域。
那个时候,网页的设计主要依赖于HTML(超文本标记语言)和CSS(层叠样式表),并且静态网页是主流。
HTML负责描述文档结构,而CSS则负责描述文档的外观和样式。
到了21世纪初,随着互联网的进一步普及,网站的复杂性和互动性逐渐增加,前端开发开始需要更多的功能和交互效果。
因此,JavaScript成为被广泛采用的前端编程语言之一。
JavaScript使得开发者能够在网页上实现更多的交互和动态效果,从而提升用户体验。
随着移动设备的普及,响应式网页设计也逐渐成为前端开发的重要趋势。
响应式设计能够让网页适应不同的设备大小和屏幕分辨率,提供更好的用户体验。
为了实现响应式网页设计,CSS框架(如Bootstrap)开始兴起,使得开发者能够更快速地构建适应性强的网页。
近年来,前端开发领域进一步发展,出现了更多的框架和技术。
例如,Vue.js、React和Angular等前端框架为开发者提供了更高效和可维护的方式来构建复杂的应用程序。
此外,前端工程化和构建工具(如Webpack和Gulp)的广泛应用使得前端开发变得更加自动化和高效。
随着人工智能和大数据的快速发展,前端开发领域也开始涉及到人工智能相关的技术和数据可视化。
一些新兴的技术,如机器学习和数据可视化库(如D3.js和Chart.js),使得前端开发者能够更好地呈现和处理数据,从而提供更多的洞察和交互。
总而言之,前端开发在过去几十年中经历了巨大的发展。
从静态网页到动态和响应式的网页,再到复杂应用程序的开发,前端开发一直在不断演进。
随着技术的不断进步和需求的不断变化,前端开发将继续发展,以满足不断变化的用户需求。
前端的发展历程
前端的发展历程前端开发是指网站的前台部分,包括网页的布局、样式和交互。
随着互联网的发展,前端开发经历了多个阶段的发展,从最早的简单静态页面到如今的富交互式应用,下面将为大家介绍前端开发的发展历程。
早期阶段(1990s-2000s):在互联网刚刚兴起的时期,网页主要是由HTML(超文本标记语言)编写的静态页面。
开发人员通过手动写代码来创建页面布局和内容,整个过程非常繁琐。
在这个时期出现了一些简单的网页编辑器和布局工具,如Dreamweaver和FrontPage,使得网页开发变得更加简单。
Web 2.0时代(2000s-2010s):随着互联网的不断发展,Web 2.0时代的到来,网页开始注重用户交互和动态内容。
JavaScript的出现使得网页的交互性大大提高,可以通过在浏览器中运行脚本来改变页面的显示和行为。
同时,CSS(层叠样式表)的引入使得网页的样式更加灵活多样,可以通过选择器来选择需要改变样式的元素。
这些技术的应用使得网页开发更加高效和灵活。
移动优先时代(2010s-今):随着智能手机的普及,移动设备的用户规模不断扩大,移动优先的网页开发模式逐渐兴起。
响应式设计成为一种常用的设计方式,即同一份代码可以适配不同的设备屏幕大小和分辨率。
此外,移动端的操作方式也带来了新的挑战,如触摸屏和手势操作。
开发人员需要适应不同设备的特点来进行开发,提高用户体验。
框架与工具的出现:为了提高开发效率和代码的可重用性,前端开发领域出现了一些流行的框架和工具,如jQuery、AngularJS、React等。
这些框架可以简化开发过程,提供丰富的功能和组件,帮助开发人员快速构建复杂的应用。
同时,前端自动化工具的兴起也大大提高了开发效率,如Grunt、Gulp 和Webpack等,可以自动化处理重复的任务,如编译、压缩和打包等。
前端技术的发展不断推动着互联网应用的创新和改进。
随着新的技术的出现和发展,前端开发的未来也将变得更加精彩。
jsp工作原理
jsp工作原理JSP(Java Server Pages)是一种动态网页开发技术,它是由Sun Microsystems公司倡导、许多公司参与一起建立的一种使软件开发者可以响应客户端请求,而动态生成HTML、XML或其他格式文档的技术标准。
JSP技术是在传统的CGI (Common Gateway Interface)技术上发展起来的一种新技术。
它将Java语言和HTML标记语言融为一体,使网页设计师和Java程序员可以更方便地设计动态网页。
JSP页面的本质是一个Servlet,它是作为一个独立的模块来运行的,但是它的执行过程与Servlet有所不同。
当JSP页面第一次被访问时,JSP引擎将对其进行翻译,并将其翻译成Servlet代码,然后由服务器将其编译成字节码,最后由类加载器将其加载到内存中执行。
在JSP页面被访问时,服务器会判断JSP页面是否已经被翻译,如果没有,则先进行翻译,然后执行。
如果已经被翻译,则直接执行。
JSP的工作原理可以简单概括为,首先,客户端发送HTTP请求至服务器;其次,服务器接收到请求后,JSP引擎将JSP页面翻译成Servlet,并进行编译;然后,服务器将编译后的Servlet加载到内存中执行,并生成动态页面;最后,服务器将动态页面作为HTTP响应返回给客户端。
在JSP页面中,可以嵌入Java代码片段,这些代码片段会被JSP引擎提取出来,然后插入到Servlet的服务方法中。
这样,JSP页面就可以与JavaBean、数据库等进行交互,生成动态内容。
同时,JSP页面中还可以使用JSP标签库,这些标签库可以简化页面的开发,提高开发效率。
JSP页面的工作原理可以帮助我们更好地理解JSP技术的应用和优势。
通过JSP,我们可以实现动态网页的开发,将Java代码和HTML页面有机地结合在一起,从而实现更加灵活、高效的网页开发。
同时,JSP也为开发者提供了丰富的标签库和JavaBean支持,使得开发工作更加便捷。
web 前端开发历史
Web前端开发的历史可以追溯到1990年,当时互联网刚刚兴起,网页设计还处于非常初级的阶段。
最初的网页设计主要是通过HTML(超文本标记语言)来实现的,HTML是一种用于创建网页的标准标记语言,它可以用来描述网页的结构和内容。
在2000年左右,随着网络技术的发展和普及,网页设计开始逐渐复杂化。
为了实现更丰富的视觉效果和交互功能,JavaScript和CSS(层叠样式表)等技术开始被广泛应用。
JavaScript是一种脚本语言,它可以在浏览器中执行,用于实现网页的动态效果和交互功能;CSS则是一种样式表语言,它可以用来控制网页的布局和样式。
进入21世纪,随着互联网的快速发展,网页设计的需求也在不断增长。
为了提高开发效率和代码质量,各种前端框架和工具开始出现。
例如,jQuery是一种流行的JavaScript库,它简化了JavaScript的使用,提高了开发效率;Bootstrap是一种响应式前端框架,它提供了一套预定义的CSS和JavaScript组件,可以帮助开发者快速构建响应式的网页。
近年来,随着移动设备的普及,响应式设计和移动优先的设计原则也越来越受到重视。
此外,随着WebAssembly等新技术的出现,前端开发也在不断地发展和变化。
总的来说,Web前端开发的历史是一个不断发展和创新的过程。
从最初的HTML和CSS,到现在的各种前端框架和工具,前端开发者一直在努力提高网页的性能和用户体验,以满足用户日益增长的需求。
未来,随着技术的不断进步,我们可以期待Web前端开发将会有更多的创新和突破。
JSP的技术发展历史 外文文献和翻译资料 中英文对照
外文资料原文THE TECHNIQUE DEVELOPMENT HISTORY OF JSPThe 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.1.1 GENER ALIZEThe 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.1.2 JSP CHARACTERISTICSIs a service according to the script language in some one language of the statures system this kind of discuss, the JSP should be see make is a kind of script language. However, be a kind of script language, the JSP seemed to be too strong again, almost can use all Javas in the JSP.Be a kind of according to text originally of, take manifestation as the central development technique, the JSP provided all advantages of the Java Servlet, and, when combine with a JavaBeans together, providing a kind of make contents and manifestation that simple way that logic separate. Separate the contents and advantage of logical manifestations is, the personnel who renews the page external appearance need not know the code of Java, and renew the JavaBeans personnel also need not be design the web page of expert in hand, can use to take the page of JavaBeans JSP to define the template of Web, to build up a from have the alike external appearance of the website that page constitute. JavaBeans completes the data to provide, having no code of Java in the template thus, this means that these templates can be written the personnel by a HTML plait to support. Certainly, can also make use of the Java Servlet to control the logic of the website, adjust through the Java Servlet to use the way of the document of JSP to separate website of logic and contents.Generally speaking, in actual engine of JSP, the page of JSP is the edit andtranslate type while carry out, not explain the type of. Explain the dynamic state web page development tool of the type, such as ASP, PHP3 etc., because speed etc. reason, have already can't satisfy current the large electronic commerce needs appliedly, traditional development techniques are all at to edit and translate the executive way change, such as the ASP → ASP+;PHP3 → PHP4.In the JSP norm book, did not request the procedure in the JSP code part( be called the Scriptlet) and must write with the Java definitely. Actually, have some engines of JSP are adoptive other script languages such as the EMAC- Script, etc., but actually this a few script languages also are to set up on the Java, edit and translate for the Servlet to carry out of. Write according to the norm of JSP, have no Scriptlet of relation with Java also is can of, however, mainly lie in the ability and JavaBeans, the Enterprise JavaBeanses because of the JSP strong function to work together, so even is the Scriptlet part not to use the Java, edit and translate of performance code also should is related with Java.1.3 JSP MECHANISMTo comprehend the JSP how unite the technical advantage that above various speak of, come to carry out various result easily, the customer must understand the differentiation of" the module develops for the web page of the center" and" the page develops for the web page of the center" first.The SSJS and ASP are all in several year ago to release, the network of that time is still very young, no one knows to still have in addition to making all business, datas and the expression logic enter the original web page entirely heap what better solve the method. This kind of model that take page as the center studies and gets the very fast development easily. However, along with change of time, the people know that this kind of method is unwell in set up large, the Web that can upgrade applies the procedure. The expression logic write in the script environment was lock in the page, only passing to shear to slice and glue to stick then can drive heavy use. Express the logic to usually mix together with business and the data logics, when this makes bethe procedure member to try to change an external appearance that applies the procedure but do not want to break with its llied business logic, apply the procedure of maintenance be like to walk the similar difficulty on the eggshell. In fact in the business enterprise, heavy use the application of the module already through very mature, no one would like to rewrite those logics for their applied procedure.HTML and sketch the designer handed over to the implement work of their design the Web plait the one who write, make they have to double work- Usually is the handicraft plait to write, because have no fit tool and can carry the script and the HTML contents knot to the server to put together. Chien but speech, apply the complexity of the procedure along with the Web to promote continuously, the development method that take page as the center limits sex to become to get up obviously.At the same time, the people always look for the better method of build up the Web application procedure, the module spreads in customer's machine/ server the realm. JavaBeans and ActiveX were published the company to expand to apply the procedure developer for Java and Windows to use to come to develop the complicated procedure quickly by" the fast application procedure development"( RAD) tool. These techniques make the expert in the some realm be able to write the module for the perpendicular application plait in the skill area, but the developer can go fetch the usage directly but need not control the expertise of this realm.Be a kind of take module as the central development terrace, the JSP appeared. It with the JavaBeans and Enterprise JavaBeans( EJB) module includes the model of the business and the data logic for foundation, provide a great deal of label and a script terraces to use to come to show in the HTML page from the contents of JavaBeans creation or send a present in return. Because of the property that regards the module as the center of the JSP, it can drive Java and not the developer of Java uses equally. Not the developer of Java can pass the JSP label( Tags) to use the JavaBeans that the deluxe developer of Java establish. The developer of Java not only can establish and use the JavaBeans, but also can use the language of Java to come to control more accurately in the JSP page according to the expression logic of the first floorJavaBeans.See now how JSP is handle claim of HTTP. In basic claim model, a claim directly was send to JSP page in. The code of JSP controls to carry on hour of the logic processing and module of JavaBeanses' hand over with each other, and the manifestation result in dynamic state bornly, mixing with the HTML page of the static state HTML code. The Beans can be JavaBeans or module of EJBs. Moreover, the more complicated claim model can see make from is request other JSP pages of the page call sign or Java Servlets.The engine of JSP wants to chase the code of Java that the label of JSP, code of Java in the JSP page even all converts into the big piece together with the static state HTML contents actually. These codes piece was organized the Java Servlet that customer can not see to go to by the engine of JSP, then the Servlet edits and translate them automatically byte code of Java.Thus, the visitant that is the website requests a JSP page, under the condition of it is not knowing, an already born, the Servlet actual full general that prepared to edit and translate completes all works, very concealment but again and efficiently. The Servlet is to edit and translate of, so the code of JSP in the web page does not need when the every time requests that page is explain. The engine of JSP need to be edit and translate after Servlet the code end is modify only once, then this Servlet that editted and translate can be carry out. The in view of the fact JSP engine auto is born to edit and translate the Servlet also, need not procedure member begins to edit and translate the code, so the JSP can bring vivid sex that function and fast developments need that you are efficiently.Compared with the traditional CGI, the JSP has the equal advantage. First, on the speed, the traditional procedure of CGI needs to use the standard importation of the system to output the equipments to carry out the dynamic state web page born, but the JSP is direct is mutually the connection with server. And say for the CGI, each interview needs to add to add a progress to handle, the progress build up and destroy by burning constantly and will be a not small burden for calculator of be the server of Web. The next in order, the JSP is specialized to develop but design for the Web of, its purpose is for building up according to the Web applied procedure, included the normand the tool of a the whole set. Use the technique of JSP can combine a lot of JSP pages to become a Web application procedure very expediently.外文资料译文JSP的技术发展历史Java Server Pages(JSP)是一种基于web的脚本编程技术,类似于网景公司的服务器端Java脚本语言——server-side JavaScript(SSJS)和微软的Active Server Pages(ASP)。
javascript的发展史
javascript的发展史JavaScript是一种高级的、解释型的编程语言,最初由网景公司的Brendan Eich在10天内被创建出来。
它最初被称为Mocha,后来被改名为LiveScript,最终被命名为JavaScript。
JavaScript 1.0于1995年12月发布,最初用于在网页上添加一些简单的交互效果。
它很快被接受,并开始在网页开发中广泛使用。
JavaScript 1.1于1996年发布,并在1997年被标准化为ECMAScript 1.0。
这是JavaScript的第一个标准版本,ECMAScript 成为JavaScript的官方名称。
随着JavaScript的普及,开发人员开始就语言的不足之处提出了一些批评。
这导致了一些改进,包括ECMAScript 2.0、ECMAScript 3.0、ECMAScript 4.0等等。
ECMAScript 3.0成为JavaScript的主流版本,它在2000年发布,并一直延续至今。
在2005年,Ajax技术的出现让JavaScript重新焕发生机。
Ajax 允许网页通过JavaScript异步加载数据,而不需要整个页面重新加载。
这使得网页更加动态和交互性,也使得JavaScript在网页开发中得到了更广泛的应用。
随着互联网的发展和技术的不断进步,JavaScript也在不断发展。
ECMAScript 6.0(也称为ECMAScript 2015)在2015年发布,它引入了许多新的特性和语法,包括箭头函数、类、模板字符串等等。
此后,每年都会发布新的ECMAScript版本,以不断完善和改进JavaScript的功能。
JavaScript的发展历程充满了变革和进步。
它已经成为网页开发的重要组成部分,并且在不断地扩展应用领域和技术范围。
前端开发发展史
前端开发发展史一、静态网页时代1990年代,互联网刚刚兴起,静态网页是当时的主流。
这些网页主要由HTML(超文本标记语言)构建,内容简单,页面布局较为单一。
开发者主要使用基本的HTML标签进行页面设计,如标题、段落、链接等。
但是,这种静态网页无法实现动态效果,用户体验较为有限。
二、动态网页时代随着互联网的发展,用户对网页的要求越来越高,希望能够有更好的交互体验。
于是,动态网页的时代到来了。
动态网页通过JavaScript语言实现,可以对网页进行动态的操作和效果展示。
同时,CSS(层叠样式表)的出现也使得网页的样式和布局更加灵活多样化。
三、Web 2.0时代进入21世纪,Web 2.0时代来临。
Web 2.0强调用户参与和互动,前端开发也随之发生了变革。
AJAX(异步JavaScript和XML)的出现,使得网页可以实现无需刷新页面的数据交互,用户体验得到了极大的提升。
同时,jQuery等前端开发框架的诞生,简化了JavaScript代码的编写和管理,极大地提高了开发效率。
四、移动互联网时代随着智能手机的普及,移动互联网时代到来。
传统的网页在移动设备上显示效果不佳,于是响应式设计应运而生。
响应式设计可以根据设备的屏幕大小和分辨率,自动调整页面布局和样式,使得网页在不同设备上都能够有良好的显示效果。
五、前后端分离时代前后端分离是近年来前端开发的重要变革之一。
传统的网页开发中,前后端耦合在一起,开发效率低下。
而前后端分离则将前端和后端的开发过程分离开来,通过API(应用程序接口)进行数据交互。
前端开发者可以专注于页面的设计和交互,后端开发者则负责数据处理和业务逻辑。
这种分离的方式大大提高了开发效率和团队协作能力。
六、现代前端开发近年来,前端开发经历了快速的发展和变革。
新的技术和工具层出不穷,如Vue.js、React等前端框架的兴起,使得前端开发更加高效、便捷和灵活。
同时,前端开发也面临着新的挑战,如性能优化、安全性等问题,需要不断学习和适应新的技术和趋势。
JavaScript的产生及其发展20071159396
JavaScript的产生及其发展:JavaScript是一种基于对象(Object)和事件驱动(Event Driven)并具有安全性能的脚本语言。
使用它的目的是与HTML超文本标记语言、Java 脚本语言(Java小程序)一起实现在一个Web页面中连接多个对象,与Web客户交互作用。
从而可以开发客户端的应用程序等。
它是通过嵌入或调入到标准的HTML语言中实现的。
它的出现弥补了HTML语言的缺陷,它是Java与HTML折衷的选择,具有以下几个基本特点:1、是一种脚本编写语言JavaScript是一种脚本语言,它采用小程序段的方式实现编程。
像其它脚本语言一样,JavaScript同样已是一种解释性语言,它提供了一个易的开发过程。
它的基本结构形式与C、C++、VB、Delphi十分类似。
但它不像这些语言一样,需要先编译,而是在程序运行过程中被逐行地解释。
它与HTML标识结合在一起,从而方便用户的使用操作。
2、基于对象的语言。
JavaScript是一种基于对象的语言,同时以可以看作一种面向对象的。
这意味着它能运用自己已经创建的对象。
因此,许多功能可以来自于脚本环境中对象的方法与脚本的相互作用。
3、简单性JavaScript的简单性主要体现在:首先它是一种基于Java基本语句和控制流之上的简单而紧凑的设计, 从而对于学习Java是一种非常好的过渡。
其次它的变量类型是采用弱类型,并未使用严格的数据类型。
4、安全性JavaScript是一种安全性语言,它不允许访问本地的硬盘,并不能将数据存入到服务器上,不允许对网络文档进行修改和删除,只能通过浏览器实现信息浏览或动态交互。
从而有效地防止数据的丢失。
5、动态性的JavaScript是动态的,它可以直接对用户或客户输入做出响应,无须经过Web服务程序。
它对用户的反映响应,是采用以事件驱动的方式进行的。
所谓事件驱动,就是指在主页(Home Page)中执行了某种操作所产生的动作,就称为“事件”(Event)。
简述java发展史
简述java发展史Java是一种跨平台的编程语言,由James Gosling和他的团队在1995年推出。
Java最初是由Sun Microsystems开发的,现在则归属于Oracle公司。
以下是Java发展史的简述:1. 1995年,Java 1.0发布。
这是Java的第一个正式版本,尽管在此之前已经进行了几年的开发工作。
2. 1996年,JDBC(Java数据源连接)发布。
JDBC是Java连接数据库的一种标准方法。
3. 1997年,Java 1.1发布。
这个版本包括了一些新特性和改进,如嵌套类、内部类、JavaBean和RMI(Java远程方法调用)等。
4. 1998年,Java 2发布。
这个版本增加了许多新特性,包括Swing组件、Java2D API、Java Servlets和JSP(JavaServer Pages)技术等。
5. 2000年,Java 2平台企业版(Java 2 Platform,Enterprise Edition,简称J2EE)发布。
这个版本专门针对企业级应用程序开发,包括Servlets、JSP、EJB(Enterprise JavaBeans)和JDBC等。
6. 2004年,Java 5(也称为Java SE 5或J2SE 5)发布。
这个版本包括了许多新特性,如自动装箱/拆箱、泛型、枚举和注解等。
7. 2006年,Java SE 6发布。
这个版本增强了性能和安全性,还包括了新的特性,如JDBC 4.0和更好的XML支持。
8. 2011年,Java 7发布。
这个版本包括了新的语言特性和库,如switch语句中的字符串支持、NIO2(Java的新IO库)和Fork/Join框架等。
9. 2014年,Java 8发布。
这个版本包括了Lambda表达式、流处理、新的日期/时间API等新特性。
10. 2017年,Java 9发布。
这个版本包括了新特性,如模块化系统、REPL(交互式编程环境)和JShell(一个基于命令行的Java开发工具)等。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
JSP的技术发展历史作者:Kathy Sierra and Bert Bates来源:Servlet&JSPJava Server Pages(JSP)是一种基于web的脚本编程技术,类似于网景公司的服务器端Java脚本语言——server-side JavaScript(SSJS)和微软的Active Server Pages(ASP)。
与SSJS和ASP 相比,JSP具有更好的可扩展性,并且它不专属于任何一家厂商或某一特定的Web服务器。
尽管JSP规范是由Sun公司制定的,但任何厂商都可以在自己的系统上实现JSP。
在Sun正式发布JSP(Java Server Pages)之后,这种新的Web应用开发技术很快引起了人们的关注。
JSP为创建高度动态的Web应用提供了一个独特的开发环境。
按照Sun的说法,JSP 能够适应市场上包括Apache WebServer、IIS4.0在内的85%的服务器产品。
本文将介绍JSP相关的知识,以及JavaBean的相关内容,当然都是比较粗略的介绍其中的基本内容,仅仅起到抛砖引玉的作用,如果读者需要更详细的信息,请参考相应的JSP的书籍。
1.1 概述JSP(Java Server Pages)是由Sun Microsystems公司倡导、许多公司参与一起建立的一种动态网页技术标准,其在动态网页的建设中有其强大而特别的功能。
JSP与Microsoft的ASP技术非常相似。
两者都提供在HTML代码中混合某种程序代码、由语言引擎解释执行程序代码的能力。
下面我们简单的对它进行介绍。
JSP页面最终会转换成servlet。
因而,从根本上,JSP页面能够执行的任何任务都可以用servlet 来完成。
然而,这种底层的等同性并不意味着servlet和JSP页面对于所有的情况都等同适用。
问题不在于技术的能力,而是二者在便利性、生产率和可维护性上的不同。
毕竟,在特定平台上能够用Java编程语言完成的事情,同样可以用汇编语言来完成,但是选择哪种语言依旧十分重要。
和单独使用servlet相比,JSP提供下述好处:JSP中HTML的编写与维护更为简单。
JSP中可以使用常规的HTML:没有额外的反斜杠,没有额外的双引号,也没有暗含的Java语法。
能够使用标准的网站开发工具。
即使是那些对JSP一无所知的HTML工具,我们也可以使用,因为它们会忽略JSP标签(JSP tags)。
可以对开发团队进行划分。
Java程序员可以致力于动态代码。
Web开发人员可以将经理集中在表示层(presentation layer)上。
对于大型的项目,这种划分极为重要。
依据开发团队的大小,及项目的复杂程度,可以对静态HTML和动态内容进行弱分离(weaker separation)和强分离(stronger separation)。
此处的讨论并不是说人们应该放弃使用servlet而仅仅使用JSP。
事实上,几乎所有的项目都会同时用到这两种技术。
在某些项目中,更适宜选用servlet,而针对项目中的某些请求,我们可能会在MVC构架下组合使用这两项技术。
我们总是希望用适当的工具完成相对应的工作,仅仅是servlet并不一定能够胜任所有工作。
1.2 JSP的由来Sun公司的JSP技术,使Web页面开发人员可以使用HTML或者XML标识来设计和格式化最终页面。
使用JSP标识或者小脚本来生成页面上的动态内容(内容是根据请求来变化的)。
Java Servlet是JSP技术的基础,而且大型的Web应用程序的开发需要Java Servlet和JSP配合才能完成,Servlet这个名称源于Applet,现在国内的翻译方式很多,本书为了避免误会,决定直接采用Servlet而不做任何翻译,读者如果愿意,可以称之为“小服务程序”。
Servlet其实和传统的CGI、ISAPI、NSAPI等Web程序开发工具的作用是相似的,在使用Java Servlet 以后,用户不必再使用效率低下的CGI方式,也不必使用只能在某个固定Web服务器平台运行的API方式来动态生成Web页面。
许多Web服务器都支持Servlet,即使不直接支持Servlet的Web服务器也可以通过附加的应用服务器和模块来支持Servlet。
得益于Java的跨平台的特性,Servlet也是平台无关的,实际上,只要符合Java Servlet规范,Servlet是完全与平台无关且是与Web服务器无关的。
由于Java Servlet内部是以线程方式提供服务,不必对于每个请求都启动一个进程,并且利用多线程机制可以同时为多个请求服务,因此Java Servlet效率非常高。
但Java Servlet也不是没有缺点,和传统的CGI、ISAPI、NSAPI方式相同,Java Servlet是利用输出HTML语句来实现动态网页的,如果用Java Servlet来开发整个网站,动态部分和静态页面的整合过程会非常难以实现。
为了解决Java Servlet的这种缺点,SUN推出了JSP。
许多年前,Marty受到邀请,参加一个有关软件技术的小型研讨会.坐在Marty旁边的人是James Gosling--- Java编程语言的发明者。
隔几个位置,是来自华盛顿一家大型软件公司的高级经理。
在讨论过程中,研讨会的主席提出了Jini的议题,这在当时是一项新的Java技术。
主席向该经理询问他的想法.他回答说,虽然现在言之过早,但这看起来会是非常有前途的一项技术。
他们会持续关注这项技术,如果这项技术变得流行起来,他们会遵循公司的“接受并扩充(embrace and extend)”的策略.此时, Gosling随意地插话说“你的意思其实就是不接受且不扩充(disgrace and distend)。
”在此, Gosling的抱怨显示出,他感到这个公司会从其他公司那里拿走技术,用于他们自己的目的.出人意料的是,形势已经完全不同。
Java团队并没有发明这一思想----将页面设计成由静态HTML和用特殊标签标记的动态代码混合组成.。
ColdFusion多年前就已经这样做了。
甚至ASP(来自于前述经理所在公司的一项产品)都在JSP出现之前推广了这种方式。
实际上,JSP不只采用了这种通用概念,它甚至使用许多和ASP相同的特殊标签。
JSP是建立在Java servlets模型之上的表达层技术,它使编写HTML变得更简单。
像SSJS 一样,它也允许你将静态HTML内容与服务器端脚本混合起来生成动态输出。
JSP把Java 作为默认的脚本语言,然而,就像ASP可以使用其他语言(如JavaScript和VBScript)一样,JSP规范也允许使用其他语言。
1.3 JSP的特点按照脚本语言是服务于某一个子系统的语言这种论述,JSP应当被看作是一种脚本语言。
然而,作为一种脚本语言,JSP又显得过于强大了,在JSP中几乎可以使用全部的Java类。
作为一种基于文本的、以显示为中心的开发技术,JSP提供了Java Servlet的所有好处,并且,当与一个JavaBeans类结合在一起时,JSP提供了一种使内容和显示逻辑分开的简单方式。
分开内容和显示逻辑的好处是,更新页面外观的人员不必懂得Java代码,而更新JavaBeans类的人员也不必是设计网页的行家里手,就可以用带JavaBeans类的JSP页面来定义Web模板,以建立一个由具有相似的外观的页面组成的网站。
JavaBeans类完成数据提供,这样在模板中就没有Java代码,这意味着这些模板可以由一个HTML编写人员来维护。
当然,也可以利用Java Servlet来控制网站的逻辑,通过Java Servlet调用JSP文件的方式来将网站的逻辑和内容分离。
一般来说,在实际的JSP引擎中,JSP页面在执行时是编译式,而不是解释式的。
解释式的动态网页开发工具如ASP、PHP3等由于速度等原因已经满足不了当前大型电子商务应用的需要了,传统的开发技术都在向编译执行的方式改变,如ASP→ASP+;PHP3→PHP4。
在JSP规范书中,并没有明确要求JSP中的程序代码部分(称为Scriptlet)一定要用Java来写。
实际上,有一些JSP引擎就是采用的其他脚本语言,如EMAC-Script、WebL等,但实际上这几种脚本语言也是构建在Java上面,编译为Servlet来实现的。
按照JSP规范书写,和Java没有任何关系的Scriptlet也是可以的,不过,由于JSP的强大功能主要在于能和JavaBeans、Enterprise JavaBeans共同运转,所以即使是Scriptlet部分不使用Java,编译成的执行代码也应该是与Java相关的。
1.4 JSP的机制要理解JSP怎样联合以上各种所提到的技术的优点,从而轻而易举地实现各种效果,用户必须首先了解“组件为中心的网页开发”和“页面为中心的网页开发”的区别。
SSJS和ASP都是在几年前推出的,那时网络还很年轻,没有人知道除了把所有的商务、数据和表达逻辑统统堆进原始网页中之外还有什么更好的解决方法。
这种以页面为中心的模型容易学习并且得到相当快速的发展。
然而,随着时间的推移,人们认识到这种方法不适于构建大型的、可升级的Web应用程序。
在脚本环境中书写的表达逻辑被锁在页面内,只有通过剪切和粘贴才能被重用。
表达逻辑通常和商务及数据逻辑混在一起,这使得当程序员试图改变一个应用程序的外观而不想破坏与之紧密结合的商务逻辑时,应用程序的维护就变得十分艰难。
其事实上,企业中可重用组件的应用早已经很成熟,没有人愿意为它们的应用程序重写那些逻辑。
HTML和图形设计师把它们的设计的实施工作交给了Web编写者,使他们不得不加倍工作——常常是手工编写,因为没有合适的工具可以把服务器端脚本与HTML 内容结合起来。
简而言之,随着Web应用程序的复杂性不断提升,以页面为中心的开发方式的局限性变得明显起来。
与此同时,人们一直在寻找建立Web应用程序的更好方法,组件在客户机/服务器领域流行起来。
JavaBeans和ActiveX被“快速应用程序开发”(RAD)工具发行商推广给Java和Windows 应用程序开发者用来快速开发复杂的程序。
这些技术使某领域内的专家可以为本领域内的垂直应用编写组件,而开发者可以直接拿来使用而不必掌握这一领域的专门技术。
作为一种以组件为中心的开发平台,JSP出现了。
它以JavaBeans和Enterprise JavaBeans(EJB)组件包含商务和数据逻辑的模型为基础,提供大量标签和一个脚本平台用来在HTML页中显示由JavaBeans产生或回送的内容。
由于JSP的以组件为中心的性质,它可以被Java和非Java开发者同样使用。