DCI
Package:
Summary:
Implementation of DCI paradigm to separate logic
Groups:
Author:
Description:
This package is an implementation of the DCI paradigm to separate business and domain logic.
It provides an abstract class that needs to be extended by application business and domain logic classes.
The sub-classes need to register the properties and roles that that they implement and the base class takes care of accessing the role action methods.
It provides an abstract class that needs to be extended by application business and domain logic classes.
The sub-classes need to register the properties and roles that that they implement and the base class takes care of accessing the role action methods.
Comments are closed.