[
https://issues.apache.org/jira/browse/JENA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16468897#comment-16468897
]
ASF subversion and git services commented on JENA-1543:
-------------------------------------------------------
Commit 379c4c69317c89eea00562a761e9da13f1ddd889 in jena's branch
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=379c4c6 ]
JENA-1543: Merge commit 'refs/pull/415/head' of https://github.com/apache/jena
Follows from JENA-632.
This closes #415.
> Remote execution of JSON queries
> --------------------------------
>
> Key: JENA-1543
> URL: https://issues.apache.org/jira/browse/JENA-1543
> Project: Apache Jena
> Issue Type: Improvement
> Components: ARQ
> Affects Versions: Jena 3.8.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Major
> Fix For: Jena 3.8.0
>
>
> Provide remote execution of JSON queries (JENA-632).
> {noformat}
> String qs= "JSON { 'abc': ?X } WHERE {BIND (now() As ?X)}";
> Query query = QueryFactory.create(qs, Syntax.syntaxARQ);
> try ( QueryExecution qExec =
> QueryExecutionFactory.sparqlService("http://localhost:3030/ds", query)) {
> QueryExecUtils.executeQuery(qExec);
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)