Commit Graph

21 Commits

Author SHA1 Message Date
Robert von Burg d1d51587db [New] Modified the RuntimeMock to simply copy all root source 2014-01-10 23:15:03 +01:00
Robert von Burg a012c7fff8 [Major] refactored how transactions are opened
Now the ElementMapHandler is the central object and clients do not use
access DAOs or the PersistenceHandler anymore. This is now transparent.
2014-01-10 19:11:01 +01:00
Robert von Burg e855378780 [Major] renamed project li.strolch.runtime to li.strolch.agent 2014-01-10 17:17:04 +01:00
Robert von Burg 3081e08828 [Major] TXs are opened from ElementMap and all methods need a TX now 2013-12-26 00:05:03 +01:00
Robert von Burg 3cbac517f3 [Minor] reorganized classes for Agent into api and impl packages 2013-12-25 22:31:04 +01:00
Robert von Burg f8ce5f22ec [Major] RuntimeMock now also copies data 2013-12-25 19:04:49 +01:00
Robert von Burg edce1aaba4 [Minor] additional logger 2013-12-25 17:40:42 +01:00
Robert von Burg 0879db1152 [Minor] refactored tests for persistence layers to remove duplicate code 2013-12-25 17:33:55 +01:00
Robert von Burg 1538570711 [Minor] refactored tests for persistence layers to remove duplicate code 2013-12-25 17:02:09 +01:00
Robert von Burg 8c786d4fbc [Minor] set artifact name to artifactId for easier reading of build log 2013-12-24 02:44:06 +01:00
Robert von Burg 2c10b1b727 [Major] moved OrderDao and ResourceDao factory methods to transaction
It makes using transaction feel easier.
2013-12-24 00:36:36 +01:00
Robert von Burg 111d8a97c5 [Major] refactored Element maps for better handling
Now they are not components, now there is an ElementMapHandler which
is the component and the OrderMap and ResourceMap can be retrieved from
the ElementMapHandler
2013-12-23 18:42:57 +01:00
Robert von Burg 0dd1a5b3f9 [Project] Changed all licence references to Apache License 2.0 2013-12-15 13:10:31 +01:00
Robert von Burg 9bd1453f7f [Minor] moved the ModelBuilder to li.strolch.model ModelGenerator
now generating objects is available everywhere
2013-12-11 23:53:23 +01:00
Robert von Burg 9bc5f46f2a [New] Implemented EMPTY and TRANSIENT dataStoreModes.
Refactored Agent to be responsible for starting the container. And it
requires the runtime configuration.
2013-11-25 18:53:59 +01:00
Robert von Burg afda69d236 [Minor] Added convenience method to access PrivilegeHandler 2013-11-16 01:10:20 +01:00
Robert von Burg 1e8648bc2a [New] implemented a RuntimeMock for easy mockin the container
This can be used in the different projects to testing components which
need a runtime
2013-11-14 21:31:14 +01:00
Robert von Burg a6fe2dce67 [New] added a container mock which creates the required directory struct 2013-10-31 00:44:29 +01:00
Robert von Burg 9de31a136e [Minor] cleaned up .gitignore 2013-10-28 18:58:36 +01:00
Robert von Burg c57693d9c3 [New] Added a ModelBuilder to conveniently create Resources and Orders 2013-10-24 21:49:04 +02:00
Robert von Burg 8efe85d6c8 Initial commit 2013-10-24 11:29:06 -07:00