JAVA毕业设计外文文献翻译(C1-1).docx

上传人:wj 文档编号:347550 上传时间:2023-04-29 格式:DOCX 页数:16 大小:26.58KB
下载 相关 举报
JAVA毕业设计外文文献翻译(C1-1).docx_第1页
第1页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第2页
第2页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第3页
第3页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第4页
第4页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第5页
第5页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第6页
第6页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第7页
第7页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第8页
第8页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第9页
第9页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第10页
第10页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第11页
第11页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第12页
第12页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第13页
第13页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第14页
第14页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第15页
第15页 / 共16页
JAVA毕业设计外文文献翻译(C1-1).docx_第16页
第16页 / 共16页
亲,该文档总共16页,全部预览完了,如果喜欢就下载吧!
下载资源
资源描述

JAVA毕业设计外文文献翻译(C1-1).docx

《JAVA毕业设计外文文献翻译(C1-1).docx》由会员分享,可在线阅读,更多相关《JAVA毕业设计外文文献翻译(C1-1).docx(16页珍藏版)》请在冰点文库上搜索。

JAVA毕业设计外文文献翻译(C1-1).docx

THE TECHNIQUE DEVELOPMENT HISTORY OF JSP

By:

Kathy Sierra and Bert Bates Source:

 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 JS P( the Java Server Pages) formally,the this kind of newWeb 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.0on the

market at inside of85%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.1GENER ALIZE

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 We-bsite 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

apGFDGpropriate tool for the job,and servlets,by themselves,do not complete

your toolkit.

1.2SOURCE 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 ofXML 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 progress to 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 small20-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 CHARACTERISTICS

Is 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 pagedevelopment tool of the type,such as ASP,PHP3etc.,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→

 

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 langua

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 自然科学 > 物理

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2