Author: chrisam
Date: Wed May 7 09:02:13 2014
New Revision: 1592950
URL: http://svn.apache.org/r1592950
Log:
Take zip down
Modified:
olingo/site/trunk/content/doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.mdtext
Modified:
olingo/site/trunk/content/doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.mdtext?rev=1592950&r1=1592949&r2=1592950&view=diff
==============================================================================
---
olingo/site/trunk/content/doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.mdtext
(original)
+++
olingo/site/trunk/content/doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.mdtext
Wed May 7 09:02:13 2014
@@ -20,7 +20,7 @@ Notice: Licensed to the Apache Softwa
### How To Guide for implementing a filter tree transformation into a JDBC
where clause
-The query option $filter can be used to apply a filter query to the result
set. This tutorial will be about consuming and working with the filter tree
which an application will get from the OData Java library by implementing a
transformation of the filter expression into a JDBC where clause. The example
explained here will be kept simple to show the mechanism of the visitor
pattern. Security problem which occur when using user input (e.g. the filter
string of the URI) inside a where clause will be pointed out but not solved for
this tutorial. Knowledge about the visitor pattern is not necessary but
helpful. If you want to read further please refer to the further information
chapter at the end of this tutorial. All examples can be found as java sources
here: [test.jdbc.zip][1]
+The query option $filter can be used to apply a filter query to the result
set. This tutorial will be about consuming and working with the filter tree
which an application will get from the OData Java library by implementing a
transformation of the filter expression into a JDBC where clause. The example
explained here will be kept simple to show the mechanism of the visitor
pattern. Security problem which occur when using user input (e.g. the filter
string of the URI) inside a where clause will be pointed out but not solved for
this tutorial. Knowledge about the visitor pattern is not necessary but
helpful. If you want to read further please refer to the further information
chapter at the end of this tutorial.
### Examples
##### Simple example
@@ -379,7 +379,4 @@ Test in the sources: JdbcPreparedStateme
### Further Information
Documentation about how to create such a filter expression can be found under
[http://www.odata.org](http://www.odata.org "External Link") in the OData
protocol specification.
-Visitor pattern:
[http://en.wikipedia.org/wiki/Visitor_pattern](http://en.wikipedia.org/wiki/Visitor_pattern
"External Link")
-
-
- [1]: http://olingo.apache.org/resources/test.jdbc.zip
\ No newline at end of file
+Visitor pattern:
[http://en.wikipedia.org/wiki/Visitor_pattern](http://en.wikipedia.org/wiki/Visitor_pattern
"External Link")
\ No newline at end of file