提交 3a4d7745 编写于 作者: U u014427391

重装项目结构

上级 4f5e0dc7
......@@ -5,7 +5,7 @@
项目:一款Github上开源的博客系统项目<br>
目的:对学到的JavaEE框架、开源组件、前端技术进行应用学习。同时开发完成后写技术博客,开源到Github上获取star和fork(切勿用于商业用途)<br>
【技术介绍】<br>
## 【技术介绍】<br>
JavaEE后端技术:<br>
JPA产品:Hibernate JPA(JPA产品还有OpenJPA等)<br>
Web框架:SpringMVC<br>
......@@ -28,17 +28,31 @@ Html5、CSS3、Jquery<br>
项目管理系统:Maven、Git<br>
【项目结构】<br>
##【项目结构】<br>
Biz:业务接口代码<br>
Core:表示项目的基础框架,即一些通用的代码层代码<br>
Web:一般放JavaEE项目里的controller、filter、interceptor等等类<br>
附录:<br>
## 【平台功能演示】
博客主页
![Image text](https://github.com/u014427391/myblog/raw/master/screenshot/博客主页.png)
运营平台主页
![Image text](https://github.com/u014427391/myblog/raw/master/screenshot/运营平台主页.png)
运营平台登录页面
![Image text](https://github.com/u014427391/myblog/raw/master/screenshot/运营平台登录页面.png)
##【附录】
JPA介绍:JPA(Java 持久化 API)全称 Java Persistence API,是由 Sun 引入的 ORM 规范,
目的是为了简化现有 Java 应用的对象持久化的开发工作并且整合 ORM 技术。目
前 Hibernate、OpenJPA、TopLink 都提供了 JPA 的实现<br>
Spring Data:Spring框架子框架,为了简化构建基于 Spring 框架应用的数据访问计数,包括非关系数据库、Map-Reduce 框架、云数据服务等等;另外也包含对关系数据库的访问支持。<br>
Spring Data JPA:Spring Data框架的一个子模块,主要是简化数据操作<br>
...
......@@ -58,8 +58,8 @@ document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" cod
document.write('<param name="movie" value="static/blog/images/bcastr3.swf"><param name="quality" value="high">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
document.write('<embed src="static/blog/images/bcastr3.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>');
</script>
/* document.write('<embed src="static/blog/images/bcastr3.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>');
*/</script>
<!-- 代码 结束 -->
</div>
<h2><p>个人档案</p></h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册