There are also client side libraries like RestKit that will do most of the easy lifting to save json-based data from a web service to CoreData. Unless you fear performance issues, that might be an easier and more general solution than the plist format and home made code.
JPM Le 15 oct. 2013 à 06:33, Flavio Donadio a écrit : > Hello, guys! > > > I was watching an old WWDC session tonight (2010, Session 177, "Building a > Server-driven User Experience") and got very intrigued about the idea of > using the plist format to get data from a web service. > > It seems a nice idea if you're developing a Cocoa client that consumes a web > service. You can easily generate a NSDictionary from a plist-encoded data > structure and, from there, feed them into Core Data or whatever. > > Also, is there any software to convert an EOModel into an > NSManagedObjectModel or the other way around? It would make things easier, > faster and less error-prone. > > What do you guys think? Has anyone tried that? > > > Cheers, > Flavio Donadio > _______________________________________________ > 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/jp.malrieu%40free.fr > > This email sent to [email protected] _______________________________________________ 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]
