On Thu, Jan 21, 2016 at 7:22 AM, Sandeep Deshmukh <[email protected]> wrote:
> > 2. Supporting SQL is possible by extending the interface. Many of the Apex > users are going to be Java developers and hence supporting quasi-Java > expression language could be useful to them. Additionally, support for SQL > for non-java developers can be considered in the next iteration of > expression evaluator. > > Why would a Java developer configure Java code as property when they can instead use the IDE to write the same code. It's neither convenient nor efficient. PojoUtils was created so that the non-Java developer can configure generic operators to assemble an application. And the syntax was intentionally limited because it was targeted at the non-Java user.
