Three Layers of JavaEE Projects

2021-05-06 16:30

阅读:366

标签: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


评论


亲,登录后才可以留言!