Re: [Cppcms-users] ajax with json_rpc-cppcms can not understand the mechanism.
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2011-07-04 07:19:29
|
You probably need some basic knowledge about what JSON RPC is. See: - http://json-rpc.org/ - http://en.wikipedia.org/wiki/JSON-RPC - http://json-rpc.org/wiki/specification If you are looking for a client side implementation refer to toolkits like DOJO or JQery See also: http://json-rpc.org/wiki/implementations for client side code. CppCMS is designed for server side programming. So its Ajax examples currently assume some basic knowledge in client side. Artyom Beilis > >From: le ba <hma...@gm...> >To: cpp...@li... >Sent: Fri, July 1, 2011 5:23:42 PM >Subject: [Cppcms-users] ajax with json_rpc-cppcms can not understand the >mechanism. > > >Hi, > > > >You have provided an example for using json_rpc with cppcms-0.99.7 and I don't >understand how to test it. I can to build it but I don't know how to test the >application after. >Can you provided other example (json and ajax) detailed how the application >receive the data from the client and how the application to transmit the >response to the client after?. >I am a beginner with cppcms for web application but I think you have made a big >work with this framework. > > >Thanks you very much > > >Maminirina |