简体   繁体   中英

REST RQL Java Implementation

Is there any java implementation of "RQL" (Resource Query Language), there is an implementation of "FIQL" (Feed Item Query Language) here but it is part of CXF, so my questions are :

  1. Can I use the FIQL engine of CXF implementation separably from using CXF, in case I'm using Spring MVC
  2. Is there implementation of RQL
  3. RQL vs FIQL

Thanks Jakub, I have modified rsql-parser to support also RQL queries by adding

logical AND: "&" and OR: "|" ;
comparison operators: equal to : "=eq=", not equal to : "=ne=",
IN array list: "=in=" and NOT IN array list "=out="

I added also =in= and =out= operator support to rsql-hibernate. I have committed my modifications to github....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM