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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -