From 3154899f77f8a6d711362f46a05d169e8289fa1a Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 6 Apr 2015 16:02:58 +0200 Subject: [PATCH] [New] added blog post on new documentation page --- li.strolch.website/www.strolch.li/api.html | 3 +++ li.strolch.website/www.strolch.li/blog.html | 23 +++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/li.strolch.website/www.strolch.li/api.html b/li.strolch.website/www.strolch.li/api.html index 38ae85660..1c05ab0ed 100644 --- a/li.strolch.website/www.strolch.li/api.html +++ b/li.strolch.website/www.strolch.li/api.html @@ -176,6 +176,9 @@ public class SetParameterService extends AbstractService<SetParameterArg, Ser // add the command to the transaction tx.addCommand(command); + + // only now do we say we want to commit so that a rollback works nicely + tx.commitOnClose(); } // return the execution result of the service diff --git a/li.strolch.website/www.strolch.li/blog.html b/li.strolch.website/www.strolch.li/blog.html index 441dd85c8..28c87db6e 100644 --- a/li.strolch.website/www.strolch.li/blog.html +++ b/li.strolch.website/www.strolch.li/blog.html @@ -59,6 +59,29 @@
+ +
+

Strolch Documentation

+ + + +

Any good software has some decent documentation explaining concepts, best practices and gives + examples.

+
+

So this post is to announce that there is now a new page on Strolch's website with a bit of + documentation. This first documentation explains the Strolch runtime and some of the do and don't in + Strolch code.

+ +

Bear with us, writing documentation takes time and can be outdated quickly, so we will make an effort + to keep everything up to date and add more documentation, but this is a start.

+ +

So go ahead and read the documentation , and if you haven't already, + also read the rest of the website which should give some more insight into the what, + why and how of Strolch.

+ +
+ +

Strolch Release 1.0.0