model view controller - When to use MVC and ECB? -


according book reading, understand facts. entity objects model objects in mvc responsible maintaining data. boundary objects interact external users, handling both input , output. in mvc, user input detected control objects, handling of output responsibility of view objects. difference have found. when googling, many said mvc typically used in user interface design whereas ecb used in business logic. mean? mvc used user interface? if so, responsibility of controller , view object in mvc?

there great confusion mvc...

just check uncle bob keynote: architecture lost years

it answer of questions.

architecture lost years robert


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -