Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
Conflicts:
	src/main/java/de/ruedigermoeller/kontraktor/RuedisPlayground.java
  • Loading branch information
RuedigerMoeller committed May 12, 2014
2 parents 70a99e6 + aecdd2a commit 541a55a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor</artifactId>
<version>LATEST</version>
</dependency>
```

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.
Expand Down

0 comments on commit 541a55a

Please sign in to comment.