Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 2686e3d7bf [Major] Strolch agent is now fully realm capable
ResourceMap and OrderMap are kept in a StrolchRealm object for each
realm which is configured. This is transparent for the user. When no
realms are defined then the 'defaultRealm' is configured where all
methods without a realm parameter use this realm.

Once a realm is configured, the defaultRealm must be configured if it 
is still to be used at runtime.

Tests make sure realms work, for both transient, and empty situations.
Cached agent mode is next to be implemented
2013-12-23 20:28:49 +01:00
src [Major] Strolch agent is now fully realm capable 2013-12-23 20:28:49 +01:00
.gitignore [Minor] cleaned up .gitignore 2013-10-28 18:58:31 +01:00
LICENSE [Project] Changed all licence references to Apache License 2.0 2013-12-15 13:10:24 +01:00
README.md Initial commit 2013-10-23 10:47:32 -07:00
pom.xml [New] Added a MainStarter application to start Strolch from main classes 2013-11-25 23:25:45 +01:00

README.md

li.strolch.runtime

runtime for Strolch