•  
  •  
  •  
  •  
  •  
  •  
  •  
Username:
Password:
Forgot password?  Register
XML syndication

Zend Rest

Over the last couple of days I safaried through the REST component of the Zend Framework to illmuniate the options to provide a public API for on the framework based applications, using a REST architectural style. As I was unhappy that the Zend Framework REST server per default only responds in POX(Plain old XML), a bend over from XML to the 'fat-free' JSON format was favoured to reduce the client sided parsing effort. The first part of this article will quide you through the creation of the responsive part of a RESTful public API and continue to travel the path to achieve the articles purpose.
http://raphaelstolt.blogspot.com/2007/06/teaching-zend-rest-server-to-talk-json.html
PageRank: Not available
(Clicks: 160; Comments: 0; Listing added: Jun 18, 2007) Listing Details Report Broken  Listing
For an upcoming project I intend implementing a RESTful web service. Back a few months ago when tinkering with the idea of a Technorati class for the Zend Framework, a reply from Davey Shafik highlighted the existence of a Zend_Rest_Client proposal. That proposal has since been implemented, and is now available from the Framework's incubator directory. Also available is the focus of this tutorial - Zend_Rest_Server.
http://blog.astrumfutura.com/archives/245-RESTful-Web-Services-with-Zend-Framework.html
PageRank: Not available
(Clicks: 257; Comments: 0; Listing added: Mar 14, 2007) Listing Details Report Broken  Listing
REST Web Services use service-specific XML formats. These ad-hoc standards mean that the manner for accessing a REST web service is different for each service. REST web services typically use URL parameters (GET data) or path information for requesting data and POST data for sending data. The Zend Framework provides both Client and Server capabilities, which, when used together allow for a much more "local" interface experience via virtual object property access. The Server component features automatic exposition of functions and classes using a meaningful and simple XML format. When accessing these services using the Client, it is possible to easily retrieve the return data from the remote call. Should you wish to use the client with a non-Zend_Rest_Server based service, it will still provide easier data access.
http://framework.zend.com/manual/en/zend.rest.html
PageRank: 6/10
(Clicks: 141; Comments: 0; Listing added: Feb 24, 2007) Listing Details Report Broken  Listing
I am currently working on a ton of Web Services related things for the Zend Framework, one of my favorite, is the almost complete, Zend_Rest_Client. This is a replacement for Zend_Rest (as we're adding a server also).
http://pixelated-dreams.com/archives/243-Next-Generation-REST-Web-Services-Client.html
PageRank: 4/10
(Clicks: 106; Comments: 0; Listing added: Feb 17, 2007) Listing Details Report Broken  Listing
Article at International PHP Conference, November 2006.
http://benramsey.com/media/talks/RESTful-Web-Services.pdf
PageRank: 4/10
(Clicks: 170; Comments: 0; Listing added: Jan 6, 2007) Listing Details Report Broken  Listing
Sort listings by: Alphabetic Date Rank Clicks    ascending | descending