模仿天猫整站实践项目教程目前有 4 个版本,分别是 J2EE版, SSH版、SSM版, Springboot版 以下列出了各个版本之间的区别。
同一个项目,特意采用了不同的技术实现,大体上涵盖了目前JAVA用到的各类主流技术。采用不同的开发环境,启动部署方式,项目风格,以各种不同的方式实现了同一个项目里的各类业务功能。 掌握了这些内容之后,能够比较明显地提高参加工作时的适应能力。 <script src="https://how2j.cn/study/js/jquery/2.0.0/jquery.min.js"></script>
<link href="https://how2j.cn/study/css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="https://how2j.cn/study/js/bootstrap/3.3.6/bootstrap.min.js"></script>
<style>
</style>
<script>
$(function(){
})
</script>
<div align="center">
<table style="width:90%" class="table table-striped table-bordered1 table-hover table-condensed">
<!-- <caption style="text-align:center">模仿天猫整站不同版本区别</caption> -->
<thead>
<th colspan="5" style="text-align:center">模仿天猫整站个版本区别</th>
</thead>
<thead>
<th style="width:120px"></th>
<th>J2EE版</th>
<th>SSH 版</th>
<th>SSM 版</th>
<th>SPRINGBOOT 版</th>
</thead>
<tr>
<td>前台功能</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 齐备</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 齐备</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 齐备</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 齐备</td>
</tr>
<tr>
<td>后台功能</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 齐备</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 齐备</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 齐备</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 齐备</td>
</tr>
<tr>
<td>存储层技术</td>
<td>JDBC</td>
<td>Hibernate</td>
<td>Mybatis</td>
<td>JPA</td>
</tr>
<tr>
<td>控制层技术</td>
<td>Servlet+反射</td>
<td>Struts2</td>
<td>Spring MVC</td>
<td>Spring MVC</td>
</tr>
<tr>
<td>教程使用的IDE</td>
<td>Eclipse</td>
<td>Eclipse</td>
<td>IntelliJ IDEA(无缝兼容Eclipse)</td>
<td>IntelliJ IDEA(无缝兼容Eclipse)</td>
</tr>
<tr>
<td>是否Maven项目</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 是</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 是</td>
</tr>
<tr>
<td>项目格式</td>
<td>标准 Java 项目</td>
<td>动态Web项目</td>
<td>Maven Web项目</td>
<td>Maven 项目</td>
</tr>
<tr>
<td>启动方式</td>
<td>Tomcat独立配置启动</td>
<td>Eclipse内置Tomcat启动</td>
<td>IntelliJ IDEA内置Tomcat启动</td>
<td>Springboot 自带Tomcat</td>
</tr>
<tr>
<td>模板技术</td>
<td>JSP</td>
<td>JSP</td>
<td>JSP</td>
<td>Thymeleaf</td>
</tr>
<tr>
<td>前端框架</td>
<td>Bootstrap</td>
<td>Bootstrap</td>
<td>Bootstrap</td>
<td>Bootstrap, Vue.js</td>
</tr>
<tr>
<td>前后端分离</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 是</td>
</tr>
<tr>
<td>异步处理技术</td>
<td>JQuery</td>
<td>JQuery</td>
<td>JQuery</td>
<td>Axios.js</td>
</tr>
<tr>
<td>RESTFUL</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 标准 RESTFUL 风格</td>
</tr>
<tr>
<td>动静分离</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 通过 nginx 实现</td>
</tr>
<tr>
<td>安全框架</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 通过 shiro 实现</td>
</tr>
<tr>
<td>缓存</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 通过 redis 实现</td>
</tr>
<tr>
<td>搜索引擎</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-remove text-danger"></span> 否</td>
<td><span class="glyphicon glyphicon-ok text-success"></span> 通过 elastic search 实现</td>
</tr>
<tr>
<td>部署到Linux</td>
<td colspan="4" align="center"><a target="_blank" href="https://how2j.cn/k/1591">提供独立免费教程-如何把J2EE应用部署到Linux系列教程</a></td>
</tr>
<tr style="display:none">
<td>企业要求</td>
<td>极少企业会使用Servlet+JDBC这种方式进行开发新项目了。 但是这种“原始” 方式是框架模式开发的基础,掌握这些基础,有助于在框架模式下遭遇疑难问题的时候,更从容地解决相关问题。</td>
<td>SSH这种模式是以前的主流,现在的趋势是逐渐被SSM所替代。 但是正因为是曾经的主流,所以存在大量的以前项目需要SSH技术去维护,所以在各大招聘网站可以观察到大量的这方面的人员需求。所以掌握SSH依然对拿到Offer非常有帮助</td>
<td>大部分企业在开展新项目的时候都会选择SSM框架,所以这个技术的人才需求会持续旺盛相当长一段时间,犹如当年的SSH一般</td>
</tr>
</table>
</div>
HOW2J公众号,关注后实时获知最新的教程和优惠活动,谢谢。
问答区域
2020-12-21
帅哥美女们,我写了一个对比ee,ssh,ssm版本的文章各位,欢迎交流
回答已经提交成功,正在审核。 请于 我的回答 处查看回答记录,谢谢
2018-02-27
ssh版的项目部署到独立的tomcat上
5 个答案
how2j 跳转到问题位置 答案时间:2018-03-03 我更喜欢用配置方式,定位方便,看个人喜好吧。 当然更重要的是看公司规范和约定。
神钊钊 跳转到问题位置 答案时间:2018-03-02 试过了,可以,谢谢站长,另外,我想问一下这个项目如果用配置文件的方式来做,对比用注解的方式会来得复杂吗?
how2j 跳转到问题位置 答案时间:2018-03-01 是的,你试试。 额,上传到服务器之前,最好先在本地试试
神钊钊 跳转到问题位置 答案时间:2018-02-28 意思是直接在sever.xml中直接改成WebContent?
<Context path="/tmall" docBase="/home/wwwroot/ftptest/tmall/web" debug="0" reloadable="false" /> how2j 跳转到问题位置 答案时间:2018-02-28 其实也是可以的,上传WebContent目录就好了
回答已经提交成功,正在审核。 请于 我的回答 处查看回答记录,谢谢
提问之前请登陆
提问已经提交成功,正在审核。 请于 我的提问 处查看提问记录,谢谢
|