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
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
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