Domain application protocol: Difference between revisions

Content deleted Content added
No edit summary
m Ref, capitalization, section, stub-type
Line 1:
'''Domain application protocols''' (DAPs) specify the legal interactions between a consumer and a set of resources involved in a business process. The term DAP is typically used in the context of [[Representational state transfer|Representational state transfer (REST)]].<ref>{{cite book|last1=Robinson|first1=Ian|title=REST: From Research to Practice|date=2011|publisher=Springer|___location=New York|isbn=978-1-4419-8302-2|pages=61-91|edition=1.|url=http://dx.doi.org/10.1007/978-1-4419-8303-9_3|chapter=3}}</ref>
 
DAPs sit atop [[httpHTTP]] and narrow http’sHTTP’s broad application protocol to support specific business goals. Services implement DapsDAPs by adding [[hypermedia]] links to resource representations. these links highlight other resources with which a consumer can interact to make progress through a business transaction.
<ref>{{cite book|last=Webber, Parastatidis, Robinson|title=REST in Practice|year=2010|publisher=O'Reilly|page=95}}</ref>
 
==References==
{{reflist}}
 
Line 9 ⟶ 10:
[[Category:Hypertext Transfer Protocol]]
[[Category:Data interchange standards]]
{{Business-termWeb-stub}}