Re: jena technical doc

2015-09-17 Thread Zen 98052
From: Charles Greer Sent: Thursday, September 17, 2015 5:37 PM To: users@jena.apache.org Subject: RE: jena technical doc Hello, I did this recently, and it turned out to be pretty straightforward. Andy did a great job with extensibility. I have not announced this project to the list yet because it&

RE: jena technical doc

2015-09-17 Thread Charles Greer
ena/engine/MarkLogicUpdateEngine.java I see that you figured this same solution out. Charles From: Zen 98052 [z98...@outlook.com] Sent: Thursday, September 17, 2015 8:32 AM To: users@jena.apache.org Subject: Re: jena technical doc Hi Andy, I have follow up quest

Re: jena technical doc

2015-09-17 Thread Zen 98052
e.org Subject: Re: jena technical doc I looked at Jena code more thorough, and I think I found what I am looking for, let me know if this is not the right way. First, I create my own update engine worker (i.e. implements UpdateVisitor interface), this is where I put all my logic to deal with u

Re: jena technical doc

2015-09-17 Thread Zen 98052
_ From: Zen 98052 Sent: Thursday, September 17, 2015 11:32 AM To: users@jena.apache.org Subject: Re: jena technical doc Hi Andy, I have follow up question for #2 after looking at DatasetGraph class, and Jena's code sample for the update operation. Which interface I can implement, s

Re: jena technical doc

2015-09-17 Thread Zen 98052
ks, Z From: Andy Seaborne Sent: Thursday, September 10, 2015 10:39 AM To: users@jena.apache.org Subject: Re: jena technical doc 1. SPARQL Query and SPARQL Update are different languages (in the spec) and have different APIs in Jena. You can't (by design in the sp

Re: jena technical doc

2015-09-10 Thread Andy Seaborne
_ From: Andy Seaborne Sent: Thursday, September 10, 2015 1:44 AM To: users@jena.apache.org Subject: Re: jena technical doc On 10/09/15 00:20, Zen 98052 wrote: Hi, I am new to Jena programming. I am using Jena's SPARQL API to process the query and translate the query into acce

Re: jena technical doc

2015-09-10 Thread Zen 98052
: Andy Seaborne Sent: Thursday, September 10, 2015 1:44 AM To: users@jena.apache.org Subject: Re: jena technical doc On 10/09/15 00:20, Zen 98052 wrote: > Hi, > > I am new to Jena programming. > > I am using Jena's SPARQL API to process the query and translate the > query into

Re: jena technical doc

2015-09-10 Thread Andy Seaborne
On 10/09/15 00:20, Zen 98052 wrote: Hi, I am new to Jena programming. I am using Jena's SPARQL API to process the query and translate the query into accessing our custom back-end storage. I am now familiar with basic code like subclassing the GraphBase and QueryIter with my own implementation.

jena technical doc

2015-09-09 Thread Zen 98052
Hi, I am new to Jena programming. I am using Jena's SPARQL API to process the query and translate the query into accessing our custom back-end storage. I am now familiar with basic code like subclassing the GraphBase and QueryIter with my own implementation. But I need to learn more on extendi