Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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
like image 954
Bassem Reda Zohdy Avatar asked May 04 '13 07:05

Bassem Reda Zohdy


1 Answers

R-SQL parser is partial implementation of FIQL:

  • https://github.com/jirutka/rsql-parser
  • https://github.com/jirutka/rsql-hibernate
like image 101
Jakub Bednář Avatar answered Sep 30 '22 20:09

Jakub Bednář