A simple three-tier structure:

 A simple three-tier structure:

bean:javabean

  Entity class, responsible for transmitting data between layers

service: service class

  Business logic

view: view class

  The display interface

  Receiving a user input

  The results are displayed to the operator

utils: Tools

test: the test class

Guess you like

Origin www.cnblogs.com/start-from-scratch/p/12598671.html