yhknight / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Wish for OData4J-CXF : Implement CXF SearchConditionParser #221

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a wish request for the CXF integration module. 

CXF offers SearchContext and SearchCondition interfaces, the former simply 
helps to get to SearchCondition, the latter captures a URI query and created by 
SearchConditionParser; next SearchCondition can accept the data to return a 
match or converters to get a technology specific expression (ex SQL, etc) 
returned instead.

At the moment, CXF implements SearchConditionParser for FIQL (Feed Item Query 
Language) which is expressive enough to support most of practical queries.
Having a SearchConditionParser for OData would be nice too.

More info can be found at CXF JAX-RS wiki (sorry - it is offline right now)

Original issue reported on code.google.com by sberyoz...@gmail.com on 16 Oct 2012 at 9:44

GoogleCodeExporter commented 9 years ago
Here is the relevant CXF link: 
http://cxf.apache.org/docs/jax-rs-advanced-features.html#JAX-RSAdvancedFeatures-
FIQLsearchqueries

Original comment by sberyoz...@gmail.com on 5 Nov 2012 at 11:55