AJAX框架 Ajax Agent
- 授权协议: GPL
- 开发语言: PHP JavaScript
- 操作系统: 跨平台
- 软件首页: http://sourceforge.net/projects/ajaxagent/
- 软件文档: http://ajaxagent.org/doc.php
软件介绍
AjaxAgent 是一个非常易于使用(只需三行代码),并且非常强大的开源框架用于快速构建AJAX或RIA应用程序。支持复杂的数据类型比 如:associated arrays与object。使用JSON(JavaScript Object Notation)作为数据交换格式。
示例代码:
<?php
include_once("agent.php");
$agent->init();
agent.call('url','server_function', 'client_handle', param1, param2, ...);
?>
APIs
Daniel Jacobson、Greg Brail、Dan Woods / O'Reilly Media / 2011-12-24 / USD 24.99
Many of the highest traffic sites get more than half of their traffic not through the browser but through the APIs they have created. Salesforce.com (more than 50%) and Twitter (more than 75% fall int......一起来看看 《APIs》 这本书的介绍吧!
