Associations are important elements of information models. They describe relationships between object types assigning objects of one type to objects of another type. Software applications have to implement them in a proper way, typically as part of their model layer within a model-view-controller (MVC) architecture. Unfortunately, application development frameworks do often not provide much support for dealing with associations.
Table of Contents