Commit Graph

3809 Commits

Author SHA1 Message Date
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 23d8a1e0ce [New] implemented a TransactionResult
This allows reflecting on actual changes performed by the transaction if
this is needed by the caller. One use case would be to perform observer
updates after a transaction was completed.
2013-11-14 21:29:45 +01:00
Robert von Burg 2665aa31b6 [New] implemented a TransactionResult
This allows reflecting on actual changes performed by the transaction if
this is needed by the caller. One use case would be to perform observer
updates after a transaction was completed.
2013-11-14 19:21:49 +01:00
Robert von Burg defba45d02 [New] added state to the container - checked by PrivilegeHandler
The container how sets its own state once it has changed the state of
the components. Now the DefaultStrolchPrivilegeHandler checks that the
container has started before allowing any methods to be called. 

This might still be too restrictive in that when the container is
stopped, that then an admin can not log in and perform any actions, but
this can then be changed when needed.
2013-11-13 19:52:49 +01:00
Robert von Burg ff1b629c9d [New] Implemented a component directed acyclic dependency tree
This is needed to start/stop in the right order
2013-11-12 19:34:48 +01:00
Robert von Burg 8702caa5c3 Implemented tests for dependency analyzing. 2013-11-08 18:24:32 +01:00
Robert von Burg 3a44a1407e [Devel] busy implementing a component directed acyclic dependency tree
This is needed to start/stop in the right order
2013-11-06 22:34:00 +01:00
Robert von Burg 34692df586 [Devel] busy implementing a component directed acyclic dependency tree
This is needed to start/stop in the right order
2013-11-05 20:42:20 +01:00
Robert von Burg ede49b6d20 [Devel] busy implementing a component directed acyclic dependency tree
This is needed to start/stop in the right order
2013-11-05 20:42:14 +01:00
Robert von Burg af34d81df8 [Devel] busy implementing a component directed acyclic dependency tree
This is needed to start/stop in the right order
2013-11-05 20:41:24 +01:00
Robert von Burg 994de0241a [Minor] cleaned up compiler warnings in BaseEncoding 2013-11-01 18:48:57 +01:00
Robert von Burg 9c547af5bb [Major] cleaned up the FileServer/Client implentation
Also renamed it from RMI to FileServer/Client. There is no reason this
has to be RMI bound, as a client must simply implement FileClient where
the upload/download methods can be implemented to be done over any kind
of remote connection
2013-10-31 22:42:38 +01:00
Robert von Burg 3f177275b3 [New] initial commit of pom.xml 2013-10-31 00:45:48 +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 e415dcd6bf [New] rewrote the abstract test to use mocking of the container 2013-10-31 00:43:52 +01:00
Robert von Burg 85011270d2 [Major] basic implementation of Strolch Runtime complete
- We now have a container which can be configured with components, can
be setup, started, stopped and destroye.

- Missing is still the implementation of the dependencies.
2013-10-31 00:43:14 +01:00
Robert von Burg 5047ad9ff0 [Major] cleaned up FileHelper by using Java 7 auto resource close
- Also cleaned up all compiler warnings.
- Added new method to copy a list of files to a destination
2013-10-31 00:41:50 +01:00
Robert von Burg f35ba7b13c [Minor] cleaned up XmlHelper 2013-10-31 00:06:51 +01:00
Robert von Burg 8c8a7b1dc4 [Minor] Extended LocatorBuilder to allow removing last element 2013-10-30 07:57:15 +01:00
Robert von Burg 546f2c9caf Revert "[New] refactored Locator"
This reverts commit bca42e35c8.
2013-10-30 07:45:01 +01:00
Robert von Burg bbd862de72 [Minor] Added hashcode() and equals() to Locator 2013-10-30 07:41:55 +01:00
Robert von Burg bca42e35c8 [New] refactored Locator
Now added method to add single element, or get parent. Also removed
restriction for element to have at least three elements. Now one element
is sufficient.
2013-10-29 21:04:50 +01:00
Robert von Burg efd30b82a9 [New] implementing base configuration model and privilege handler 2013-10-28 22:07:54 +01:00
Robert von Burg f04dcdb43e [Minor] added constructor to SimpleServiceHandler 2013-10-28 22:07:28 +01:00
Robert von Burg 5e82fa7fc5 [Minor] added constructor to XmlPersistenceHandler 2013-10-28 22:07:17 +01:00
Robert von Burg 4947d256b3 [New] added tutorialapp 2013-10-28 22:02:04 +01:00
Robert von Burg f2fd1233d9 [Minor] renamed validateIsPrivilegeAdmin to assertIsPrivilegeAdmin 2013-10-28 22:00:33 +01:00
Robert von Burg 7c3b6ff722 Initial commit 2013-10-28 11:05:06 -07:00
Robert von Burg 9de31a136e [Minor] cleaned up .gitignore 2013-10-28 18:58:36 +01:00
Robert von Burg 51a54e8268 [Minor] cleaned up .gitignore 2013-10-28 18:58:31 +01:00
Robert von Burg 55fdc6cfc5 [Minor] cleaned up .gitignore 2013-10-28 18:58:11 +01:00
Robert von Burg 528f979472 [Project] modules may not be in a subfolder... 2013-10-28 18:58:05 +01:00
Robert von Burg a591479379 [Minor] cleaned up .gitignore 2013-10-28 18:56:51 +01:00
Robert von Burg 60e75219bb [Minor] cleaned up .gitignore 2013-10-28 18:56:44 +01:00
Robert von Burg 33d7fb2e33 [Minor] cleaned up .gitignore 2013-10-28 18:56:38 +01:00
Robert von Burg c69ebe8e24 Update LockingTest.java 2013-10-28 15:49:48 +01:00
Robert von Burg ff5304a1a0 Update LockingTest.java 2013-10-28 15:46:08 +01:00
Robert von Burg 549d8fb8a7 Update LockableObject.java 2013-10-28 15:40:21 +01:00
Robert von Burg 93154566d6 [Minor] README cleanup 2013-10-27 23:11:34 +01:00
Robert von Burg 9ea4929497 [Minor] set parent to 0.1.0-SNAPSHOT 2013-10-27 23:06:35 +01:00
Robert von Burg ef256706e4 [Minor] set parent to 0.1.0-SNAPSHOT 2013-10-27 23:06:30 +01:00
Robert von Burg bac94f6075 [Minor] set parent to 0.1.0-SNAPSHOT 2013-10-27 23:06:19 +01:00
Robert von Burg 7a8e9a5e14 [Minor] code formatting 2013-10-27 22:23:38 +01:00
Robert von Burg 9d29dff6c9 [Minor] code cleanup 2013-10-27 04:17:48 +01:00
Robert von Burg d90c698176 [Minor] code cleanup 2013-10-27 04:13:05 +01:00
Robert von Burg ac9cba1f08 [New] added a bootstrap_https.sh for https cloning on CI 2013-10-27 03:58:29 +01:00
Robert von Burg 7c598a552f [Minor] cleanup 2013-10-27 03:51:16 +01:00
Robert von Burg f3a912069f [New] added push script 2013-10-27 03:49:34 +01:00
Robert von Burg 1bf99a0d62 [New] Initial commit of bootstrap scripts 2013-10-27 03:46:16 +01:00
Robert von Burg 181e3dfdff [Minor] Added StrolchComponent interface to SimpleServiceHandler 2013-10-27 03:27:18 +01:00