Creatable
objects as the backing implementation. The context adds additional means of specifying and querying creator and creation date. It also allows for easy serialization and deserialization of Creatable
data.
Following is an example of the data structure that the modification context is able to handle:
<created> <user id="john" realm="testland">John Doe</user> <date>2009/11/06 08:52:52 GMT</date> </created>@see ch.entwine.weblounge.common.content.Creatable
|
|