-计算机专业开题报告外文文献及中文翻译.doc
- 【下载声明】
1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
3. 本页资料《-计算机专业开题报告外文文献及中文翻译.doc》由用户(刘殿科)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机专业 开题 报告 外文 文献 中文翻译
- 资源描述:
-
1、-计算机专业开题报告外文文献及中文翻译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 scape pany of server- side JavaScript( SSJS)
2、and the Active Server Pages(ASP)of the Microsoft、 JSP pares 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 pany of, any factory can carry out the JSP on own system、
3、The After Sun release the JS P( the Java Server Pages)formally, the this kind of new Web application development technique very quickly caused the peoples concern、 JSP provided a special development environment for the Web application that establishes the high dynamic state、 According to the Sun par
4、lance, the JSP can adapt to include the Apache WebServer, IIS4、0 on 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 Gu
5、ide only, if the reader needs the more detailed information, pleasing the book of consult the homologous JSP、1、1 GENER ALIZEThe JSP(Java Server Pages)is from the pany of Sun Microsystems initiate, the many panies the participate to the build up the together of the a kind the of dynamic the state web
6、 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
7、is explain by the language engine to carry out the procedure code in the code of 、 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 acplished by servlets、 However, this underlying equiv
8、alence 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 puter platform in the Java programming
9、 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 、 Your static code is ordinary : no extra backslashes, no double es, and no lurking Java syntax、 You can use standar
10、d Web-site development tools、 Even 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
11、division is very important、 Depending on the size of your team and the plexity of your project, you can enforce a weaker or stronger separation between the static 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、 Alm
12、ost 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 bine them with the MVC architecture 、 You want the apGFDGpropriate tool for the job, and servlets, by themselves, do not plete your toolkit、1、2 SOURCE OF
13、 JSPThe technique of JSP of the pany of Sun, making the page of Web develop the personnel can use the perhaps marking of XML to design to turn the end page with format、 Use the perhaps small script future life of marking of JSP bees the dynamic state on the page contents、( the contents changes accor
14、ding 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 plete, this name of Servlet es from the Applet, the local translation method of now is a lot of, this bo
15、ok in order not to misconstruction, decide the direct adoption Servlet but dont 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 Jav
16、a Servlet hereafter, the customer need not use again the lowly method of CGI of efficiency, also need not use only the ability e 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
17、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
18、is plete 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 severa
19、l 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 language sentence to carry out the dynamic state web page of, if develop t
20、he 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
21、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 pany in Redmond, Washington、 During the discussion, the moderator brou
22、ght 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
23、to be catching on, they would follow his panys 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 pany would take technology from other panies and suborn it for thei
24、r own purposes、 But guess what? The shoe is on the other foot here、 The Java munity did not invent the idea of designing pages as a mixture of static and dynamic code marked with special tags、 For exle, Cold Fusion did it years earlier、 Even ASP (a product from the very software pany of the aforemen
展开阅读全文