Creating UI in an O-O Way
P | N


We want our domain objects to remain models

What we don't want:

Modifying the models to integrate UI calls (ala Visual Basic)

Making UI into a functional model: We want to stay true to objects

Allowing the UI to have un-object-like access to the models

What we do want:

Change the model, can leave the UI alone.

Change the UI, can leave the model alone.

Can have multiple interfaces on the same model

On the same Patient info, different UI for doctor, nurse, billing office, visitors desk, etc.


Previous | Next


Last modified at 7/17/97; 4:41:12 PM
Other Links of Interest
College of Computing | EduTech Institute | GVU Center
Mark Guzdial | Papers | CS 2390 Spring '97 Home Page | STABLE | MMC-CaMILE

Slide Master