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