RESTful Web Services DEMOs in PHP
By dimuthuc
Created 2008-09-28 10:36
Enjoy the following DEMOs of RESTful Data Services written in PHP using WSF/PHP.
DEMO URL |
Description |
Service Code |
Explanation |
RESTful School [1] |
Demonstrates mapping a resource to a unique URL |
school_service.php [2] |
DO REST in PHP - RESTful Data Services [3] |
RESTful Applications [4] |
Demonstrate how you can do CRUD operation on a resource with HTTP Verb + Resource URL combination. |
school_applications.php [5] |
RESTful CRUD Data Services DEMO [6] |
Links:
[1] http://labs.wso2.org/wsf/php/demo.php?name=RESTfulSchool&demo=RESTFulSchool/demo_client.php&src=RESTFulSchool
[2] http://labs.wso2.org/wsf/php/source_page_old.php?src=solutions%2FRESTFulSchool%2Fschool_service.php
[3] http://www.dimuthu.org/blog/2008/09/18/do-rest-in-php-php-restful-data-services/
[4] http://labs.wso2.org/wsf/php/demo.php?name=RESTFulCRUD&demo=CRUDApplications/demo_client.php&src=./CRUDApplications
[5] http://labs.wso2.org/wsf/php/source_page_old.php?src=solutions%2F.%2FCRUDApplications%2Fschool_applications.php
[6] http://www.dimuthu.org/blog/2008/09/27/restful-crud-data-services-demo/
posted on 2008-10-07 15:29
Blog of JoJo 阅读(554)
评论(0) 编辑 收藏 所属分类:
Linux 技术相关