LocalizedModifiable
objects as the backing implementation. The context adds additional means of specifying and querying modifier and modification date. It also allows for easy serialization and deserialization of LocalizedModifiable
data.
Following is an example of the data structure that the modification context is able to handle:
<content> <locale language="de" original="true"> <modified> <user id="hans" realm="testland">Hans Muster</user> <date>2009/01/07 19:05:41 GMT</date> </modified> </locale> <locale language="fr"> <modified> <user id="amelie" realm="testland">Amélie Poulard</user> <date>2009/02/18 21:06:40 GMT</date> </modified> </locale> </content>@see ch.entwine.weblounge.common.content.LocalizedModifiable
|
|