[Project] Removed eitchnet descriptions and updated blog

This commit is contained in:
Robert von Burg 2016-07-04 18:23:26 +02:00
parent cc0b2d4c01
commit 285b43bd23
5 changed files with 106 additions and 103 deletions

View File

@ -429,8 +429,7 @@ public class SetParameterCommand extends Command {
<li><a href="https://github.com/eitchnet/strolch/tree/master/li.strolch.persistence.xml">li.strolch.persistence.xml</a> <li><a href="https://github.com/eitchnet/strolch/tree/master/li.strolch.persistence.xml">li.strolch.persistence.xml</a>
<p>Implements an XML persistence layer so that the Strolch model can be persisted to XML files when the <p>Implements an XML persistence layer so that the Strolch model can be persisted to XML files when the
realm is configured to have a data store mode of either CACHED or TRANSACTIONAL. This implementation realm is configured to have a data store mode of either CACHED or TRANSACTIONAL.</p>
uses the <a href="xmlpers">xmlpers project</a>.</p>
</li> </li>
<li><a href="https://github.com/eitchnet/strolch/tree/master/li.strolch.rest">li.strolch.rest</a> <li><a href="https://github.com/eitchnet/strolch/tree/master/li.strolch.rest">li.strolch.rest</a>
@ -466,15 +465,20 @@ public class SetParameterCommand extends Command {
<h3>Example projects</h3> <h3>Example projects</h3>
<ul> <ul>
<li> <li>
<a href="https://github.com/eitchnet/strolch/tree/master/li.strolch.tutorialapp">li.strolch.tutorialapp</a> <a href="https://github.com/eitchnet/strolch/tree/develop/li.strolch.planningwebapp">li.strolch.planningwebapp</a>
<p>A show case application for us in planning and scheduling use-cases.</p>
</li>
<li>
<a href="https://github.com/eitchnet/strolch/tree/develop/li.strolch.tutorialapp">li.strolch.tutorialapp</a>
<p>A tutorial application which showcases how to setup Strolch as a standalone Java SE project and <p>A tutorial application which showcases how to setup Strolch as a standalone Java SE project and
starts the Strolch runtime by means of a main-class.</p> starts the Strolch runtime by means of a main-class.</p>
</li> </li>
<li><a href="https://github.com/eitchnet/strolch/tree/master/li.strolch.tutorialwebapp">li.strolch.tutorialwebapp</a> <li><a href="https://github.com/eitchnet/strolch/tree/develop/li.strolch.tutorialwebapp">li.strolch.tutorialwebapp</a>
<p>A tutorial application which showcases how to setup Strolch as a standalone Java Webapp which can be <p>A tutorial application which showcases how to setup Strolch as a standalone Java Webapp which can be
deployed to a servlet container e.g. Apache Tomcat 7.</p> deployed to a servlet container e.g. Apache Tomcat 8.</p>
</li> </li>
</ul> </ul>

View File

@ -56,6 +56,24 @@
<!-- blog items --> <!-- blog items -->
<div class="col-sm-8 blog-main"> <div class="col-sm-8 blog-main">
<!-- blog post -->
<div class="blog-post">
<h2 class="blog-post-title">Release 1.2.0</h2>
<p class="blog-post-meta">4. July, 2016 by <a href="#">Robert</a></p>
<p>Release of Strolch 1.2.0</p>
<hr>
<p>A few months ago we informed of the soon to be released version 1.1.0. Well, we decided to jump to
1.2.0 because we did some refactorings. All the eitchnet projects have been melted into Strolch and
thus now it's all one nice package. This will result in simpler development and less constraints on
APIs between the two projects.</p>
<p>Other than that, not much changed, but we are continually working on Strolch, so go grab your latest
copy and have fun coding!</p>
</div>
<!-- /.blog-post -->
<!-- blog post --> <!-- blog post -->
<div class="blog-post"> <div class="blog-post">
<h2 class="blog-post-title">Strolch Update</h2> <h2 class="blog-post-title">Strolch Update</h2>

View File

@ -62,7 +62,6 @@
<pre class="pre"> <pre class="pre">
git clone https://github.com/eitchnet/strolch.git git clone https://github.com/eitchnet/strolch.git
cd strolch cd strolch
git submodule update --init --recursive
mvn clean install -DskipTests</pre> mvn clean install -DskipTests</pre>
<p><b>Note:</b> If you want to run the tests, then either install a PostgreSQL DB and configure the users as is required by the project, or remove the project from the li.strolch.dev module build, otherwise the build will fail =))</p> <p><b>Note:</b> If you want to run the tests, then either install a PostgreSQL DB and configure the users as is required by the project, or remove the project from the li.strolch.dev module build, otherwise the build will fail =))</p>
@ -439,7 +438,6 @@ mvn clean install -DskipTests</pre>
The following tools are used to develop Strolch and Strolch-based projects: The following tools are used to develop Strolch and Strolch-based projects:
<ul class="list-unstyled"> <ul class="list-unstyled">
<li><a href="https://www.eclipse.org/downloads/"><img style="height: 50px" class="img-thumbnail" src="https://www.eclipse.org/downloads/packages/sites/all/themes/solstice/_themes/solstice_packages/logo.png" alt="Eclipse Luna JEE version" /></a></li> <li><a href="https://www.eclipse.org/downloads/"><img style="height: 50px" class="img-thumbnail" src="https://www.eclipse.org/downloads/packages/sites/all/themes/solstice/_themes/solstice_packages/logo.png" alt="Eclipse Luna JEE version" /></a></li>
<li><a href="https://www.jetbrains.com/webstorm/"><img style="height: 50px; margin-top: 10px" class="img-thumbnail" src="https://www.jetbrains.com/webstorm/documentation/docs/logo_webstorm.png" alt="WebStorm" /></a></li>
<li><a href="https://maven.apache.org/"><img width="250" style="height: 50px; margin-top: 10px" class="img-thumbnail" src="http://maven.apache.org/images/maventxt_logo_200.gif" alt="Apache Maven 3.0" /></a></li> <li><a href="https://maven.apache.org/"><img width="250" style="height: 50px; margin-top: 10px" class="img-thumbnail" src="http://maven.apache.org/images/maventxt_logo_200.gif" alt="Apache Maven 3.0" /></a></li>
<li><a href="http://git-scm.com/"><img style="height: 50px; margin-top: 10px" class="img-thumbnail" src="http://git-scm.com/images/logo@2x.png" alt="git scm" /></a></li> <li><a href="http://git-scm.com/"><img style="height: 50px; margin-top: 10px" class="img-thumbnail" src="http://git-scm.com/images/logo@2x.png" alt="git scm" /></a></li>
</ul> </ul>

