<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Open_Data_Protocol</id>
	<title>Open Data Protocol - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Open_Data_Protocol"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Open_Data_Protocol&amp;action=history"/>
	<updated>2026-05-19T21:42:24Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Open_Data_Protocol&amp;diff=2831892&amp;oldid=prev</id>
		<title>imported&gt;Kowa: Aktuelle Version 4.01</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Open_Data_Protocol&amp;diff=2831892&amp;oldid=prev"/>
		<updated>2025-08-26T12:52:48Z</updated>

		<summary type="html">&lt;p&gt;Aktuelle Version 4.01&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox Software&lt;br /&gt;
|Name= OData&lt;br /&gt;
|Hersteller= [[Microsoft|Microsoft Corporation]]&lt;br /&gt;
|AktuelleVersion= V4.01&amp;lt;ref&amp;gt;{{Internetquelle |url=http://www.odata.org/documentation/ |titel=Spezifikation Version 4 (plus errata 02) |abruf=2015-05-20}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|AktuelleVersionFreigabeDatum= 23.04.2020&lt;br /&gt;
|Betriebssystem= [[Plattformunabhängigkeit|Plattformübergreifend]]&lt;br /&gt;
|Kategorie= [[Schnittstelle|Softwareschnittstelle]], [[Webservice]]&lt;br /&gt;
|Website= [http://www.odata.org/ www.odata.org]&lt;br /&gt;
}}&lt;br /&gt;
Das &amp;#039;&amp;#039;&amp;#039;Open Data Protocol&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;OData&amp;#039;&amp;#039;&amp;#039;) ist ein unter dem [[Microsoft Open Specification Promise|Open Specification Promise]] von [[Microsoft]] veröffentlichtes [[Hypertext Transfer Protocol|HTTP]]-basiertes Protokoll für den Datenzugriff zwischen kompatiblen Softwaresystemen, um in diesen [[CRUD]]-Operationen zu ermöglichen. Aufbauend auf älteren Protokollen wie [[ODBC]] und [[JDBC]] kann OData u.&amp;amp;nbsp;a. innerhalb von [[Cloud-Computing|Cloud]]-Diensten [[Microsoft Windows Azure|(Azure)]]&amp;lt;ref&amp;gt;{{Internetquelle |url=https://azure.microsoft.com/de-de/blog/introduction-to-open-data-protocol-odata-and-sql-azure/ |titel=Introduction to Open Data Protocol (OData) and SQL Azure |sprache=en |abruf=2016-05-04}}&amp;lt;/ref&amp;gt;, [[MySQL]], [[Java (Technik)|Java]] und [[Ruby on Rails|Rails]] eingebunden werden und ist in der Lage, in der [[Client-Server-Modell|Client-Server-Kommunikation]] eine einheitliche [[Semantik]]&amp;lt;ref&amp;gt;{{Internetquelle |url=http://www.odata.org/documentation/odata-version-3-0/odata-version-3-0-core-protocol/ |titel=Common Response Semantics |sprache=en |abruf=2013-04-28}}&amp;lt;/ref&amp;gt; für den Datenaustausch zur Verfügung zu stellen.&lt;br /&gt;
&lt;br /&gt;
{{Zitat&lt;br /&gt;
 |Text=The Open Data Protocol (OData) enables the creation of REST-based data services, which allow resources, identified using Uniform Resource Identifiers (URIs) and defined in a data model, to be published and edited by Web clients using simple HTTP messages.&lt;br /&gt;
 |Sprache=en&lt;br /&gt;
 |Quelle=[http://www.odata.org/ OData.org]&lt;br /&gt;
 |Übersetzung=Das Open Data Protocol (OData) ermöglicht das Erstellen von [[Representational State Transfer|REST]]-basierten Datendiensten, welche es Ressourcen, die über [[Uniform Resource Identifier]]s (URIs) identifiziert werden und in einem Datenmodell definiert sind, erlauben, unter Verwendung einfacher [[Hypertext Transfer Protocol|HTTP]]-Nachrichten durch [[Webclient]]s veröffentlicht und bearbeitet zu werden.&lt;br /&gt;
 |ref=&amp;lt;ref name=&amp;quot;URI&amp;quot; /&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
Am 17. März 2014 wurden das Open Data Protocol in Version 4.0 und das OData JSON Format in Version 4.0 offiziell als Standards von [[Organization for the Advancement of Structured Information Standards|OASIS]]&amp;lt;ref&amp;gt;{{Internetquelle |url=https://www.oasis-open.org/news/pr/oasis-approves-odata-4-0-standards-for-an-open-programmable-web/ |titel=OASIS Approves OData 4.0 Standards for an Open, Programmable Web |sprache=en |abruf=2014-09-11}}&amp;lt;/ref&amp;gt; freigegeben.&lt;br /&gt;
&lt;br /&gt;
== Architektur ==&lt;br /&gt;
OData nutzt Funktionalitäten aus [[Atom (Format)|AtomPub]]&amp;lt;ref&amp;gt;{{Internetquelle |url=http://www.odata.org/documentation/odata-version-3-0/atom-format/ |titel=Atom Format |sprache=en |abruf=2016-05-04}}&amp;lt;/ref&amp;gt; und [[JSON]]&amp;lt;ref&amp;gt;{{Internetquelle |url=http://www.odata.org/documentation/odata-version-2-0/json-format/ |titel=JSON Format |sprache=en |abruf=2016-05-04}}&amp;lt;/ref&amp;gt; (JavaScript Object Notation) in Verbindung mit  [[Representational State Transfer|REST]]-Prinzipien.&lt;br /&gt;
&lt;br /&gt;
== Clientbibliotheken ==&lt;br /&gt;
; [[Browser]]&lt;br /&gt;
:*{{Internetquelle |url=http://silverlight.net/odataexplorer/ |titel=OData-Explorer |hrsg=[[Microsoft]] |format=[[Silverlight]]-Komponente |sprache=en |abruf=2013-04-11}}&lt;br /&gt;
:* {{Internetquelle |url=http://nucleonsoftware.com/ |titel=Nucleon Database Manager |abruf=2014-11-19 |kommentar=OData Explorer with NoSQL and RDBMS (Oracle, MySQL, PostgreSQL, SQLite, MongoDB) support}}&lt;br /&gt;
; [[.Net-Framework|Microsoft .NET Framework]]&lt;br /&gt;
:* ab Version 3.51 als [http://msdn.microsoft.com/en-us/data/ee720179.aspx WCF Data Services Framework] installierbar&lt;br /&gt;
:* ab Version 4.0 integriert&lt;br /&gt;
:* {{Internetquelle |url=http://ajax.codeplex.com/ |titel=AJAX Control Toolkit |werk=[[CodePlex]] |sprache=en |abruf=2013-04-11 |kommentar=[[ASP.NET]] [[Ajax (Programmierung)|AJAX]]-Komponenten}}&lt;br /&gt;
; [[PHP]]&lt;br /&gt;
:* {{Internetquelle |url=https://github.com/saintsystems/odata-client-php |titel=OData SDK for PHP |werk=[[GitHub]] |sprache=en |abruf=2013-04-11}}&lt;br /&gt;
; [[SAP]]&lt;br /&gt;
:* {{Internetquelle |url=http://scn.sap.com/community/gateway |titel=SAP Gateway |hrsg=[[SAP]] |sprache=en |abruf=2015-03-06}}&lt;br /&gt;
; [[Java (Programmiersprache)|Java]]&lt;br /&gt;
:* {{Internetquelle |url=http://olingo.apache.org/ |titel=Apache Olingo |hrsg=[[Apache Software Foundation]] |sprache=en |abruf=2014-07-20}}&lt;br /&gt;
&lt;br /&gt;
== Einzelnachweise ==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;URI&amp;quot;&amp;gt;&lt;br /&gt;
{{Internetquelle&lt;br /&gt;
 |url=http://www.odata.org/documentation/odata-version-2-0/uri-conventions/&lt;br /&gt;
 |titel=URI Conventions&lt;br /&gt;
 |hrsg=[[Microsoft]], [http://www.odata.org/ OData.org]&lt;br /&gt;
 |sprache=en&lt;br /&gt;
 |abruf=2013-04-11&lt;br /&gt;
 |kommentar=OData-Dokumentation zu URI-Konventionen}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Web-Feed]]&lt;br /&gt;
[[Kategorie:Digitale Medien]]&lt;br /&gt;
[[Kategorie:XML-basierte Sprache]]&lt;br /&gt;
[[Kategorie:Cloud Computing]]&lt;br /&gt;
[[Kategorie:Webservice]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Kowa</name></author>
	</entry>
</feed>