about JSON-RPC

2007-06-27 Thread #Cyrille37#
Hello, I'm using JSON-RPC for talking beetwen a Java Applet and the WebApplication. To manage JsonRpc calls I've done a Servlet. I come to you to know if there is a Tapestry way for handling those JsonRpc calls ? thanks for ideas cyrille

Re: about JSON-RPC

2007-06-27 Thread Renat Zubairov
Depends on the version of tapestry. If you are talking about 4.1 you can integrate it seamlessly to your page About 5.0 I don't know the details, but as far as I've seen it should be simple. About earlier versions of tapestry you need to extend a BasePage class a bit to generate JSON in response.

Re: about JSON-RPC

2007-06-27 Thread Martino Piccinato
Have your component implement the IJSONRencerer interface ( http://tapestry.apache.org/tapestry4.1/apidocs/org/apache/tapestry/IJSONRender.html ) On 6/27/07, Renat Zubairov [EMAIL PROTECTED] wrote: Depends on the version of tapestry. If you are talking about 4.1 you can integrate it

Re: about JSON-RPC

2007-06-27 Thread #Cyrille37#
Renat Zubairov a écrit : Depends on the version of tapestry. If you are talking about 4.1 you can integrate it seamlessly to your page About 5.0 I don't know the details, but as far as I've seen it should be simple. About earlier versions of tapestry you need to extend a BasePage class a bit