40 COMMON ATTRIBUTE REGISTRY

DESCRIPTION

In general, objects in an application are designed to carry related data and perform well-defined tasks with clearly defined responsibilities. In an application, these objects interact with each other to provide the overall application functionality. During such interactions, instances of different classes may need to access the same set of data items or attributes. For example, different business objects in an application often use the same database connection string to connect to the application backend database. These common attributes are not always read-only. Consider the example of an application that operates in local and remote modes. While the application is operating in the remote mode, if ...

Get Software Architecture Design Patterns in Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.