You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by Java Development <ja...@gmail.com> on 2020/02/05 02:27:54 UTC

JSON Response and QueryBuilder Issue

Hi,

Need your valuable feedback on the following

1. I don't find a simplest way to return the response as json string in
java side when i used preferred framework olingo. The return type of the
request is a iterator with attributes/properties. We need to have a)
QueryBuilder b) Create own methods to iterate the properties and prepare a
json.

2. Querybuilder doesn't seems to be easily redeable or maintenable whenever
a complex query has been written and needs to do changes. I feel it is
better to go for hard-coded query for readability and maintenance. don't
see a much easier in using onlingo or a object oriented approach to get the
response or query when using with Odata

Thanks