基于java的博客網(wǎng)站設(shè)計(jì)與開發(fā)畢業(yè)論文.doc
基于java的博客網(wǎng)站設(shè)計(jì)與開發(fā)畢業(yè)論文,目錄目錄i摘要iii前言v文獻(xiàn)綜述i第1章 緒論1第1節(jié)背景1第2節(jié)研究的目的與意義2第2章 設(shè)計(jì)簡(jiǎn)介及設(shè)計(jì)方案3第1節(jié)設(shè)計(jì)原則3第2節(jié)運(yùn)行架構(gòu)3第3節(jié)設(shè)計(jì)方案4第3章 相關(guān)技術(shù)介紹5第1節(jié)mvc簡(jiǎn)介5第2節(jié)spring 的起源和背景6第3節(jié)hibernate 概述7第4章 需求...
內(nèi)容介紹
此文檔由會(huì)員 csfujixie 發(fā)布基于java的博客網(wǎng)站設(shè)計(jì)與開發(fā)畢業(yè)論文
目錄
目錄 I
摘要 III
前言 V
文獻(xiàn)綜述 I
第1章 緒論 1
第1節(jié) 背景 1
第2節(jié) 研究的目的與意義 2
第2章 設(shè)計(jì)簡(jiǎn)介及設(shè)計(jì)方案 3
第1節(jié) 設(shè)計(jì)原則 3
第2節(jié) 運(yùn)行架構(gòu) 3
第3節(jié) 設(shè)計(jì)方案 4
第3章 相關(guān)技術(shù)介紹 5
第1節(jié) MVC簡(jiǎn)介 5
第2節(jié) SPRING 的起源和背景 6
第3節(jié) HIBERNATE 概述 7
第4章 需求分析 8
第1節(jié) 注冊(cè)博友 8
第2節(jié) 普通用戶 9
第5章 系統(tǒng)架構(gòu)設(shè)計(jì) 11
第1節(jié) 系統(tǒng)架構(gòu)說明: 12
第2節(jié) HIBERNATE層 12
第3節(jié) 實(shí)現(xiàn)SERVICE 層 18
第4節(jié) MVC 層實(shí)現(xiàn) 20
設(shè)計(jì)結(jié)果及對(duì)設(shè)計(jì)結(jié)果的分析 25
全文總結(jié) 28
致謝 30
參考文獻(xiàn) 31
摘要
越來越多的網(wǎng)絡(luò)用戶希望能夠在網(wǎng)絡(luò)平臺(tái)上更多地展現(xiàn)自己的個(gè)性,更方便地與他人互動(dòng)交流,擁有一個(gè)自己獨(dú)立的空間,隨著Web2.0時(shí)代的到來,一個(gè)新的概念出現(xiàn)了——博客。
首先介紹了博客網(wǎng)站設(shè)計(jì)的意義和背景,主流博客網(wǎng)站的主要功能。重點(diǎn)介紹了基于J2EE架構(gòu)的博客網(wǎng)站設(shè)計(jì)方案,實(shí)現(xiàn)的主要功能。
其次,重點(diǎn)講述了博客網(wǎng)站的業(yè)務(wù)邏輯層和持久層的設(shè)計(jì)與開發(fā)過程中所涉及的技術(shù)及開源框架。系統(tǒng)如何以Spring 框架為核心,向下整合Hibernate進(jìn)行持久層訪問,向上整合Struts 按清晰的MVC 模式控制,怎樣劃分應(yīng)用的層次。簡(jiǎn)述了頁面的請(qǐng)求的分發(fā)及流程。
最后對(duì)BLOG網(wǎng)站開發(fā)中所碰到的一些問題,并針對(duì)這些問題提出一些解決方案,最后對(duì)系統(tǒng)性能作出一些簡(jiǎn)要評(píng)估,闡述了一些個(gè)人想法。
關(guān)鍵詞: 博客,J2EE, Spring,Struts,Hibernate
Abstract
More and more network users hope to unfold there characteristics in the network platform and interact with people more conveniently. From the begining of Web 2.0, 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 eva luation on the performance of system is given.We give a comment on problems occurring in our work.
Keywords: blog, J2EE, Spring, Struts, Hibernate