AJAX integration allows JavaScript clients in web pages to be able to call into server-side methods using JSON as the wire format and JSON-RPC as the procedure invocation protocol. The methods can be called synchronously or asynchronously.
1. Add an empty JsonGateway.aspx web form to enable JSON-RPC handling
2. Add the json2.js JSON JavaScript library to your application (http://www.json.org/js.html)
2. Only classes marked with FluorineFx.Json.JsonRpcMethod can be invoked