Data, Context, and Interaction - Wikipedia, the free encyclopedia

Updated . Posted . Visible to the public.

Data, Context and Interaction (DCI) is a paradigm used in computer programming. The pattern separates the domain model (Data) from Use cases (Context) and Roles that objects play (Interaction). DCI is complementary to MVC. MVC as a pattern language is still used to separate the data and its processing from presentation.

Last edit
Keywords
software-design
License
Source code in this card is licensed under the MIT License.
Posted by Lexy to makandra dev (2010-03-30 23:04)