Post a Comment
http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/...
Core Data and EOF (the Enterprise Objects Framework that ships with WebObjects) share a common heritage, but have different goals. EOF is a Java-based framework that connects as a client to a database server. Core Data is an Objective-C-based framework designed to support desktop application development. Core Data supports a number of features not supported by EOF, and vice-versa.
This is where people unfamiliar with EOF don't know that EOF was first an Objective-C based Framework.
I can't wait until they finally get back to releasing EOF fully in Objective-C. This piggy back crap is getting on my nerves. It's also depressing having worked for NeXT and Apple that they ruined WOF by making it Java based when Java was all the hype and haven't pushed the Cocoa/ObjC version when they are now clearly bringing Cocoa into its rightful place and dumping Carbon: 5 years later than they originally planned.
Edited 2005-12-19 10:31
I recently found AJRDatabase, ( http://sourceforge.net/projects/ajrdatabase/ ), which is a kind of cool EOF replacement for Objective C. Sadly, it doesn't have MySQL bindings (and I seem to be too dumb to get it working properly with Postgres).
Anyway, it's like GDL2 (the GNU EOF clone) done right. The source is readable, it compiles flawlessly in xcode, and it even seems to be portable to gnustep.



