Dario Šafar
Dario Šafar
I'm using jOOQ together with comsat webactors. Here is relevant part of my build.gradle: ``` dependencies { compile 'org.slf4j:slf4j-log4j12:1.7.12' compile 'args4j:args4j:2.33' compile 'org.yaml:snakeyaml:1.17' compile 'io.netty:netty-all:4.1.5.Final' compile 'co.paralleluniverse:quasar-core:0.7.6:jdk8' // Agent for...
I have mixed form with text and file input fields which is being processed by a WebActor. I have to be able to read text input fields by their key...
I am using Netty together with Comsat's webactors. Body string set with `co.paralleluniverse.comsat.webactors.HttpResponse.error()` method is never displayed. I have following block of code: ``` java if (succeeded) { msg.getFrom().send(HttpResponse.ok(self(), msg,...