JSP 应用框架外文翻译
《JSP 应用框架外文翻译》由会员分享,可在线阅读,更多相关《JSP 应用框架外文翻译(11页珍藏版)》请在毕设资料网上搜索。
1、大连交通大学 信息工程学院 2013 届本科生毕业设计(论文)外文翻译 1 JSP APPLICATION FRAMEWORKS 1.1 WHAT ARE APPLICATION FRAMEWORKS: A framework is a reusable, semi-complete application that can be specialized to produce custom applications Johnson. Like people, software applications are more alike than they are different. They r
2、un on the same computers, expect input from the same devices, output to the same displays, and save data to the same hard disks. Developers working on conventional desktop applications are accustomed to toolkits and development environments that leverage the sameness between applications. Applicatio
3、n frameworks build on this common ground to provide developers with a reusable structure that can serve as the foundation for their own products. A framework provides developers with a set of backbone components that have the following characteristics: Frameworks are the classic build-versus-buy pro
4、position. If you build it, you will understand it when you are done but how long will it be before you can roll your own? If you buy it, you will have to climb the learning curve and how long is that going to take? There is no right answer here, but most observers would agree that frameworks such as
5、 Struts provide a significant return on investment compared to starting from scratch, especially for larger projects. 1.2 OTHER TYPES OF FRAMEWORKS: The idea of a framework applies not only to applications but to application components as well. Throughout this article, we introduce other types of fr
6、ameworks that you can use with Struts. These include the Lucene search engine, the Scaffold toolkit, the Struts validator, and the Tiles tag library. Like application frameworks, these tools provide semi-complete versions of a subsystem that can be specialized to provide a custom component. Some fra
7、meworks have been linked to a proprietary development environment. This is not the case with Struts or any of the other frameworks shown in this book. You can use any development environment with Struts: Visual Age for Java, JBuilder, Eclipse, Emacs, and Textpad are all popular choices among Struts
8、developers. If you can use it with Java, you can use it with Struts. 1.3 ENABLING TECHNOLPGIES: Applications developed with Struts are based on a number of enabling technologies. These components are not specific to Struts and underlie every Java web application. A reason 大连交通大学 信息工程学院 2013 届本科生毕业设计
9、(论文)外文翻译 2 that developers use frameworks like Struts is to hide the nasty details behind acronyms like HTTP, CGI, and JSP. As a Struts developer, you dont need to be an alphabet soup guru, but a working knowledge of these base technologies can help you devise creative solutions to tricky problems.
10、1.4 HYPERTEXT TRANSFER PROTOCOL (HTTP): When mediating talks between nations, diplomats often follow a formal protocol. Diplomatic protocols are designed to avoid misunderstandings and to keep negotiations from breaking down. In a similar vein, when computers need to talk, they also follow a formal
11、protocol. The protocol defines how data is transmitted and how to decode it once it arrives. Web applications use the Hypertext Transfer Protocol (HTTP) to move data between the browser running on your computer and the application running on the server. Many server applications communicate using pro
12、tocols other than HTTP. Some of these maintain an ongoing connection between the computers. The application server knows exactly who is connected at all times and can tell when a connection is dropped. Because they know the state of each connection and the identity of each person using it, these are
13、 known as stateful protocols. By contrast, HTTP is known as a stateless protocol. An HTTP server will accept any request from any client and will always provide some type of response, even if the response is just to say no. Without the overhead of negotiating and retaining a connection, stateless pr
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- jsp 应用 利用 运用 框架 外文 翻译
