Hi Everybody,

I know it’s a slightly off-topic question, but I think this community is 
probably the only one that REALLY knows about this stuff. I’m currently working 
on a client-server alas ios-webobjects application and I’m going the REST route 
(hihi). The server side is a rock (btw Mike et all… that’s a marvelous piece of 
work)… perfectly under control, routes, security, headers, cookies… it’s 
perfect.

So down to the client… 
I have a partial implementation that does some fetch and retrieve, serializing 
and deserializing the incoming dictionaries from the server. But I’m not really 
satisfied with it because it’s all done my hardcoding calls and queries. So, 
looking for a new angle, I tweaked my local objects into subclasses of 
NSManagedObject and pushed CoreData inside the loop.

What I want to do is to subclass NSIncrementalStore with a in-memory version of 
mine that basically acts as an adaptor to my REST service on the other side.
I’ve also found a few hints on the web about other people trying this.

What do you think? Is it doable? Is it easy? Has it already been done by 
someone I can steal from? ;-)

Thank you in advance,
Riccardo De Menna
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to