|
Each non-leaf node of
the UDM tree, except the root, is required to be marked with
the name of the data port from which its data elements are
drawn, and into which they will be stored back. Currently,
we only support one kind of data port, the DbObjectStore,
which represents the database. Subsequently we will include
support for session data ports (for storing session-specific
data) and several other types as well.
|