论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

静态页面新闻发布系统设计与实现

 本文ID:LWGSW14366 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 静态页面新闻发布系统设计与实现 (收费:1000 积分)  

论文字数:20588,页数:66

目录
 
摘要 I
ABSTRACT II
第1章 绪论 1
1.1 背景 1
1.2 研究内容 2
第2章 基于SSH框架的WEB应用开发 4
2.1 框架技术分析 4
2.1.1 框架技术 4
2.1.2 表示层框架Struts 4
2.1.3业务逻辑层框架Spring 5
2.1.4数据持久层框架Hibernate 6
2.2基于SSH组合框架的Web应用模型设计与实现 7
2.2.1集成SSH的新型J2EE框架 7
2.2.2基于SSH框架的Web应用系统的实现 8
2.3 开发环境介绍 10
2.3.1 Eclipse 10
2.3.2 Microsoft SQL Server 2005 11
2.3.3 SWT 12
2.4 本章小结 13
第3章 系统需求分析 14
3.1 客户需求和总体设计目标 14
3.1.1 客户性能需求 14
3.1.2 系统功能需求 14
3.2 本章小结 15
第4章 数据库设计 16
4.1 数据库结构分析与创建 16
4.2 概念结构设计 17
4.3 逻辑结构设计 21
4.4 数据库安全性和完整性 31
4.4.1 数据库的安全性 31
4.4.2 数据完整性 32
4.5 本章小结 32
第5章 系统设计与实现 34
5.1 系统总体框架 34
5.1.1 后台管理模块基本功能 35
5.1.2 页面静态化服务模块基本功能 36
5.2 后台管理模块设计与技术实现 36
5.2.1 系统管理模块 36
5.2.2 新闻管理模块 42
5.2.3 页面静态化管理模块 47
5.3 页面静态化服务模块设计与技术实现 53
5.3.1 自动生成门户静态页面服务模块 53
5.3.2 检索栏目模板更新记录服务模块 57
5.4 软件测试与完善 59
5.5 本章小结 59
第6章 结论 60
致谢 61
参考文献 62

摘要
 
 静态页面新闻发布系统是一个动态生成静态网页的新闻发布系统,系统利用动态网页技术生成静态 HTML 页面的方法。利用这种技术, 网站内容管理人员在添加网页时直接利用后台管理发布程序就把页面存放成 HTML 静态文件, 它有生成页面简单、 快速的优点。这种技术对于访问量大的网站尤其适用, 可以减轻服务器端运行程序和读取数据库的压力, 提高了网站的数据存取效率,生成的静态页面也更利于搜索引擎收录。
 经过分析,设计选用 IBM公司主导下的eclipse开发工具和市场上最流行的的Microsoft SqlServer2005数据库。Eclipse集中了开源和商业软件的开发支持的大多数框架, 方便易用, 功能强大,获得了广大开发人员的喜爱。它支持开发调试基于 Spring, Hibernate, Struts, JSF, JPA, EJB, Web Service 等 Java EE 技术的项目。本系统就是采用SSH(Struts、Spring、Hibernate)框架开发实现新闻的录入,新闻模版的设计,新闻静态页面生成任务的创建等功能最终达到新闻静态页面的发布。
 
关键词: 静态页面,新闻发布系统,Microsoft SqlServer2005,eclipse,SSH 
  
  
 Static page press release system is a dynamically generated static pages of information distribution system, the system technology to generate dynamic pages using static HTML pages of the method. The use of such technology, Web site content managers to add pages in the background of the management of the direct use of published procedures put static HTML pages into document storage, it has to generate the page is simple, rapid advantages. This technology for high-volume web site to visit is particularly well suited to reduce the server-side database run the program and read the pressure and raise the efficiency of data access site to generate the static pages and more conducive to search engine included. 
 After the analysis, design, IBM selected the eclipse under the guidance of market development tools and the most popular Microsoft SqlServer2005 database. Focus on the Eclipse open-source and commercial software development framework to support the most easy-to-use, powerful, access to the vast number of developers love. It supports the development of debugging based on Spring, Hibernate, Struts, JSF, JPA, EJB, Web Service, such as Java EE technologies. The system is based on the SSH (Struts, Spring, Hibernate) framework for the development of the entry of news, news template design, information generated static pages and other functions to create the task to reach the final press release of a static page.
 
Keywords: Static pages, press releases systems, Microsoft SqlServer2005, eclipse, SSH.


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于JSP网上购物系统的设计与实现 下一篇:基于PB9.0的服装专卖店管理系统设..
Tags:静态页面 新闻发布系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号