You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2014/09/23 10:58:14 UTC

svn commit: r1626967 - in /olingo/site/trunk/content/doc/odata4/tutorials: ./ od4_basic_client_read.mdtext od4_basic_read.mdtext od4_basic_write.mdtext

Author: mibo
Date: Tue Sep 23 08:58:14 2014
New Revision: 1626967

URL: http://svn.apache.org/r1626967
Log:
Added skeleton for first tutorials

Added:
    olingo/site/trunk/content/doc/odata4/tutorials/
    olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_client_read.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_read.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_write.mdtext

Added: olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_client_read.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_client_read.mdtext?rev=1626967&view=auto
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_client_read.mdtext (added)
+++ olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_client_read.mdtext Tue Sep 23 08:58:14 2014
@@ -0,0 +1,25 @@
+Title:
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+# Client Read Scenario
+
+---
+
+### How To Guide for building a Sample OData Client with the OData 4.0 Library (for Java)
+
+**TBD**

Added: olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_read.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_read.mdtext?rev=1626967&view=auto
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_read.mdtext (added)
+++ olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_read.mdtext Tue Sep 23 08:58:14 2014
@@ -0,0 +1,25 @@
+Title:
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+# Read Scenario
+
+---
+
+### How To Guide for building a Sample OData service with the OData 4.0 Library (for Java)
+
+**TBD**

Added: olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_write.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_write.mdtext?rev=1626967&view=auto
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_write.mdtext (added)
+++ olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_write.mdtext Tue Sep 23 08:58:14 2014
@@ -0,0 +1,25 @@
+Title:
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+# Write Scenario
+
+---
+
+### How To Guide for building a Sample OData service with the OData 4.0 Library (for Java)
+
+**TBD**