基于Hibernate和struts的BBS论坛

Hibernate课程设计,由于课上没怎么学,找了一个,刚好需求差不多,现在就来分析和理解一下,恰好复习复习(预习)hibenate。
知识点:


image.png

内容摘要:

image.png

需求分析:

基于Hibernate和struts的BBS论坛_第1张图片
image.png

功能模块:

基于Hibernate和struts的BBS论坛_第2张图片
image.png

功能设计:普通用户操作

基于Hibernate和struts的BBS论坛_第3张图片
image.png

功能设计:管理员操作

基于Hibernate和struts的BBS论坛_第4张图片
image.png

然后找的那个BBS,看了一下缺少了积分这个功能,但是多了回复的功能。
来看下webproject下的包:

基于Hibernate和struts的BBS论坛_第5张图片
QQ图片20170611225656.png

类:

基于Hibernate和struts的BBS论坛_第6张图片
![ ![ ![QQ图片20170611225914.png](http://upload-images.jianshu.io/upload_images/4116134-2c3af8ca11355a10.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ](http://upload-images.jianshu.io/upload_images/4116134-37290e7487e918c7.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ](http://upload-images.jianshu.io/upload_images/4116134-a0e277cab36e4cc9.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
QQ图片20170611225926.png

jsp:

基于Hibernate和struts的BBS论坛_第7张图片
QQ图片20170611225945.png

包:


基于Hibernate和struts的BBS论坛_第8张图片
![QQ图片20170611230031.png](http://upload-images.jianshu.io/upload_images/4116134-c78c8976f35c433e.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

下面开始讲如何实现。

你可能感兴趣的:(基于Hibernate和struts的BBS论坛)