毕业论文--基于MVC模式的新闻发布系统的设计与实现
-
资源ID:1426164
资源大小:4.02MB
全文页数:66页
- 资源格式: DOC
下载积分:100金币
快捷下载

账号登录下载
三方登录下载:
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
|
毕业论文--基于MVC模式的新闻发布系统的设计与实现
1、 基于 MVC 模式的新闻发布系统的 设计与实现 摘 要:新闻发布系统是公司内容管理系统的主要应用之一,是公司信息化建设 和实现电子商务的重要途径。它的基本思想是分离新闻信息的内容和表现形式, 以期提高新闻发布效率。本设计采用基于 UML 用例驱动对象建模的 ICONIX 项 目管理方法,应用 MVC 三层设计模式,实现一个可以完成新闻栏目和新闻信息 的添加、修改、删除以及新闻查看功能的新闻发布系统。 关键字:ICONIX;MVC;Servlet;JavaBean;新闻发布 II Design and Implementation of the News Publishing System b
2、ased on MVC model Abstract: The news publishing system is the main application of Content Management System in a company, also it is an important approach of the companies information construction and the realization of E-Commerce. The separation of the contents and views of information in the news
3、is it is the basic idea, so as to advance the efficiency of the news. Through applying the project management methods of ICONIX, which is based on use case driven object modeling with UML, and MVC design pattern, this paper implement a news publishing system with functions of adding, editing, deleting the category and news, and browsing news message. Keywords:ICONIX; MVC; Servlet; JavaBean; News Publishing III 目 录 第 1 章 前言 1 第 2 章 系统概述 2 2.1 项目管理方法