From 62945aeddcd8e9a5470365751f80b35a0d0f48a7 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 8 Aug 2016 10:13:02 +0200 Subject: [PATCH] [Project] Blog entry on opt-in versioning --- li.strolch.website/www.strolch.li/blog.html | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/li.strolch.website/www.strolch.li/blog.html b/li.strolch.website/www.strolch.li/blog.html index 11d5430a2..a0c1c4b84 100644 --- a/li.strolch.website/www.strolch.li/blog.html +++ b/li.strolch.website/www.strolch.li/blog.html @@ -56,6 +56,33 @@
+ +
+

Versioning of objects

+ + + +

Opt-In versioning of objects

+
+

A major new feature has landed in Strolch. Now, using opt-in, it is possible to have all changes to + the object model be versioned. This means that any change to Order, + Resource or Activity is automatically versioned and one can then revert to + this version later on.

+ +

This will make it far easier to implement undo operations in applications since it is an inherent + part of the lifecycle of objects in Strolch.

+ +

Since Strolch is supposed to be used also in small footprint hardware, this option is opt-in.

+ +

A side affect of this new feature is that we have for the time being not ported the XML persistence + layer. If this is required, then someone drop us a note and we'll check on it.

+ +

So now go ahead and add <enableVersioning>true</enableVersioning> to your + Realm so that versioning is enabled.

+ +
+ +

Release 1.2.0