Today I saw the relevant content about application layering in the Alibaba JAVA Development Manual. I would like to ask, how are your projects layered?
The picture below shows the layers recommended by Alibaba
The Web layer, Service layer and DAO layer are all easy to understand. I haven’t noticed the terminal display layer. Is it implemented by frameworks such as Spring-mvc?
Simply put, it is an mvc structure. The terminal display layer, for example, b/s is the browser, and c/s is some applications