SlideShare ist ein Scribd-Unternehmen logo
1 von 23
PHP TRONG PHÁT TRIỂN
   MOBILE WEB SERVICE
Hanoi – PHP Day 2011
Ngô Xuân Lộc
CNC Mobile - Android Technical Leader
NỘI DUNG

Web Services?
Các chuẩn Web Services
Nguyên tắc thiết kế Web Services theo chuẩn RESTful
Tạo một Web Service đơn giản theo chuẩn RESTful bằng
PHP
WEB SERVICES ?

“Web Services are frequently just Web APIs that can be accessed over a
network, such as the Internet, and executed on a remote system hosting the
requested services” - WikiPedia -
CÁC CHUẨN WEB SERVICES

XML – RPC (remote procedure call)
SOAP (Simple Object Access Protocol)
RESTful (Representational State Transfer)
CÁC CHUẨN WEB SERVICES

XML – RPC

Ra đời vào năm 1998

là một giao thức gọi thủ tục từ xa (RPC) trong đó sử

dụng XML để mã hóa dữ liệu và sủ dụng các giao thức

HTTP để truyền tải
SOAP

Có thể coi là một protocol giống như HTTP-Get, và
HTTP-Post
SOAP dựa trên nền tảng XML.
SOAP là một chuẩn Web Services dựa trên chức
năng
Một application có thể request một dịch vụ (web
service) thông qua các SOAP envelop và nhận kết
RESTful
Giới thiệu lần đầu vào năm 2000
Là một chuẩn Web Service hướng đến tài nguyên
và dễ dàng sử dụng để thực thi và cung cấp dịch
vụ
Sử dụng các phương thức HTTP
So sánh tốc độ Download và thực thi Web Service theo hai
            chuẩn SOAP và RESTful (login api)
THIẾT KẾ WS THEO RESTful

        Phương pháp truy xuất chỉ dựa trên POST, GET
[GET/POST]
server/api/user/adduser?name=username&email=email@mail.com
[GET]
server/api/user/userdetail?name=username&email=email2@mail.com
[GET/POST]
server/api/user/updateuser?name=username&email=email2@mail.com
[GET] server/api/user/deleteuser?name=username
THIẾT KẾ WS THEO RESTful

