meerkat-java/bulletin-board-server
Arbel Deutsch Peled b17954adc2 Split interface into BulletinBoardClient and AsyncBulletinBoardClient.
Added Batch Messages Bulletin Board Client interface and associated ProtoBufs.
Returned simple implementation of BulletinBoardClient.
Made ThreadedBulletinBoardClient extend SimpleBulletinBoardClient.
Fixed an issue in SQLite where identical Signatures could be added to the same message.
2015-12-14 23:14:52 +02:00
..
src Split interface into BulletinBoardClient and AsyncBulletinBoardClient. 2015-12-14 23:14:52 +02:00
.gitignore Adding new file versions 2015-11-13 19:54:56 +02:00
build.gradle Added named parameters to the BulletinBoardSQLServer. 2015-12-12 11:54:52 +02:00
gradle-app.setting HelloWorld for protobuf-based servlet with integration test example 2015-11-10 01:49:17 +02:00
gradlew Moved to multi-project gradle build; added (non-working) hello world for bulletin-board server using Jetty and Jersey 2015-11-09 16:01:59 +02:00