Re: svn commit: r1180780 - in /tuscany/sca-java-2.x/trunk: distribution/all/src/main/release/bin/ modules/binding-jsonrpc-runtime/ modules/binding-jsonrpc-runtime/META-INF/ modules/binding-jsonrpc-run

2011-10-11 Thread Simon Laws
On Mon, Oct 10, 2011 at 6:37 PM, Raymond Feng enjoyj...@gmail.com wrote: Hi, Before the changes, we use jabsorb as the jsonrpc 1.0 implementation. I decided to use a home grown for number of reasons: 1) The jsonrpc protocol is simple enough. I'm trying to avoid the dependency to a non-active

Re: svn commit: r1180780 - in /tuscany/sca-java-2.x/trunk: distribution/all/src/main/release/bin/ modules/binding-jsonrpc-runtime/ modules/binding-jsonrpc-runtime/META-INF/ modules/binding-jsonrpc-run

2011-10-10 Thread Simon Laws
On Mon, Oct 10, 2011 at 6:01 AM, rf...@apache.org wrote: Author: rfeng Date: Mon Oct 10 05:01:04 2011 New Revision: 1180780 URL: http://svn.apache.org/viewvc?rev=1180780view=rev Log: Use home-grown JSONRPC implementation ...snip Hi Raymond Just interested. What made you build a home

Re: svn commit: r1180780 - in /tuscany/sca-java-2.x/trunk: distribution/all/src/main/release/bin/ modules/binding-jsonrpc-runtime/ modules/binding-jsonrpc-runtime/META-INF/ modules/binding-jsonrpc-run

2011-10-10 Thread Raymond Feng
Hi, Before the changes, we use jabsorb as the jsonrpc 1.0 implementation. I decided to use a home grown for number of reasons: 1) The jsonrpc protocol is simple enough. I'm trying to avoid the dependency to a non-active 3rd party project 2) I'm trying to leverage Jackson to improve performance