Các phương thức truy xuất dữ liệu
POST




 POST /api/feeds/ HTTP 1.1
 HOST : https://go.urbanairship.com
 Content-Type: application/json
 { "feed_url": "http://example.com/atom.xml", "template": { "aps": {
 "badge": 1, "sound": "cat.caf", "alert": "New item from some place! {{ title
 }}" } }, "broadcast": true }
GET



 GET /api/feeds/ HTTP 1.1
 HOST : https://go.urbanairship.com
 Content-Type: application/json




 GET /api/push/stats/?start=<timestamp>&end=<timestamp> HTTP 1.1
 HOST : https://go.urbanairship.com
 Content-Type: application/json
PUT



 PUT /api/apids/<apid> HTTP/1.1
 Host:   https://go.urbanairship.com
 Content-Type: application/json
 { "alias": "example_alias", "tags": ["tag1", "tag2"] }




 PUT /api/device_tokens/<token>/ HTTP 1.1
 HOST : https://go.urbanairship.com
 Content-Type: application/json
 {"alias": "myalias"}
DELETE



 DELETE to /api/apids/<apid>
 HOST : https://go.urbanairship.com
 Content-Type: application/json
RESTful TRONG PHP

Các thành phần chính trong xây dựng RESTful web service
The URL (required)
The Method – GET, POST, PUT, or DELETE (required)
The Agruments (required)
Credentials (opt)
The Response Body
The Response Status Code
Other Response Info (opt)
TÀI LIỆU THAM KHẢO

http://blog.garethj.com/2009/02/17/building-a-restful-web-application-
with-php/
http://www.gen-x-design.com/archives/making-restful-requests-in-php/
http://www.ibm.com/developerworks/vn/edu/ws-understand-web-
services1/section2.html
http://www.ibm.com/developerworks/vn/library/ws-restful/
THANKS YOU

    Q&A

Weitere ähnliche Inhalte

Ähnlich wie Php day 2011 cnc ph ptrongphattrien mobile

BÀI 7 Triển khai, hướng phát triển cho web mobile - Giáo trình FPT
BÀI 7 Triển khai, hướng phát triển cho web mobile - Giáo trình FPTBÀI 7 Triển khai, hướng phát triển cho web mobile - Giáo trình FPT
BÀI 7 Triển khai, hướng phát triển cho web mobile - Giáo trình FPTMasterCode.vn
 
07 web course 2 php truyen nhan du lieu
07 web course   2 php truyen nhan du lieu07 web course   2 php truyen nhan du lieu
07 web course 2 php truyen nhan du lieuTrường Dạy Nghề
 
Bai 4 lap trình phia client
Bai 4  lap trình phia clientBai 4  lap trình phia client
Bai 4 lap trình phia clientLee Nam Nguyen
 
Bài 4: Thao tác với dữ liệu SharePoint thông qua ADO.NET Data Services và REST
Bài 4: Thao tác với dữ liệu SharePoint thông qua ADO.NET Data Services và RESTBài 4: Thao tác với dữ liệu SharePoint thông qua ADO.NET Data Services và REST
Bài 4: Thao tác với dữ liệu SharePoint thông qua ADO.NET Data Services và RESTMasterCode.vn
 
Bài thuyết trình môn công nghệ web
Bài thuyết trình môn công nghệ webBài thuyết trình môn công nghệ web
Bài thuyết trình môn công nghệ webTony Huynh
 
Slide android application and rest service 0503
Slide android application and rest service 0503Slide android application and rest service 0503
Slide android application and rest service 0503Phung Tran
 
Slide Web Service
Slide Web ServiceSlide Web Service
Slide Web Serviceask bills
 
Technical note playframework_documentation_working with play - java_vn
Technical note playframework_documentation_working with play - java_vnTechnical note playframework_documentation_working with play - java_vn
Technical note playframework_documentation_working with play - java_vnAsahina Infotech
 
Tìm hiểu web service
Tìm hiểu web serviceTìm hiểu web service
Tìm hiểu web serviceThieu Mao
 
Sip h248
Sip h248Sip h248
Sip h248Tan Vo
 
B tl internet
B tl internetB tl internet
B tl internettoan
 
Dos web server it-slideshares.blogspot.com
Dos web server it-slideshares.blogspot.comDos web server it-slideshares.blogspot.com
Dos web server it-slideshares.blogspot.comphanleson
 

Ähnlich wie Php day 2011 cnc ph ptrongphattrien mobile (20)

Webservice
WebserviceWebservice
Webservice
 
Giới thiệu WCF
Giới thiệu WCFGiới thiệu WCF
Giới thiệu WCF
 
BÀI 7 Triển khai, hướng phát triển cho web mobile - Giáo trình FPT
BÀI 7 Triển khai, hướng phát triển cho web mobile - Giáo trình FPTBÀI 7 Triển khai, hướng phát triển cho web mobile - Giáo trình FPT
BÀI 7 Triển khai, hướng phát triển cho web mobile - Giáo trình FPT
 
Ung dun web chuong 2
Ung dun web  chuong 2Ung dun web  chuong 2
Ung dun web chuong 2
 
03 udpt php
03 udpt   php03 udpt   php
03 udpt php
 
Bản cuối
Bản cuốiBản cuối
Bản cuối
 
Dsd05 02a-xml-rpca
Dsd05 02a-xml-rpcaDsd05 02a-xml-rpca
Dsd05 02a-xml-rpca
 
07 web course 2 php truyen nhan du lieu
07 web course   2 php truyen nhan du lieu07 web course   2 php truyen nhan du lieu
07 web course 2 php truyen nhan du lieu
 
07 web course 1 php co ban
07 web course   1 php co ban07 web course   1 php co ban
07 web course 1 php co ban
 
Bai 4 lap trình phia client
Bai 4  lap trình phia clientBai 4  lap trình phia client
Bai 4 lap trình phia client
 
Bài 4: Thao tác với dữ liệu SharePoint thông qua ADO.NET Data Services và REST
Bài 4: Thao tác với dữ liệu SharePoint thông qua ADO.NET Data Services và RESTBài 4: Thao tác với dữ liệu SharePoint thông qua ADO.NET Data Services và REST
Bài 4: Thao tác với dữ liệu SharePoint thông qua ADO.NET Data Services và REST
 
Bài thuyết trình môn công nghệ web
Bài thuyết trình môn công nghệ webBài thuyết trình môn công nghệ web
Bài thuyết trình môn công nghệ web
 
Slide android application and rest service 0503
Slide android application and rest service 0503Slide android application and rest service 0503
Slide android application and rest service 0503
 
Slide Web Service
Slide Web ServiceSlide Web Service
Slide Web Service
 
9 application layer
9 application layer9 application layer
9 application layer
 
Technical note playframework_documentation_working with play - java_vn
Technical note playframework_documentation_working with play - java_vnTechnical note playframework_documentation_working with play - java_vn
Technical note playframework_documentation_working with play - java_vn
 
Tìm hiểu web service
Tìm hiểu web serviceTìm hiểu web service
Tìm hiểu web service
 
Sip h248
Sip h248Sip h248
Sip h248
 
B tl internet
B tl internetB tl internet
B tl internet
 
Dos web server it-slideshares.blogspot.com
Dos web server it-slideshares.blogspot.comDos web server it-slideshares.blogspot.com
Dos web server it-slideshares.blogspot.com
 

Mehr von Quang Anh Le

Mobilemonday.vn adflex
Mobilemonday.vn   adflexMobilemonday.vn   adflex
Mobilemonday.vn adflexQuang Anh Le
 
Mobilemonday.vn momo-monetize thinking_tu do tai chinh_v1.2
Mobilemonday.vn   momo-monetize thinking_tu do tai chinh_v1.2Mobilemonday.vn   momo-monetize thinking_tu do tai chinh_v1.2
Mobilemonday.vn momo-monetize thinking_tu do tai chinh_v1.2Quang Anh Le
 
02 mobile monday hanoi april 2013 vinova
02 mobile monday hanoi april 2013   vinova02 mobile monday hanoi april 2013   vinova
02 mobile monday hanoi april 2013 vinovaQuang Anh Le
 
01 mobile monday hanoi april 2013 mobile game - afoli
01 mobile monday hanoi april 2013   mobile game - afoli01 mobile monday hanoi april 2013   mobile game - afoli
01 mobile monday hanoi april 2013 mobile game - afoliQuang Anh Le
 
03 mobile monday hanoi april 2013 monetize thinking g mo m-work
03 mobile monday hanoi april 2013 monetize thinking g mo   m-work03 mobile monday hanoi april 2013 monetize thinking g mo   m-work
03 mobile monday hanoi april 2013 monetize thinking g mo m-workQuang Anh Le
 
2. minh chau momo t4
2. minh chau momo t42. minh chau momo t4
2. minh chau momo t4Quang Anh Le
 
0. mobilemonday.vn hcm 20130424
0. mobilemonday.vn hcm 201304240. mobilemonday.vn hcm 20130424
0. mobilemonday.vn hcm 20130424Quang Anh Le
 
Vietnam mobile day 2012 phan mem cho phai dep - mana
Vietnam mobile day 2012   phan mem cho phai dep - manaVietnam mobile day 2012   phan mem cho phai dep - mana
Vietnam mobile day 2012 phan mem cho phai dep - manaQuang Anh Le
 
Vietnam mobile day 2012 i os memory management - techmaster
Vietnam mobile day 2012   i os memory management - techmasterVietnam mobile day 2012   i os memory management - techmaster
Vietnam mobile day 2012 i os memory management - techmasterQuang Anh Le
 
Vietnam mobile day 2012 monetizing mobile apps games - rubycell
Vietnam mobile day 2012   monetizing mobile apps games - rubycellVietnam mobile day 2012   monetizing mobile apps games - rubycell
Vietnam mobile day 2012 monetizing mobile apps games - rubycellQuang Anh Le
 
Vietnam mobile day 2012 cuoc cach mang thoi ky hau mobile - misfit
Vietnam mobile day 2012   cuoc cach mang thoi ky hau mobile - misfitVietnam mobile day 2012   cuoc cach mang thoi ky hau mobile - misfit
Vietnam mobile day 2012 cuoc cach mang thoi ky hau mobile - misfitQuang Anh Le
 
Vietnam mobile day 2012 multi platform development - game loft
Vietnam mobile day 2012   multi platform development - game loftVietnam mobile day 2012   multi platform development - game loft
Vietnam mobile day 2012 multi platform development - game loftQuang Anh Le
 
Vietnam mobile day 2012 developer opportunity - nokia
Vietnam mobile day 2012   developer opportunity - nokiaVietnam mobile day 2012   developer opportunity - nokia
Vietnam mobile day 2012 developer opportunity - nokiaQuang Anh Le
 
Vietnam mobile day 2012 building a mobile linux firmware for your router - ...
Vietnam mobile day 2012   building a mobile linux firmware for your router - ...Vietnam mobile day 2012   building a mobile linux firmware for your router - ...
Vietnam mobile day 2012 building a mobile linux firmware for your router - ...Quang Anh Le
 
Vietnam mobile day 2012 ban quyen mobile contents - vsm
Vietnam mobile day 2012   ban quyen mobile contents - vsmVietnam mobile day 2012   ban quyen mobile contents - vsm
Vietnam mobile day 2012 ban quyen mobile contents - vsmQuang Anh Le
 
Vietnam mobile day 2012 platform mo va ung dung de phat trien mang xa hoi m...
Vietnam mobile day 2012   platform mo va ung dung de phat trien mang xa hoi m...Vietnam mobile day 2012   platform mo va ung dung de phat trien mang xa hoi m...
Vietnam mobile day 2012 platform mo va ung dung de phat trien mang xa hoi m...Quang Anh Le
 
Vietnam mobile day 2012 co hoi mobile tai vietnam - cyber agent
Vietnam mobile day 2012   co hoi mobile tai vietnam - cyber agentVietnam mobile day 2012   co hoi mobile tai vietnam - cyber agent
Vietnam mobile day 2012 co hoi mobile tai vietnam - cyber agentQuang Anh Le
 
Vietnam mobile day 2012 html5 game using impact js - aiti-aptech
Vietnam mobile day 2012   html5 game using impact js - aiti-aptechVietnam mobile day 2012   html5 game using impact js - aiti-aptech
Vietnam mobile day 2012 html5 game using impact js - aiti-aptechQuang Anh Le
 
Vietnam mobile day 2012 tuong lai cho nha phat trien nds - share plus
Vietnam mobile day 2012   tuong lai cho nha phat trien nds - share plusVietnam mobile day 2012   tuong lai cho nha phat trien nds - share plus
Vietnam mobile day 2012 tuong lai cho nha phat trien nds - share plusQuang Anh Le
 
Vietnam mobile day 2012 trends in mobile marketing - fifth i media
Vietnam mobile day 2012   trends in mobile marketing - fifth i mediaVietnam mobile day 2012   trends in mobile marketing - fifth i media
Vietnam mobile day 2012 trends in mobile marketing - fifth i mediaQuang Anh Le
 

Mehr von Quang Anh Le (20)

Mobilemonday.vn adflex
Mobilemonday.vn   adflexMobilemonday.vn   adflex
Mobilemonday.vn adflex
 
Mobilemonday.vn momo-monetize thinking_tu do tai chinh_v1.2
Mobilemonday.vn   momo-monetize thinking_tu do tai chinh_v1.2Mobilemonday.vn   momo-monetize thinking_tu do tai chinh_v1.2
Mobilemonday.vn momo-monetize thinking_tu do tai chinh_v1.2
 
02 mobile monday hanoi april 2013 vinova
02 mobile monday hanoi april 2013   vinova02 mobile monday hanoi april 2013   vinova
02 mobile monday hanoi april 2013 vinova
 
01 mobile monday hanoi april 2013 mobile game - afoli
01 mobile monday hanoi april 2013   mobile game - afoli01 mobile monday hanoi april 2013   mobile game - afoli
01 mobile monday hanoi april 2013 mobile game - afoli
 
03 mobile monday hanoi april 2013 monetize thinking g mo m-work
03 mobile monday hanoi april 2013 monetize thinking g mo   m-work03 mobile monday hanoi april 2013 monetize thinking g mo   m-work
03 mobile monday hanoi april 2013 monetize thinking g mo m-work
 
2. minh chau momo t4
2. minh chau momo t42. minh chau momo t4
2. minh chau momo t4
 
0. mobilemonday.vn hcm 20130424
0. mobilemonday.vn hcm 201304240. mobilemonday.vn hcm 20130424
0. mobilemonday.vn hcm 20130424
 
Vietnam mobile day 2012 phan mem cho phai dep - mana
Vietnam mobile day 2012   phan mem cho phai dep - manaVietnam mobile day 2012   phan mem cho phai dep - mana
Vietnam mobile day 2012 phan mem cho phai dep - mana
 
Vietnam mobile day 2012 i os memory management - techmaster
Vietnam mobile day 2012   i os memory management - techmasterVietnam mobile day 2012   i os memory management - techmaster
Vietnam mobile day 2012 i os memory management - techmaster
 
Vietnam mobile day 2012 monetizing mobile apps games - rubycell
Vietnam mobile day 2012   monetizing mobile apps games - rubycellVietnam mobile day 2012   monetizing mobile apps games - rubycell
Vietnam mobile day 2012 monetizing mobile apps games - rubycell
 
Vietnam mobile day 2012 cuoc cach mang thoi ky hau mobile - misfit
Vietnam mobile day 2012   cuoc cach mang thoi ky hau mobile - misfitVietnam mobile day 2012   cuoc cach mang thoi ky hau mobile - misfit
Vietnam mobile day 2012 cuoc cach mang thoi ky hau mobile - misfit
 
Vietnam mobile day 2012 multi platform development - game loft
Vietnam mobile day 2012   multi platform development - game loftVietnam mobile day 2012   multi platform development - game loft
Vietnam mobile day 2012 multi platform development - game loft
 
Vietnam mobile day 2012 developer opportunity - nokia
Vietnam mobile day 2012   developer opportunity - nokiaVietnam mobile day 2012   developer opportunity - nokia
Vietnam mobile day 2012 developer opportunity - nokia
 
Vietnam mobile day 2012 building a mobile linux firmware for your router - ...
Vietnam mobile day 2012   building a mobile linux firmware for your router - ...Vietnam mobile day 2012   building a mobile linux firmware for your router - ...
Vietnam mobile day 2012 building a mobile linux firmware for your router - ...
 
Vietnam mobile day 2012 ban quyen mobile contents - vsm
Vietnam mobile day 2012   ban quyen mobile contents - vsmVietnam mobile day 2012   ban quyen mobile contents - vsm
Vietnam mobile day 2012 ban quyen mobile contents - vsm
 
Vietnam mobile day 2012 platform mo va ung dung de phat trien mang xa hoi m...
Vietnam mobile day 2012   platform mo va ung dung de phat trien mang xa hoi m...Vietnam mobile day 2012   platform mo va ung dung de phat trien mang xa hoi m...
Vietnam mobile day 2012 platform mo va ung dung de phat trien mang xa hoi m...
 
Vietnam mobile day 2012 co hoi mobile tai vietnam - cyber agent
Vietnam mobile day 2012   co hoi mobile tai vietnam - cyber agentVietnam mobile day 2012   co hoi mobile tai vietnam - cyber agent
Vietnam mobile day 2012 co hoi mobile tai vietnam - cyber agent
 
Vietnam mobile day 2012 html5 game using impact js - aiti-aptech
Vietnam mobile day 2012   html5 game using impact js - aiti-aptechVietnam mobile day 2012   html5 game using impact js - aiti-aptech
Vietnam mobile day 2012 html5 game using impact js - aiti-aptech
 
Vietnam mobile day 2012 tuong lai cho nha phat trien nds - share plus
Vietnam mobile day 2012   tuong lai cho nha phat trien nds - share plusVietnam mobile day 2012   tuong lai cho nha phat trien nds - share plus
Vietnam mobile day 2012 tuong lai cho nha phat trien nds - share plus
 
Vietnam mobile day 2012 trends in mobile marketing - fifth i media
Vietnam mobile day 2012   trends in mobile marketing - fifth i mediaVietnam mobile day 2012   trends in mobile marketing - fifth i media
Vietnam mobile day 2012 trends in mobile marketing - fifth i media
 

Php day 2011 cnc ph ptrongphattrien mobile

  • 1. PHP TRONG PHÁT TRIỂN MOBILE WEB SERVICE Hanoi – PHP Day 2011 Ngô Xuân Lộc CNC Mobile - Android Technical Leader
  • 2. NỘI DUNG Web Services? Các chuẩn Web Services Nguyên tắc thiết kế Web Services theo chuẩn RESTful Tạo một Web Service đơn giản theo chuẩn RESTful bằng PHP
  • 3. WEB SERVICES ? “Web Services are frequently just Web APIs that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services” - WikiPedia -
  • 4.
  • 5. CÁC CHUẨN WEB SERVICES XML – RPC (remote procedure call) SOAP (Simple Object Access Protocol) RESTful (Representational State Transfer)
  • 6. CÁC CHUẨN WEB SERVICES XML – RPC Ra đời vào năm 1998 là một giao thức gọi thủ tục từ xa (RPC) trong đó sử dụng XML để mã hóa dữ liệu và sủ dụng các giao thức HTTP để truyền tải
  • 7. SOAP Có thể coi là một protocol giống như HTTP-Get, và HTTP-Post SOAP dựa trên nền tảng XML. SOAP là một chuẩn Web Services dựa trên chức năng Một application có thể request một dịch vụ (web service) thông qua các SOAP envelop và nhận kết
  • 8. RESTful Giới thiệu lần đầu vào năm 2000 Là một chuẩn Web Service hướng đến tài nguyên và dễ dàng sử dụng để thực thi và cung cấp dịch vụ Sử dụng các phương thức HTTP
  • 9.
  • 10. So sánh tốc độ Download và thực thi Web Service theo hai chuẩn SOAP và RESTful (login api)
  • 11. THIẾT KẾ WS THEO RESTful Phương pháp truy xuất chỉ dựa trên POST, GET [GET/POST] server/api/user/adduser?name=username&email=email@mail.com [GET] server/api/user/userdetail?name=username&email=email2@mail.com [GET/POST] server/api/user/updateuser?name=username&email=email2@mail.com [GET] server/api/user/deleteuser?name=username
  • 12. THIẾT KẾ WS THEO RESTful Các phương thức truy xuất dữ liệu
  • 13. POST POST /api/feeds/ HTTP 1.1 HOST : https://go.urbanairship.com Content-Type: application/json { "feed_url": "http://example.com/atom.xml", "template": { "aps": { "badge": 1, "sound": "cat.caf", "alert": "New item from some place! {{ title }}" } }, "broadcast": true }
  • 14. GET GET /api/feeds/ HTTP 1.1 HOST : https://go.urbanairship.com Content-Type: application/json GET /api/push/stats/?start=<timestamp>&end=<timestamp> HTTP 1.1 HOST : https://go.urbanairship.com Content-Type: application/json
  • 15. PUT PUT /api/apids/<apid> HTTP/1.1 Host: https://go.urbanairship.com Content-Type: application/json { "alias": "example_alias", "tags": ["tag1", "tag2"] } PUT /api/device_tokens/<token>/ HTTP 1.1 HOST : https://go.urbanairship.com Content-Type: application/json {"alias": "myalias"}
  • 16. DELETE DELETE to /api/apids/<apid> HOST : https://go.urbanairship.com Content-Type: application/json
  • 17. RESTful TRONG PHP Các thành phần chính trong xây dựng RESTful web service The URL (required) The Method – GET, POST, PUT, or DELETE (required) The Agruments (required) Credentials (opt) The Response Body The Response Status Code Other Response Info (opt)
  • 18.
  • 19.
  • 20.
  • 21.
  • 22. TÀI LIỆU THAM KHẢO http://blog.garethj.com/2009/02/17/building-a-restful-web-application- with-php/ http://www.gen-x-design.com/archives/making-restful-requests-in-php/ http://www.ibm.com/developerworks/vn/edu/ws-understand-web- services1/section2.html http://www.ibm.com/developerworks/vn/library/ws-restful/
  • 23. THANKS YOU Q&A