One of the Holon platform foundation concepts is the Property
model, which can be used to represent a generic data model, abstracting away from data structure and persistence implementation details. The property model architecture is designed for maximum flexibility and versatility, so as not to limit its use to backend or data management application levels, but to make it a cross-cutting asset, to be seamlessy used in a multitude of situations and application or communication layers.
The Property
interface, as PathProperty
or VirtualProperty
implementation in particular, along with the PropertySet
and PropertyBox
structures, allow you to obtain the main following benefits:
Property
, to avoid duplications and inconsistency between application layers;
Read the reference documentation to get all the information about the Property
model and to explore the Holon Platform APIs which allow you to define and use it to the maximum of its potential.
Or just start coding, following the property model tutorial and exploring the examples available on GitHub.