简体   繁体   English

REST RQL Java实现

[英]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 : 是否有“ RQL”(资源查询语言)的任何Java实现,这里有“ FIQL”(馈送项目查询语言)的实现但它是CXF的一部分,所以我的问题是:

  1. Can I use the FIQL engine of CXF implementation separably from using CXF, in case I'm using Spring MVC 如果我使用的是Spring MVC,是否可以与使用CXF分开使用CXF实现的FIQL引擎
  2. Is there implementation of RQL 是否有实施RQL
  3. RQL vs FIQL RQL和FIQL

Thanks Jakub, I have modified rsql-parser to support also RQL queries by adding 谢谢Jakub,我修改了rsql-parser以通过添加以下内容来支持RQL查询:

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. 我还在rsql-hibernate中添加了=in==out=运算符支持。 I have committed my modifications to github.... 我已经将我的修改提交给github ....

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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