Brutusin-RPC
Brutusin-RPC copied to clipboard
Self-describing JSON-RPC web services over HTTP, with automatic API description based on JSON-Schema
First of all, wicked project. Great to see others are building nice tools for JSON-RPC. I was wondering if you've given any thought to integrating OpenRPC into brutusin-rpc? There is...
Can we? Something like https://github.com/Kurento/kurento-java/blob/master/kurento-integration-tests/kurento-jsonrpc-test/src/test/java/org/kurento/jsonrpc/test/BidirectionalMultiTest.java
For blocking operations performed in the action for example in `DelegatingHttpAction` it would be great being able of setting the action as "async" and executing it in a aync context...
code at: https://github.com/brutusin/Brutusin-RPC/blob/master/rpc-api/src/main/java/org/brutusin/rpc/RpcComponent.java#L103 example: http://localhost:8080/rpc/repo/#http-services/rpc.http.version
http://demo.rpc.brutusin.org/rpc/repo/#http-services/logo
Current service implementation is based on strategy pattern extending different framework base action classes. It would be great to support other programming models that allow to instantiate services by other...
In order to support different container implementations (CDI, Spring, ...) main modules must not depend on any Spring artifact. Suggested by @bessemHmidi