JSP应用框架外文翻译
《JSP应用框架外文翻译》由会员分享,可在线阅读,更多相关《JSP应用框架外文翻译(16页珍藏版)》请在毕设资料网上搜索。
1、 外文资料翻译 ( 2011 届大学本科) 题 目: 学 院: 专 业: 班 级: 姓 名: 学 号: 主指导教师: 2011 年 02 月 24 日 教务处印制 外文 原文 JSP application frameworks brian wright、 michael freedman http:/ What are application frameworks: A framework is a reusable, semi-complete application that can be specialized to produce custom applications Johnso
2、n. Like people, software applications are more alike than they are different. They run 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
3、development environments that leverage the sameness between applications. Application 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
4、 have the following characteristics: 1.They are known to work well in other applications. 2. They are ready to use with the next project. 3. They can also be used by other teams in the organization. Frameworks are the classic build-versus-buy proposition. If you build it, you will understand it when
5、 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 Struts provide a significant return on investment com
6、pared to starting from scratch, especially for larger projects. Other types of frameworks: The idea of a framework applies not only to applications but to application componentsas well. Throughout this article, we introduce other types of frameworks that you can use with Struts. These include the Lu
7、cene 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 frameworks have been linked to a proprietary development envir
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- jsp 应用 利用 运用 框架 外文 翻译
