google-code-export / rocket-gwt

Automatically exported from code.google.com/p/rocket-gwt
1 stars 1 forks source link

have real jsonrpc POST support , compatible with the jsonrpc protocol eg. used by the jsonrpc java bridge from http://oss.metaparadigm.com/jsonrpc/ #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I want to have a gwt client using rocket jsonrpc talking jsonrpc (and not
plain www-url-encoded params but mimetype application/json)
See http://oss.metaparadigm.com/jsonrpc/ 
and wikipedia "jsonrpc"

see forum
http://groups.google.com/group/rocket-gwt/browse_thread/thread/c4e6c00bf9ca2827

Original issue reported on code.google.com by nyst...@gmail.com on 31 Aug 2007 at 7:03

GoogleCodeExporter commented 9 years ago

Original comment by miroslav...@gmail.com on 31 Aug 2007 at 8:34

GoogleCodeExporter commented 9 years ago
Work completed. Code available in head but not yet released.

Original comment by miroslav...@gmail.com on 9 Sep 2007 at 10:43

GoogleCodeExporter commented 9 years ago
I hope it will work, in the mean time I made my own gateway which works fine 
with
jsonrpc on the server, but I have to do a manual serialization/deserialization 
per
request... :)

Original comment by nyst...@gmail.com on 11 Sep 2007 at 6:14