1 / 46
文档名称:

基于java的博客网站设计与开发毕业论文.doc

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

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

分享

预览

基于java的博客网站设计与开发毕业论文.doc

上传人:DOC KING 2011/12/3 文件大小:0 KB

下载得到文件列表

基于java的博客网站设计与开发毕业论文.doc

文档介绍

文档介绍:目录
目录 1
摘要 3
前言 4
第1章绪论 5
第1节 背景 5
第2节 研究的目的与意义 6
第2章设计简介及设计方案 7
第1节 设计原则 7
第2节 运行架构 7
第3节 设计方案 8
第3章相关技术介绍 9
第1节 MVC简介 9
第2节 Spring 的起源和背景 10
第3节 Hibernate 概述 11
第4章需求分析 12
第1节 注册博友 12
第2节 普通用户 13
第5章系统架构设计 15
第1节 系统架构说明: 16
第2节 Hibernate层 16
第3节 实现Service 层 23
第4节 MVC 层实现 24
设计结果及对设计结果的分析 29
全文总结 32
致谢 33
参考文献 34
Abstract
More and work users hope to unfold there characteristics in work platform and interact with people more conveniently. From the begining of Web , a new concept of blog emerged.
Firstly, we introduce the meaning and background of designing of blog site, and then introduce the main function of the blog site briefly. We also introduce the designing scheme of blog site which is based on the architecture of J2EE. The main function carried out in our blog project is presented.
Secondly, we introduce the designing of logic and permanent layer of the blog site. The technic and structure refered in the process of developing are presented. We also depict how to be around with frame of Spring, how to work with Hibernate to visit permanent layer below, how to work with Struts to control the clear MVC model up and how to divide layers of application. We also give the brief introduce of distribution and flow of pages’request.
Finally, we discuss some problems about the blog realization and show schemes of solving problems. Brief evaluation on the performance of system is give ment on problems occurring in our work.
前言
本文介绍了基于轻量级J2EE开发博客网站。同时利用Spring、Struts、Hibernate、Ajax等框架整合开发。本文主要分为七章。
第一章主要介绍了进行博客网站的背景及意义。
第二章对博客网站设计方案做了简要介绍。
第三章介绍了博客网站的需求分析。
第四章详细介绍了系统的架构设计,并详细讲述了通过Spring 框架,向下整合Hibernate 进行持久层访问,利用DAO模式隔离业务逻辑层与具体持久层,向上整合Struts按清晰的MVC模式构建系统。
第五章简单讲述了系统设计时遇到的问题及解决方案,另外对系统的性能作了一个简要的评论及设计结果和设计结果分析。
第六章对全文所使用的方法、结果以及目的和意义做了全面的总结,展望java技术在Web上的一些应用。


绪论
背景
商业网站设计的主要目的一般是通过网站的推广,实现更多网络用户的关注,从而吸引更多的企业用户投入更多的宣传经费到网站上。
长期的战略目标,商业网站不仅是公共产品信息和服务的推广,它还是将买家与卖家、厂商和合作伙伴紧密结合的平台,借助这些商业网站可以消除企业与客户之间时间与空间带来的障碍。
Blo