summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/persistency
AgeCommit message (Collapse)Author
2012-08-22Replace deprecated Xerces DOM to XML serialisation with DOM3 LS.Andrew Branson
Refactor all to use the Outcome.serialize static method.
2012-07-06Modules serialize with Castor. Just about to remove the parsing.Andrew Branson
CastorXMLUtility is now a static member of gateway. Domain specific instances can be used by domain applications, but the maps do not interfere with the kernel.
2012-06-26Refactored GUI into separate moduleAndrew Branson
2012-06-22Modules and entitycreation support Aggregations, collection propertiesAndrew Branson
and class identifiers
2012-06-14Debugging. For some reason separating the return from the unmarshallingAndrew Branson
stopped a strange threading issue.
2012-05-30Initial Maven ConversionAndrew Branson