1、 毕业设 计 ( 论文 ) 英文翻译 课题名称 系 部 专 业 班 级 学 号 姓 名 指导教师 2 0 年 月 日 毕业设计 外文 翻译 原稿 Introduction The Java Server Pages( JSP) is a kind of according to web of the script plait distancetechnique, similar carries the script language of Java in the server of the Netscape companyof server-side JavaScript( SSJS) and
2、 the Active Server Pages( ASP) of the Microsoft.JSPcompares the SSJS and ASP to have better can expand sex, and it is no more exclusive thanany factory or some one particular server of Web.Though the norm of JSP is to be draw upby the Sun company of, any factory can carry out the JSP on own system.
3、The After Sun release the JSP( the Java Server Pages) formally, the this kind of newWeb application development technique very quickly caused the peoples concern. JSPprovided a special development environment for the Web application that establishes thehigh dynamic state. According to the Sun parlan
4、ce, the JSP can adapt to include the ApacheWebServer, IIS4.0 on the market at inside of 85% server product. This chapter will introduce the related knowledge of JSP and Databases, and JavaBeanrelated contents, is all certainly rougher introduction among them basic contents, sayperhaps to is a Guide
5、only, if the reader needs the more detailed information, pleasing thebook of consult the homologous JSP. A. Generalize The JSP(Java Server Pages) is from the company of Sun Microsystems initiate, themany companies the participate to the build up the together of the a kind the of dynamic thestate web
6、 the page technique standard, the it have the it in the construction the of thedynamic state the web page the strong but the do not the especially of the function. JSP andthe technique of ASP of the Microsoft is very alike. Both all provide the ability that mixeswith a certain procedure code and is
7、explain by the language engine to carry out theprocedure code in the code of HTML. Underneath we are simple of carry on theintroduction to it. JSP pages are translated intoservlets. So, fundamentally, any task JSP pages canperform could also be accomplished by servlets. However, this underlying equi
8、valencedoes not mean that servlets and JSP pages are equally appropriate in all scenarios. The issueis not the power of the technology, it is the convenience, productivity, and maintainabilityof one or the other. After all, anything you can do on a particular computer platform in theJava programming
9、 language you could also do in assembly language. But it still matterswhich 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: noextra backslashes, no double quotes, and no lurking Java syntax. You can u
10、se standard Web-site development tools. Even HTML tools that knownothing 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 thedynamic code. The Web developers can concentrate on the presentation layer. On largepro
11、jects, this division is very important. Depending on the size of your team and thecomplexity of your project, you can enforce a weaker or stronger separation between thestatic HTML and the dynamic content. Now, this discussion is not to say that you should stop using servlets and use only JSPinstead
12、. 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 themwith the MVC architecture . You want the appropriate tool for the job, and servlets, bythemselves, do not complete your tool
13、kit. B. Source of JSP The technique of JSP of the company of Sun, making the page of Web develop thepersonnel can use the HTML perhaps marking of XML to design to turn the end page withformat. Use the perhaps small script future life of marking of JSP becomes the dynamicstate on the page contents.( the contents changes