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

9 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
8e9e84484f Client: Experiementing with native http-connection
to replace httpclient.
2014-10-24 15:39:27 +02:00
svelovla
6040fb5d64 moved java code into java folder to follow maven conventions 2014-10-24 12:31:12 +02:00
Ivar Conradi Østhus
d86f5f905b Implemented a simple fethcer to replace httpclient 2014-10-24 12:08:51 +02:00
Ivar Conradi Østhus
fc80008c28 Update README.md 2014-10-23 21:59:20 +02:00
Ivar Conradi Østhus
9d334b231b Create README.md 2014-10-23 21:51:10 +02:00
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