diff --git a/README.md b/README.md index bf3933622..0592cd634 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ with code completion and refactoring of modern IDEs. [SampleApp - a nio http 1.0 webserver skeleton done with actors](https://github.com/RuedigerMoeller/kontraktor-samples/tree/master/src/main/java/samples/niohttp) +```xml + + de.ruedigermoeller + kontraktor + LATEST + +``` + Kontraktor uses runtime-generated (javassist) proxy instances which put all calls to the proxy onto a queue. A DispatcherThread then dequeues method invocations (=messages) ensuring single-threadedness of actor execution. Kontraktor is work in progress, but 1.0 should be near. It's only 9 classes + some annotations.