Re: [T4] about JSON in Tapestry

2007-07-02 Thread #Cyrille37#
Igor Drobiazko a écrit : Hi, in tapestry JSON is used to render the asynchronous response to the client. Lets say you have an ajax component which has some javascript. The component provides needed data for its javascript via JSON. I'm not sure whether it is your scenario but you could have a

Re: [T4] about JSON in Tapestry

2007-07-02 Thread Igor Drobiazko
Hi, in tapestry JSON is used to render the asynchronous response to the client. Lets say you have an ajax component which has some javascript. The component provides needed data for its javascript via JSON. I'm not sure whether it is your scenario but you could have a look at: http://tapestry.ap

[T4] about JSON in Tapestry

2007-07-01 Thread #Cyrille37#
Hi, I can see that JSon is implemented in Tapestry4.1.x (IJSONRender,ResponseBuilder) Today I use JSon for communicate between Java Applet and WebApp, I've go a Servlet that make the bridge from JSon call to the WebApp via some Spring Beans. Perhaps I can stop to use this Servlet and manage