码迷,mamicode.com
首页 > 编程语言 > 详细

Three Layers of JavaEE Projects

时间:2020-06-24 19:33:56      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:loading   block   first   layer   cts   span   domain   isp   image   

MVC first appeared at the Web Layer of a Java Web project, it‘s a thinking.

技术图片

The Layers:


web layer:     com.truman.web/servlet/controller

 

service layer:    com.truman.service     //This is a Interface package

        com.truman.service.impl

 

dao layer:       com.truman.dao   // This is a Interface package

       com.truman.dao.impl

 

bean:             com.truman.pojo/entity/domain/bean

 

util :                    com.truman.utils

 

test :                  Test

Three Layers of JavaEE Projects

标签:loading   block   first   layer   cts   span   domain   isp   image   

原文地址:https://www.cnblogs.com/nedrain/p/13189124.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!