<ac:macro ac:name="unmigrated-inline-wiki-markup"><ac:plain-text-body><![CDATA[
<ac:macro ac:name="unmigrated-inline-wiki-markup"><ac:plain-text-body><![CDATA[
Zend_Json_RpcServer is a simple component that generates code to make JSON-RPC service.Zend Framework: Zend_Json_RpcServer Component Proposal
Proposed Component Name
Zend_Json_RpcServer
Developer Notes
http://framework.zend.com/wiki/display/ZFDEV/Zend_Json_RpcServer
Proposers
My E-mail Address
Revision
1.1 - 1 August 2006: Updated from community comments. (wiki revision: 7)
Table of Contents
1. Overview
Example http://php.com.ua/begemot/dojo_example.rar2. References
3. Component Requirements, Constraints, and Acceptance Criteria
4. Dependencies on Other Framework Components
- Zend_Json for encode and decode data
5. Theory of Operation
It's worked but not handle of all situations of method calls.
6. Milestones / Tasks
7. Class Index
- Zend_Json_Rpc_Server
8. Use Cases
| UC-01 |
|---|
1 Comment
comments.show.hideMay 02, 2007
Geoffrey Tran
<p>A JSON RPC server implementation is fine, but I don't think that it should be dojo specific. Generating an SMD should be a separate class (Zend_Json_Smd?) and the server class should probably be named Zend_Json_Server. It should implement 1.0 of the <a class="external-link" href="http://json-rpc.org">http://json-rpc.org</a> specification fully and most/all of 1.1 draft.</p>
<p>That is how I have it currently setup.</p>