[New] Added blog with first item of release 1.0.0

This commit is contained in:
Robert von Burg 2014-08-18 21:12:58 +02:00
parent 4b70fdf9ff
commit 7420dd80aa
1 changed files with 3 additions and 0 deletions

View File

@ -82,7 +82,10 @@
<li>Integrated authentication and authorization to validate user privileges using <a href="https://github.com/eitchnet/ch.eitchnet.privilege">Privilege</a></li>
<li>Ready to use <a href="http://en.wikipedia.org/wiki/Observer_pattern">Observer</a> pattern</li>
<li>(currently) Read-only <a href="http://en.wikipedia.org/wiki/Restful">REST</a> API to access the agent model remotely</li>
<li>Configurable environments</li>
</ul>
<p>With the light weight implementation, where there are basically no third party libraries required for the normal runtime, Strolch has a minimal foot print which allows it to run on small devices for instance a <a href="http://beagleboard.org/Products/BeagleBone+Black">BeagleBone Black</a>. Using the in-memory mode, it is a easy feat to set up test environments with minimal fuss.</p>
<h3>Future</h3>
<p>So what is planned for the future? Although Strolch has quite a few interesting features, it is by no way feature complete. The greatest wish is for Strolch to become a community driven platform, so many new features will arise in the future, but at least one major future feature which will be tackled in the near future and will certainly drive the next major release is a planning and scheduling engine using a <a href="http://en.wikipedia.org/wiki/Gantt_chart">Gantt</a> chart to visualize the schedule.</p>
<p>The planning engine will use the timed values on Resources extensively to create a planning engine on which Workflows can be placed and allowing to detect violations and bottlenecks.</p>