Re: [qooxdoo-devel] JSON-RPC 2.0 Router for .NET

2011-09-02 Thread Gian Marco Gherardi
> Gian, what does a JSON-RPC "router" do? In .NET (but also in Java) you have to write a lot of boilerplate code to "route" a JSON-RPC request that comes over HTTP to the corresponding method call. This code is mostly standard, the only part that is custom to the application is how to map from a m

Re: [qooxdoo-devel] JSON-RPC 2.0 Router for .NET

2011-09-01 Thread Derrell Lipman
On Thu, Sep 1, 2011 at 11:10, Gian Marco Gherardi < [email protected]> wrote: > I want to let you know that i've developed a JSON-RPC2 router for > .NET. ... > PS: Given that Qx conforms to JSON-RPC 2.0 specs for RPC layer, i > don't consider this thread off-topic. > As a reminder, w

[qooxdoo-devel] JSON-RPC 2.0 Router for .NET

2011-09-01 Thread Gian Marco Gherardi
Hi all, I want to let you know that i've developed a JSON-RPC2 router for .NET. AFAIK this is the only JSON-RPC 2.0 router currently available in .NET space. This is an experimental library and is still a work in progress, but can be worth looking for anyone that is trying to integrate Qx with .NE