Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg cde640d511 [Major] Added StrolchPolicy.undo()
- and from now on we don't use interfaces anymore. We use abstract
classes with StrolchPolicy as the super class.
- it would be lovely if Java would get rid of interfaces and abstract
classes. We only need one: abstract classes.
2015-08-22 21:16:43 +02:00
ch.eitchnet.parent@dc66b7529b [Project] use maven-compiler-plugin 3.3 2015-07-13 11:23:03 +02:00
ch.eitchnet.privilege@65992ce0eb [Minor] changed logger for logged in system user 2015-08-11 13:45:07 +02:00
ch.eitchnet.utils@4b9e166025 [New] Added Policies 2015-08-21 17:38:41 +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 [Major] Added StrolchPolicy.undo() 2015-08-22 21:16:43 +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 StrolchPolicy as super class of all Strolch policies 2015-08-22 20:44:31 +02:00
li.strolch.parent [Project] update maven plug-in versions 2015-07-13 13:07:59 +02:00
li.strolch.performancetest [Major] Refactored query API 2015-08-10 22:21:45 +02:00
li.strolch.persistence.postgresql [Major] Refactored query API 2015-08-10 22:21:45 +02:00
li.strolch.persistence.xml [Major] Refactored query API 2015-08-10 22:21:45 +02:00
li.strolch.planningwebapp [New] Added new project li.strolch.planningwebapp 2015-08-11 17:59:12 +02:00
li.strolch.rest [Major] Refactored query API 2015-08-10 22:21:45 +02:00
li.strolch.service [Major] Refactored query API 2015-08-10 22:21:45 +02:00
li.strolch.testbase [New] Added Policies 2015-08-21 17:38:41 +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 new blog entry 2015-07-08 17:25:51 +02:00
strolch_minimal [New] Added strolch_minimal and strolch_minimal_rest projects 2015-07-09 14:51:06 +02:00
strolch_minimal_rest [New] Added strolch_minimal and strolch_minimal_rest projects 2015-07-09 14:51:06 +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 new project li.strolch.planningwebapp 2015-08-11 17:59:12 +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