Re: Core Data and REST

2010-08-30 Thread Andy Bell
On Mon, Aug 30, 2010 at 5:14 AM, Chris Hanson wrote: > On Aug 28, 2010, at 10:00 AM, Andy Bell wrote: > > > At a later date I want to use something like REST using JSON to be the > backend to Core Data in the application. Is this going to be possible? > > Core Data only has API for creating you

Re: Core Data and REST

2010-08-29 Thread Chris Hanson
On Aug 28, 2010, at 10:00 AM, Andy Bell wrote: > At a later date I want to use something like REST using JSON to be the > backend to Core Data in the application. Is this going to be possible? Core Data only has API for creating your own atomic persistent stores - that is, persistent stores w

Re: Core Data and REST

2010-08-28 Thread Fritz Anderson
On 28 Aug 2010, at 12:00 PM, Andy Bell wrote: > I am designing an application which will use Core Data with a local > persistent store. At a later date I want to use something like REST using > JSON to be the backend to Core Data in the application. Is this going to be > possible? Will I hav

Core Data and REST

2010-08-28 Thread Andy Bell
I am designing an application which will use Core Data with a local persistent store. At a later date I want to use something like REST using JSON to be the backend to Core Data in the application. Is this going to be possible? Will I have many issues moving to the remote backend from the loc