Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 8a5c4468c5 [Major] Now using a nice query parser for resource querying in planning 2016-04-05 08:30:40 +02:00
ch.eitchnet.parent@538fc3c449 [Project] Updated deployment server 2015-11-20 00:17:16 +01:00
ch.eitchnet.privilege@9b05d8cbbd [Major] Refactored Privilege to use separate mode files 2016-02-28 19:54:17 +01:00
ch.eitchnet.utils@49b325eca1 [Major] Add new tests to performance test project 2016-03-27 19:23:35 +02:00
ch.eitchnet.xmlpers@4ba00c83d6 [Project] Updated ch.eitchnet.* submodule commits 2016-02-10 20:37:27 +01:00
li.strolch.agent [WIP] Added Resource table loading to planning web 2016-04-01 18:24:35 +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] Updated deployment server 2015-11-20 14:37:36 +01:00
li.strolch.model [Major] Now using a nice query parser for resource querying in planning 2016-04-05 08:30:40 +02:00
li.strolch.parent [New] Added a QueryParser to parse String queries to Strolch queries 2016-04-05 08:30:07 +02:00
li.strolch.performancetest [Major] Add new tests to performance test project 2016-03-27 19:23:35 +02:00
li.strolch.persistence.postgresql [Major] Now using a nice query parser for resource querying in planning 2016-04-05 08:30:40 +02:00
li.strolch.persistence.xml [Major] Add new tests to performance test project 2016-03-27 19:23:35 +02:00
li.strolch.planningwebapp [Major] Now using a nice query parser for resource querying in planning 2016-04-05 08:30:40 +02:00
li.strolch.rest [Major] Now using a nice query parser for resource querying in planning 2016-04-05 08:30:40 +02:00
li.strolch.service [Major] Refactored Privilege to use separate mode files 2016-02-28 19:54:17 +01:00
li.strolch.testbase [Major] Refactored setup of StrolchAgent using StrolchBootstrapper 2016-02-27 13:32:18 +01:00
li.strolch.tutorialapp [Major] Refactored Privilege to use separate mode files 2016-02-28 19:54:17 +01:00
li.strolch.tutorialwebapp [Major] Refactored Privilege to use separate mode files 2016-02-28 19:54:17 +01:00
li.strolch.website adding google web admin verification 2016-02-15 16:17:58 +01:00
strolch_minimal [New] Added strolch_minimal and strolch_minimal_rest projects 2015-07-09 14:51:06 +02:00
strolch_minimal_rest [Project] Updated deployment server 2015-11-20 11:53:54 +01: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 QueryParser to parse String queries to Strolch queries 2016-04-05 08:30:07 +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