RE: Sling retrieving out-of-date data

2015-12-02 Thread H K
s@sling.apache.org > > On Wed, Dec 2, 2015 at 7:10 PM, H K wrote: > > but is there a way to use the same Node Store when connecting through an > > Oak application? > > NodeStore is an in vm manifestation. Before going further wanted to > understand your usecase and flow.

RE: Sling retrieving out-of-date data

2015-12-02 Thread H K
Hi Chetan and Oliver, Thanks for the replies. So assuming that I don't connect over RMI, does this mean there is no way around this problem apart from delaying operations a few seconds? If multiple Node Stores are being used, then it seems reasonable that the backend is queried periodically, he

RE: Sling retrieving out-of-date data

2015-12-01 Thread H K
pare resulting JSON from GET request with one that has child > node at parent > } > > Thanks, > H > > > From: jus...@justinedelson.com > > Date: Tue, 1 Dec 2015 19:43:10 +0000 > > Subject: Re: Sling retrieving out-of-date data > > To: users@sling.apache

RE: Sling retrieving out-of-date data

2015-12-01 Thread H K
2015 19:43:10 + > Subject: Re: Sling retrieving out-of-date data > To: users@sling.apache.org > > Are you saying that you have a non-Oak application which connects directly > to MongoDB and manipulates the documents? > > On Tue, Dec 1, 2015 at 2:22 PM H K wrote: > &

RE: Sling retrieving out-of-date data

2015-12-01 Thread H K
the JSON as wanted. Thanks, H > From: apa...@oliverlietz.de > To: users@sling.apache.org > Subject: Re: Sling retrieving out-of-date data > Date: Tue, 1 Dec 2015 19:49:20 +0100 > > On Tuesday 01 December 2015 11:37:42 H K wrote: > > Hi, > > Hi, > > > I'

Sling retrieving out-of-date data

2015-12-01 Thread H K
Hi, I'm currently using the Sling 8 standalone and it's connected to a MongoDB database. I've got an application which also connects to the same MongoDB database and writes/reads from it. The connection is done using DocumentMK, following the instructions at https://jackrabbit.apache.org/oak/d