Skip to content

sergeibukharov/architecture-evolution

Repository files navigation

  1. MVC as an architecture of the whole project. controllers contains business logic model - entity for hibernate and DTO for API view - is really complicated

  2. MV Service business logic moved from controllers to services

  3. MVC -> Service MVC is separated layer which responsible only for presentation Service is still responsible for all the business logic

  4. MVC -> Service -> Business -> Persistence

  5. Clean architecture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages