Am 19.03.2008 10:19 +0100 schrieb Markus Hitter <[EMAIL PROTECTED]>: > Not to lower GDL2's value, but for some reason Apple has replaced EOF > with CoreData. My impression is, they drastically reduced the > (exposed) API while retaining everything most programmers need.
If you want to create a Database driven application, you need a Database, Core Data is for flat files. That is possibly nice for local data like spotlight or mail indexes, but not if you are talking about multiple users working with the same data. There is some room to create a lighter EOF, but leaving out the database is pointless for a database app. Anyway this would be a huge project. David
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
