Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 5822c231f0 [Major] Added SAX XML persistence incl. DOM for Activities 2015-07-08 08:21:11 +02:00
ch.eitchnet.parent@130c8db4e9 [Project] updated submodule commits 2015-03-02 20:32:00 +01:00
ch.eitchnet.privilege@0c7315b713 [Major] refactored SystemUserActions in privilege 2015-06-03 23:32:23 +02:00
ch.eitchnet.utils@2e58db83fd [Major] Major refactoring of SAX and DOM implemenetations 2015-07-07 17:53:17 +02:00
ch.eitchnet.xmlpers@6659b90b83 [Major] Added SAX XML persistence incl. DOM for Activities 2015-07-08 08:21:11 +02:00
li.strolch.agent [Minor] Changed TimeState Type from BooleanState to Boolean, etc. 2015-07-08 07:47:46 +02:00
li.strolch.bom [Project] Bumped version from 1.2.0-SNAPSHOT to 1.1.0-SNAPSHOT 2015-03-02 14:29:34 +01:00
li.strolch.dev [Project] added export of Eclipse settings for code formatting: 2015-05-26 23:10:17 +02:00
li.strolch.model [Major] Added SAX XML persistence incl. DOM for Activities 2015-07-08 08:21:11 +02:00
li.strolch.parent [Project] Bumped version from 1.2.0-SNAPSHOT to 1.1.0-SNAPSHOT 2015-03-02 14:29:34 +01:00
li.strolch.performancetest [Major] StrolchComponent methods can now throw Exception 2015-06-11 19:19:52 +02:00
li.strolch.persistence.postgresql [New] Added migration scripts for Activities as version 0.4.0 2015-07-08 07:51:02 +02:00
li.strolch.persistence.xml [Major] Added SAX XML persistence incl. DOM for Activities 2015-07-08 08:21:11 +02:00
li.strolch.rest [Major] StrolchComponent methods can now throw Exception 2015-06-11 19:19:52 +02:00
li.strolch.service [Minor] Changed TimeState Type from BooleanState to Boolean, etc. 2015-07-08 07:47:46 +02:00
li.strolch.testbase [Project] Added missing license headers 2015-04-22 13:20:28 +02:00
li.strolch.tutorialapp [Major] StrolchComponent methods can now throw Exception 2015-06-11 19:19:52 +02:00
li.strolch.tutorialwebapp [Major] StrolchComponent methods can now throw Exception 2015-06-11 19:19:52 +02:00
li.strolch.website [New] added blog post on new documentation page 2015-04-06 16:02:58 +02:00
.gitignore [Project] ignoring .idea 2014-09-20 14:41:52 +02:00
.gitmodules modules 2014-09-19 22:54:01 +02:00
LICENSE [Project] added LICENSE and README.md 2014-09-16 09:29:42 +02:00
README.md Update README.md 2014-10-16 13:04:48 +02:00
pom.xml [New] added a performance test project to see how many TX/s are possible 2015-04-21 15:05:28 +02:00

README.md

Strolch

The main repository which contains all of Strolch.

Strolch consists of the following modules:

  • li.strolch.agent
  • li.strolch.model
  • li.strolch.persistence.postgresql
  • li.strolch.persistence.xml
  • li.strolch.rest
  • li.strolch.service

With the following test applications:

  • li.strolch.tutorialapp
  • li.strolch.tutorialwebapp

And of course the website itself:

  • li.strolch.website

And the following subdirectories contain projects to help keep everything together:

  • li.strolch.dev
  • li.strolch.parent
  • li.strolch.testbase

Find more to Strolch at our website: http://strolch.li

Build status

Build Status ch.eitchnet.parent

Build Status ch.eitchnet.privilege

Build Status ch.eitchnet.utils

Build Status ch.eitchnet.xmlpers

Build Status li.strolch.model

Build Status li.strolch.agent

Build Status li.strolch.bom

Build Status li.strolch.dev

Build Status li.strolch.parent

Build Status li.strolch.persistence.postgresql

Build Status li.strolch.persistence.xml

Build Status li.strolch.rest

Build Status li.strolch.service

Build Status li.strolch.testbase

Build Status li.strolch.tutorialapp

Build Status li.strolch.tutorialwebapp

Build Status li.strolch.website