Model View Controller vs Boundary Control Entity

Luan Cardoso picture Luan Cardoso · Nov 13, 2014 · Viewed 9.9k times · Source

What's the difference between MVC (Model View Controller) and BCE (Boundary Control Entity), I know that these two pattern are similar, but there's a difference, what is that difference?

Answer

A. Parvini picture A. Parvini · Dec 24, 2014

BCE vs. MVC vs. 3-Tier

BCE was published by Ivar Jacobson (Ericsson Co.) in 80's with focus of separating responsibilities of elements in Object Oriented Systems. MVC was published by Trygve Reenskaug (XEROX Co.) in 70's with focus of implementing selectable user interfaces.