View File

@ -50,111 +50,100 @@
<p class="lead page-description">This page contains links to the latest Strolch downloads.</p> <p class="lead page-description">This page contains links to the latest Strolch downloads.</p>
</div> </div>
<div class="content"> <div class="row">
<div class="col-xs-12"><p>The following downloads are releases of Strolch, but remember that it is always
<p>The following downloads are releases of Strolch, but remember that it is always possible (and fairly easily) possible (and fairly easily)
to re-build the artifacts on your own by following the easy steps on the <a href="development.html">development</a> to re-build the artifacts on your own by following the easy steps on the <a href="development.html">development</a>
page</p> page</p></div>
</div>
<h2>Releases</h2> <div class="row">
<div class="col-xs-12"><h2>Releases</h2></div>
<h4>Latest: Version 1.0.0</h4> <div class="col-xs-12"><h4>Latest: Version 1.2.0</h4></div>
<div class="col-xs-12"><p><a href="dist/1.2.0/strolch_bundle-1.2.0.tar.gz">Full Strolch Bundle</a></p></div>
<p><a href="dist/1.0.0/strolch_bundle-1.0.0.tar.gz">Full Strolch Bundle</a></p> <div class="col-xs-3">
Strolch Core:
<div style="width: 100%; float: left"> <ul>
<div style="width: 350px; float: left"> <li><a href="dist/1.2.0/li.strolch.utils-1.2.0.jar">Utils</a></li>
eitchnet libraries: <li><a href="dist/1.2.0/li.strolch.privilege-1.2.0.jar">Privilege</a></li>
<ul> <li><a href="dist/1.2.0/li.strolch.model-1.2.0.jar">Model</a></li>
<li><a href="dist/1.0.0/ch.eitchnet.privilege-1.0.0.jar">Privilege</a></li> <li><a href="dist/1.2.0/li.strolch.agent-1.2.0.jar">Agent</a></li>
<li><a href="dist/1.0.0/ch.eitchnet.utils-1.0.0.jar">Utils</a></li> <li><a href="dist/1.2.0/li.strolch.service-1.2.0.jar">Service</a></li>
<li><a href="dist/1.0.0/ch.eitchnet.xmlpers-1.0.0.jar">XMLPers</a></li> </ul>
</ul> </div>
</div> <div class="col-xs-3">
<div class="row">
<div style="width: 350px; float: left"> <div class="col-xs-12">
Strolch Core: Strolch Components:
<ul> <ul>
<li><a href="dist/1.0.0/li.strolch.model-1.0.0.jar">Model</a></li> <li><a href="dist/1.2.0/li.strolch.persistence.postgresql-1.2.0.jar">PostgreSQL Persistence</a>
<li><a href="dist/1.0.0/li.strolch.agent-1.0.0.jar">Agent</a></li> </li>
<li><a href="dist/1.0.0/li.strolch.service-1.0.0.jar">Service</a></li> <li><a href="dist/1.2.0/li.strolch.xmlpers-1.2.0.jar">XML DB</a></li>
</ul> <li><a href="dist/1.2.0/li.strolch.persistence.xml-1.2.0.jar">XML Persistence</a></li>
<li><a href="dist/1.2.0/li.strolch.rest-1.2.0.jar">RestFul API</a></li>
</ul>
</div>
<div class="col-xs-12">
Strolch tutorial/demo apps:
<ul>
<li><a href="dist/1.2.0/planningwebapp-1.2.0.war">Planning WebApp</a></li>
<li><a href="dist/1.2.0/tutorial-app-1.2.0-bin.tar.gz">Tutorial App</a></li>
<li><a href="dist/1.2.0/tutorialwebapp-1.2.0.war">Tutorial WebApp</a></li>
</ul>
</div>
</div> </div>
</div> </div>
<div style="width: 100%; float: left"> <div class="row">&nbsp;</div>
<div style="width: 350px; float: left">
Strolch Components:
<ul>
<li><a href="dist/1.0.0/li.strolch.persistence.postgresql-1.0.0.jar">PostgreSQL Persistence</a></li>
<li><a href="dist/1.0.0/li.strolch.persistence.xml-1.0.0.jar">XML Persistence</a></li>
<li><a href="dist/1.0.0/li.strolch.rest-1.0.0.jar">RestFul API</a></li>
</ul>
</div>
<div style="width: 350px; float: left"> <div class="col-xs-12"><h4>Snapshot: 1.2.0-SNAPSHOT</h4></div>
Strolch tutorial/demo apps: <div class="col-xs-12"><p>The following downloads are nightly builds of the currently successfully buildable
<ul> artifacts which were built on <a href="http://jenkins.eitchnet.ch/">Jenkins</a>:</p></div>
<li><a href="dist/1.0.0/tutorial-app-1.0.0-bin.tar.gz">Tutorial App</a></li> <div class="col-xs-12"><p><a href="dist/snapshot/strolch_bundle-1.2.0-SNAPSHOT.tar.gz">Strolch Snapshot
<li><a href="dist/1.0.0/tutorialwebapp.war">Tutorial WebApp</a></li> Bundle</a></p></div>
</ul> <div class="col-xs-3">
Strolch Core:
<ul>
<li><a href="dist/snapshot/li.strolch.privilege-1.2.0-SNAPSHOT.jar">Privilege</a></li>
<li><a href="dist/snapshot/li.strolch.utils-1.2.0-SNAPSHOT.jar">Utils</a></li>
<li><a href="dist/snapshot/li.strolch.model-1.1.0-SNAPSHOT.jar">Model</a></li>
<li><a href="dist/snapshot/li.strolch.agent-1.1.0-SNAPSHOT.jar">Agent</a></li>
<li><a href="dist/snapshot/li.strolch.service-11.1.0-SNAPSHOT.jar">Service</a></li>
</ul>
</div>
<div class="col-xs-3">
<div class="row">
<div class="col-xs-12">
Strolch Components:
<ul>
<li><a href="dist/snapshot/li.strolch.persistence.postgresql-1.2.0-SNAPSHOT.jar">PostgreSQL
Persistence</a></li>
<li><a href="dist/snapshot/li.strolch.xmlpers-1.2.0-SNAPSHOT.jar">XML DB</a></li>
<li><a href="dist/snapshot/li.strolch.persistence.xml-1.2.0-SNAPSHOT.jar">XML Persistence</a>
</li>
<li><a href="dist/snapshot/li.strolch.rest-1.2.0-SNAPSHOT.jar">RestFul API</a></li>
</ul>
</div>
<div class="col-xs-12">
Strolch tutorial/demo apps:
<ul>
<li><a href="dist/snapshot/planningwebapp-1.2.0-SNAPSHOT.war">Planning WebApp</a></li>
<li><a href="dist/snapshot/tutorial-app-1.2.0-SNAPSHOT-bin.tar.gz">Tutorial App</a></li>
<li><a href="dist/snapshot/tutorialwebapp-1.2.0-SNAPSHOT.war">Tutorial WebApp</a></li>
</ul>
</div>
</div> </div>
</div> </div>
<h4>Snapshot: 1.1.0-Snapshot</h4>
<p><a href="dist/snapshot/strolch_bundle-1.1.0-SNAPSHOT.tar.gz">Strolch Snapshot Bundle</a></p>
<p>The following downloads are nightly builds of the currently successfully build artifacts which were built on
the <a href="http://jenkins.eitchnet.ch/">continuous integration infrastructure</a>:</p>
<div style="width: 100%; float: left">
<div style="width: 350px; float: left">
eitchnet libraries:
<ul>
<li><a href="dist/snapshot/ch.eitchnet.privilege-1.1.0-SNAPSHOT.jar">Privilege</a></li>
<li><a href="dist/snapshot/ch.eitchnet.utils-1.1.0-SNAPSHOT.jar">Utils</a></li>
<li><a href="dist/snapshot/ch.eitchnet.xmlpers-1.1.0-SNAPSHOT.jar">XMLPers</a></li>
</ul>
</div>
<div style="width: 350px; float: left">
Strolch Core:
<ul>
<li><a href="dist/snapshot/li.strolch.model-1.1.0-SNAPSHOT.jar">Model</a></li>
<li><a href="dist/snapshot/li.strolch.agent-1.1.0-SNAPSHOT.jar">Agent</a></li>
<li><a href="dist/snapshot/li.strolch.service-11.1.0-SNAPSHOT.jar">Service</a></li>
</ul>
</div>
</div>
<div style="width: 100%; float: left">
<div style="width: 350px; float: left">
Strolch Components:
<ul>
<li><a href="dist/snapshot/li.strolch.persistence.postgresql-1.1.0-SNAPSHOT.jar">PostgreSQL
Persistence</a></li>
<li><a href="dist/snapshot/li.strolch.persistence.xml-1.1.0-SNAPSHOT.jar">XML Persistence</a></li>
<li><a href="dist/snapshot/li.strolch.rest-1.1.0-SNAPSHOT.jar">RestFul API</a></li>
</ul>
</div>
<div style="width: 350px; float: left">
Strolch tutorial/demo apps:
<ul>
<li><a href="dist/snapshot/tutorial-app-1.1.0-SNAPSHOT-bin.tar.gz">Tutorial App</a></li>
<li><a href="dist/snapshot/tutorialwebapp.war">Tutorial WebApp</a></li>
</ul>
</div>
</div>
<div style="clear:both;"></div>
<!-- content here --> <!-- content here -->
</div> </div>
<!-- /.content --> <!-- /.content -->
<div class="row">&nbsp;</div>
<!-- .footer --> <!-- .footer -->
<div id="footer"> <div id="footer">
<div class="container"> <div class="container">

View File

@ -141,12 +141,6 @@
<h4>Basic runtime dependencies</h4> <h4>Basic runtime dependencies</h4>
<ul> <ul>
<li>ch.eitchnet:ch.eitchnet.privilege:jar:1.0.0-SNAPSHOT:compile
<p>implements the authorization and authentication in Strolch</p></li>
<li>ch.eitchnet:ch.eitchnet.utils:jar:1.0.0-SNAPSHOT:compile
<p>Consists of utility classes for recurring problems</p></li>
<li>ch.eitchnet:ch.eitchnet.xmlpers:jar:1.0.0-SNAPSHOT:compile
<p>Implements the XML Persistence layer used by li.strolch.persistence.xml</p></li>
<li>org.postgresql:postgresql:jar:9.3-1100-jdbc41:compile <li>org.postgresql:postgresql:jar:9.3-1100-jdbc41:compile
<p>Implements the PostgreSQL Persistence layer used by li.strolch.persistence.postgresql</p></li> <p>Implements the PostgreSQL Persistence layer used by li.strolch.persistence.postgresql</p></li>
<li>commons-cli:commons-cli:jar:1.2:compile <li>commons-cli:commons-cli:jar:1.2:compile