[New] added blog post on new documentation page

This commit is contained in:
Robert von Burg 2015-04-06 16:02:58 +02:00
parent d5d981a4a1
commit 3154899f77
2 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -59,6 +59,29 @@
<!-- blog items -->
<div class="col-sm-8 blog-main">
<!-- blog post -->
<div class="blog-post">
<h2 class="blog-post-title">Strolch Documentation</h2>
<p class="blog-post-meta">April 6, 2015 by <a href="#">Robert</a></p>
<p>Any good software has some decent documentation explaining concepts, best practices and gives
examples.</p>
<hr>
<p>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.</p>
<p>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.</p>
<p>So go ahead and read the <a href="documentation.html">documentation</a> , and if you haven't already,
also read the rest of the website which should give some more insight into the <a href="index.html">what</a>,
<a href="index.html">why</a> and <a href="api.html">how</a> of Strolch.</p>
</div>
<!-- /.blog-post -->
<!-- blog post -->
<div class="blog-post">
<h2 class="blog-post-title">Strolch Release 1.0.0</h2>