- From: Aldo Bucchi <aldo.bucchi@gmail.com>
- Date: Fri, 19 Jan 2007 04:58:09 -0300
- To: semantic-web@w3.org
Hi all, I am trying to keep two repositories in sync. One of them is a sesame Repository running in a java app, the other one is a Jena Model running on another java app. Don't ask why jaja, it's just the way it is. Well, the thing is that one of them is the main repository ( the sesame one ) and the other one is just a mirror. I was thinking of listening to sailconnection events ( add and remove statements ) and generate a simple rdfxml package with the delta ( additions and removals ) that can be easily sent over the wire to the jena side, but I haven't been able to understand the correct place to hook the listeners. I am modifying the sesame Repository through Repository.getConnection().etc() methods, so I need a way to get hold of the underlying SailConnection. any ideas?? Thanks, Aldo -- ::::: Aldo Bucchi ::::: mobile (56) 8 429 8300
Received on Friday, 19 January 2007 07:58:14 UTC