Re: tutorial - using binding.rest with non-jaxrs service?

2010-08-28 Thread ant elder
On Sat, Aug 28, 2010 at 12:15 AM, Luciano Resende luckbr1...@gmail.com wrote: On Fri, Aug 27, 2010 at 3:45 PM, ant elder antel...@apache.org wrote: On Fri, Aug 27, 2010 at 11:08 PM, Luciano Resende luckbr1...@gmail.com wrote: On Fri, Aug 27, 2010 at 2:34 PM, ant elder antel...@apache.org

Re: tutorial - using binding.rest with non-jaxrs service?

2010-08-28 Thread ant elder
On Sat, Aug 28, 2010 at 9:12 AM, Raymond Feng enjoyj...@gmail.com wrote: IMO, using HTTP/GET to access the RPC style services is just a poor-man's web service. Don't go deeper to support complex types, don't try to support POST, because that will reinvent the wheels that either WS-*, REST, or

Re: Node2 vs Node, parallel universes? Sample tuscany launcher shell

2010-08-28 Thread Florian MOGA
Hi, I've been checking out the shell module as it seems a useful tool to have and I'm also a fan of command line tools :). Considering the fact that it is still a work in progress I can say i found it really nice as a general impression. Here are some observations I made while using it: -

Re: tutorial - using binding.rest with non-jaxrs service?

2010-08-28 Thread Florian MOGA
I was going to open up a separate topic for this but I think at this point of discussion, this might be a good place to bring it up. For the comet binding i used the jsonp binding as an example. I was passing parameters for the service as a JSON array and had the surprise that converting JSON