Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The org.apache.isis.core.metamodel.runtimecontext.RuntimeContext interface is used to decouple the metamodel from the runtime implementations.
There are a lot of methods in this interface, and it is passed into multiple classes within the metamodel. This makes it hard to understand which methods are used by which classes.
This issue is to split the interface out so that dependencies are narrower (interface separation principle). This should make it easier to write tests, and the codebase easier to understand (I hope).
This principally impacts the metamodel, but also the progmodel.