第一范文网 - 专业文章范例文档资料分享平台

图书管理系统外文翻译(11)

来源:用户分享 时间:2021-06-03 本文由旧人旧情 分享 下载这篇文档 手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

图书管理系统外文翻译

This is clearly an application that can benefit from using a combination of JSP pages and the component types defined by the servlet specification for the MVC roles. Let's look at the main requirements and see how we can map them to appropriate component types:

Database access should be abstracted, to avoid knowledge of a specific data

schema or database engine in more than one part of the application: beans in the role of Model can be used to accomplish this.

The database access beans must be made available to all other parts of the

application when it starts: an application lifecycle event listener is the perfect component type for this task.

Only authenticated users must be allowed to use the application: a filter can

perform access control to satisfy this requirement.

Request processing is best done with Java code: a servlet, acting as the Controller,

fits the bill.

It must be easy to change the presentation: this is where JSP shines, acting as the

View.

Adding servlets, listeners, and filters to the mix minimizes the need for complex logic in the JSP pages. Placing all this code in Java classes instead makes it possible to use a regular Java compiler and debugger to fix potential problems.

Centralized Request Processing Using a Servlet

搜索“diyifanwen.net”或“第一范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,第一范文网,提供最新工程科技图书管理系统外文翻译(11)全文阅读和word下载服务。

图书管理系统外文翻译(11).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/wenku/1211098.html(转载请注明文章来源)
热门推荐
Copyright © 2018-2022 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top