1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
85beb3e65b Added a simple util to perfom some manual testing to verify the client-server communication.
This must of course be fully automated.
2014-10-22 10:21:10 +02:00
Ivar Conradi Østhus
4e8d42ff55 Added a simple json-parsing via gson. 2014-10-22 09:19:36 +02:00
Ivar Conradi Østhus
fefa158e6f Extended java-client to support the following:
* Unleash - the actual unleash client exposed to the clients.
* Toggle - represents a concrete feature toggle.
* ToggleRepository - the logic to communicate with the unleash-server.
* Strategy - implements the logic associated with strategies. I have also included to common strategies: "Default" and "Unknown".

related to issue #17.
2014-10-21 15:51:23 +02:00
ivaosthu
2ff49bd3dc Initial java-client setup with jdk 1.7. Closes #17. 2014-10-20 16:23:20 +02:00