News Feed
Jobs Feed
Sections




News Archive
CodeForest.net:
Android JSON-RPC client and PHP Zend Framework server
July 13, 2011 @ 10:14:36

In a recent post to CodeForest Luka Peharda shows you how to create a JSON-RPC frontend for your application based on the Zend Framework.

XML-RPC rules, but the amount of data it generates is its big disadvantage. This is where JSON-RPC steps in. Data it generates is significally smaller, but this isn't suprising as JSON is known as fat free XML.This articles is based on my earlier Android XML-RPC article. Its PHP code and Zend Framework setup will be used so you should go through it if you haven't earlier (at least as far as XMLRPC Android client chapter).

You need to have some of the base code from the previous article in place to follow along, but if you're experienced with Zend Framework, keeping up won't be a problem. He uses this JSON-RPC client that was made for use with a ZF application and creates a basic jsonAction to handle the request. He then uses this Android JSON-RPC library to connect from the Android application and fetch some basic data.

0 comments voice your opinion now!
zendframework android jsonrpc xmlrpc client library tutorial


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Integrate your PHP application with Google Calendar

LotsOfCode.com: Tag Cloud Tutorial

Robert Basic's Blog: A Zend_Captcha example

php|architect Blog: WordPress 404 Plugin built on Bing Wrapper

Wojciech Sznapka's Blog: Power of PHP streams – decompress gz archives on the fly from remote server


Community Events











Don't see your event here?
Let us know!


release interview functional testing series conference usergroup unittest opinion rest database podcast language zendframework2 symfony2 framework community phpunit introduction development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework