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 to
Martino Piccinato a écrit :
Have your component implement the IJSONRencerer interface (
http://tapestry.apache.org/tapestry4.1/apidocs/org/apache/tapestry/IJSONRender.html
)
Thanks ! I'll read more today around that.
Is there a plan for JSON and Tapestry5 ?
Cyrille.
On 6/27/07, Renat Zu
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 seamles
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.
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
--