Talk:Core Data
![]() | Apple Inc. Unassessed | |||||||||
|
XML Schema?
This article states that it is possible to drop an XML schema document onto Interface Builder to create a Core Data controller. I have found no evidence that this is actually possible. I would be very interested in any automated method for converting an XML schema into a core data model. Is it, in fact, possible to do this?
--
The original statement: Interface Builder (IB) will even automatically build this format file for you given self-describing data such as an XML Schema.
I believe this was referring to IB's ability to create a GUI for an entity in a data model. If not, please correct my edits.
ScottEllsworth 07:17, 26 March 2006 (UTC)
EOF best approach?
Maury's kind of gone off into the weeds here. Describing CoreData in terms of EOF will lead to nothing but confusion.
Better tell Apple then. Because they do it too.
Hierarchical?
I changed a number of items on this page from 'hierarchical' to 'relational', as it seems CD is best suited to the relational model. While it can be stored in an XML file, that XML file does not really, IMO, represent a hierarchy, nor is the serialization necessarily in text format. If I misunderstood, feel free to change it back.
ScottEllsworth 07:18, 26 March 2006 (UTC)
Is it a good idea to radically change an article when one such as yourself is significantly unfamiliar with the topic?
ORM
So this is in essence an ORM runtime and API? --soum talk 13:48, 11 June 2007 (UTC)
Benefits? Criticisms?
This entry is far too technical. What so good about Core Data? I don't understand it. --69.149.215.102 (talk) 04:26, 14 June 2008 (UTC)
On the contrary. It's just about right. If you don't understand it then perhaps you're not meant too. Until you take the same courses as the authors.