I use SmartGWT 2.4 LGPL.
I read The Smart GWT Quick Start Guide, in fact i use the restdatasource to communicate among client and server. We send a request to the server and it make an response xml, then the client read the response xml with an absolute url. But there is a problem. The xml response is shared by multiple clients, what can you do?
We wrote the code manually without DSRequest & DSResponse, because i can't understand about these methods. In more, I could not find an example of server-side. Is there anybody who can explain how the dsrequest and dsresponse?
I understood this:
client --> dsrequest obj --> server
server --> dsresponse obj --> client
ok?
Dsrequest & Dsresponse question:
how do you create the response in xml format? Is there any method?
I read The Smart GWT Quick Start Guide, in fact i use the restdatasource to communicate among client and server. We send a request to the server and it make an response xml, then the client read the response xml with an absolute url. But there is a problem. The xml response is shared by multiple clients, what can you do?
We wrote the code manually without DSRequest & DSResponse, because i can't understand about these methods. In more, I could not find an example of server-side. Is there anybody who can explain how the dsrequest and dsresponse?
I understood this:
client --> dsrequest obj --> server
server --> dsresponse obj --> client
ok?
Dsrequest & Dsresponse question:
how do you create the response in xml format? Is there any method?
Comment