Author Topic: Drupal 7 - Service, Rest Server 及 Json Server 設定教學  (Read 3847 times)

admin

  • Administrator
  • *****
  • Posts: 0
    • View Profile
Drupal 7 - Service, Rest Server 及 Json Server 設定教學
« on: April 29, 2012, 11:26:21 PM »
Drupal Services Examples (先了解 Drupal Service 如何設定)
http://www.tylerfrankenstein.com/code/drupal-services-examples

Drupal Services 3.X (已包含 Rest Server)
http://drupal.org/project/services

如不能正常啟動 Rest Server, 請檢查下面的檔案路徑
Download spyc from http://code.google.com/p/spyc/. Inside the spyc folder find the file called spyc.php and copy it to the Services Module 'servers/rest_server/lib/' directory.

Services Views (必須安裝此項目才能在Rest Resource 內使用 Views)
http://drupal.org/project/services_views

Drupal Services and JSON Server – Part 1
http://www.sparklepod.com/myblog/drupal-services-and-json-server-1/

Drupal Services and JSON Server – Part 2
http://www.sparklepod.com/myblog/drupal-services-and-json-server-part-2/

Drupal Services Module
http://echodittolabs.org/blog/2010/07/drupal-services-module
« Last Edit: April 30, 2012, 12:30:52 AM by Roy Chan »