1 / 44
文档名称:

毕业设计(论文)-面向服务架构内容管理系统的设计与实现.doc

格式:doc   页数:44
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-面向服务架构内容管理系统的设计与实现.doc

上传人:3346389411 2013/3/23 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-面向服务架构内容管理系统的设计与实现.doc

文档介绍

文档介绍:毕业设计
题目面向服务架构的内容管理系统
设计与实现
学院 XXXXXXXXXXXX
专业 XXXXX
班级
学生 XXXXXX
学号 XXXXXXX
指导教师 XXXXX
二〇XX 年六月十日
摘要
在高校信息化进程中,内容管理系统扮演者非常重要的角色,各种教学资源(课件、视频、文档、图像等)的存储、各个门户网站、各个教学辅助系统,归根结底都是内容管理系统。传统的内容管理系统都是单独设计分散部署的,这样会造成大量的资源浪费,本课题利用面向服务架构设计实现一个内容资源统一存放,WEB前端分布式部署的内容管理系统,从而提高存储的效率,降低系统的耦合度,提高系统的灵活性。
课题研究展开的过程中,我学习了Java EE技术及相关知识,包括JSP、EJB、Servlet、JDBC、XML、JNDI等技术,以及Struts框架、Spring框架、Hibernate和Web Service技术;对内容管理系统进行详细的需求分析和设计;学习面向服务的架构,实现分布式内容管理系统的架构设计;内容管理系统主要功能的实现,包括权限管理、内容资源的显示、内容资源的添加修改删除等;学习ExtJs框架,从而简化前端界面的开发。
通过对本课题的研究和设计,我巩固了之前学过的知识,如SSH框架,也学到了很多新知识,如ExtJs框架、CXF框架,设计出了预想中的系统,基本实现了要求的功能。同时该系统也存在一定的不足,界面设计还不够人性化,这一点有待改善。
关键词:内容管理系统;面向服务架构;SSH框架;ExtJs框架;CXF框架
ABSTRACT
In the progress of informationization in University, the content management system play an important role. The storage of all teaching resources(Courseware, Videos, Files, and so on )contents resources、all portals、all assistant system of teaching, all the above fall into content management system in the final analysis. Traditional content management systems are designed solely and deployed dispersedly, which lead to tremendous wasting of resources. This project use SOA to implement a content management system which store contents resources uniformly and deploy Front-ends of WEB distributedly . Then, the system will improve the efficiency of storage and reduce the degree of coupling,what’s more , it will improve the flexibility of the system.
With the expanding of the project, I study Java EE technology and some knowledge about it,including JSP, EJB, Servlet, JDBC, XML, JNDI , Struts frame, Spring frame, Hibernate frame and Web Service technology; Do requirement analysis and system design in details, and do UML modeling about the content management system; Study SOA architecture, and then realize the design of distributive system; Realize main functions of the system, including authority management, the display, add, delete, modify of contents resources.
Through studying and designing th