Lompat ke isi

REST: Perbedaan antara revisi

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
Konten dihapus Konten ditambahkan
Memperbaiki typo
InternetArchiveBot (bicara | kontrib)
Rescuing 3 sources and tagging 0 as dead.) #IABot (v2.0.8
 
(4 revisi perantara oleh 2 pengguna tidak ditampilkan)
Baris 46: Baris 46:


* [http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm “Architectural Styles and the Design of Network-based Software Architectures”: Dissertation for Doctor of Philosophy, by Roy Thomas Fielding]
* [http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm “Architectural Styles and the Design of Network-based Software Architectures”: Dissertation for Doctor of Philosophy, by Roy Thomas Fielding]
* [http://rest.blueoxen.net/cgi-bin/wiki.pl?FrontPage RESTwiki: “descriptions of REST, records of the experiences of REST proponents, and resources to help you apply REST to your software or framework”]
* [http://rest.blueoxen.net/cgi-bin/wiki.pl?FrontPage RESTwiki: “descriptions of REST, records of the experiences of REST proponents, and resources to help you apply REST to your software or framework”] {{Webarchive|url=https://web.archive.org/web/20051228012443/http://rest.blueoxen.net/cgi-bin/wiki.pl?FrontPage |date=2005-12-28 }}
* [http://www.xml.com/pub/a/2005/04/06/restful.html “Constructing or Traversing URIs?”: discusses the constraint on components to use “hypermedia as the engine of application state”]
* [http://www.xml.com/pub/a/2005/04/06/restful.html “Constructing or Traversing URIs?”: discusses the constraint on components to use “hypermedia as the engine of application state”]
* [http://duncan-cragg.org/blog/post/getting-data-rest-dialogues/ The REST Dialogues, Part 1: “Getting Data”: one of nine lessons on applying REST to Web-based business, each lesson in the form of dialog between the author and a fictitious senior technical employee of a company conducting Web-based business.]
* [http://duncan-cragg.org/blog/post/getting-data-rest-dialogues/ The REST Dialogues, Part 1: “Getting Data”: one of nine lessons on applying REST to Web-based business, each lesson in the form of dialog between the author and a fictitious senior technical employee of a company conducting Web-based business.]
* “REST for the Rest of Us”: “showcases common REST design patterns that can be put to immediate use”.
* [http://wiki.opengarden.org/REST/REST_for_the_Rest_of_Us “REST for the Rest of Us”: “showcases common REST design patterns that can be put to immediate use”.] {{Webarchive|url=https://web.archive.org/web/20080527004728/http://wiki.opengarden.org/REST/REST_for_the_Rest_of_Us |date=2008-05-27 }}
* [http://www.viddler.com/Roebot/videos/10/ “MindTouch: Introduction to REST”: slides and narration explaining REST]
* [http://www.viddler.com/Roebot/videos/10/ “MindTouch: Introduction to REST”: slides and narration explaining REST] {{Webarchive|url=https://web.archive.org/web/20080503073534/http://www.viddler.com/Roebot/videos/10/ |date=2008-05-03 }}
* “RESTify DayTrader”: a tour of a day-trading interface in REST style
* [http://bitworking.org/news/201/RESTify-DayTrader “RESTify DayTrader”: a tour of a day-trading interface in REST style] {{Webarchive|url=https://web.archive.org/web/20080608091557/http://bitworking.org/news/201/RESTify-DayTrader |date=2008-06-08 }}
* [http://www.xfront.com/REST-Web-Services.html “Building Web Services the REST Way”]
* [http://www.xfront.com/REST-Web-Services.html “Building Web Services the REST Way”]
* [http://www.infoq.com/articles/rest-introduction "InfoQ: A Brief Introduction to REST"]
* [http://www.infoq.com/articles/rest-introduction "InfoQ: A Brief Introduction to REST"]

Revisi terkini sejak 20 Mei 2021 15.29

REST, singkatan bahasa Inggris dari representational state transfer atau transfer keadaan representasi, adalah suatu gaya arsitektur perangkat lunak untuk untuk pendistribusian sistem hipermedia seperti WWW. Istilah ini diperkenalkan pertama kali pada tahun 2000 pada disertasi doktoral Roy Fielding, salah seorang penulis utama spesifikasi HTTP. Istilah ini selanjutnya dipergunakan secara luas pada komunitas jaringan.

REST secara spesifik merujuk pada suatu koleksi prinsip-prinsip arsitektur jaringan yang menggariskan pendefinisian dan pengalamatan sumber daya. Istilah ini sering digunakan dengan longgar untuk mendeskripsikan semua antarmuka sederhana yang menyampaikan data dalam domain spesifik melalui HTTP tanpa tambahan lapisan pesan seperti SOAP atau pelacakan sesi menggunakan cookie HTTP. Dua pengertian ini dapat menimbulkan konflik dan juga tumpang tindih. Dimungkinkan untuk merancang suatu sistem perangkat lunak besar sesuai dengan gaya arsitektur REST Fielding tanpa menggunakan HTTP dan tanpa berinteraksi dengan WWW. Juga dimungkinkan untuk merancang antarmuka XML+HTTP sederhana yang tidak mengikuti prinsip-prinsip REST, tetapi sebaliknya mengikuti model dari RPC (remote procedure call). Perbedaan penggunaan istilah REST ini cukup menyebabkan permasalahan dalam diskusi-diskusi teknis.

Sistem yang mengikuti prinsip REST Fielding sering disebut sebagai "RESTful".

Referensi

[sunting | sunting sumber]

Pranala luar

[sunting | sunting sumber]