EOF Wiki

From EOFWiki
Revision as of 17:26, 6 November 2007 by Nat! (talk | contribs) (→‎Articles)
Jump to navigationJump to search

Welcome

This is the Objective-C EOF Wiki. It started as the MulleEOF wiki but soon after setting it up, it seemed to be a good idea to make it a Wiki available for all EOF clones. So for people looking for an Objective-C EOF clone, this is the place to be.

This Wiki is wholly unconcerned about Java-EOF as available through WebObjects 5 from Apple.

From now on all references to EOF will always mean Objective-C EOF and Java will be ignored.

If you are not that familiar with EOF and it's history, you can read a good historical overview on Wikipedia.

Because of Spambots, you will have to register and confirm your email address, before you can change anything.

Description

EOF is commonly referred to as a database abstraction layer. And it is also a toolkit of various components that can be used independently for programs without any database access. So it pays to get familiar with EOF, even if your application doesn't access a database. EOF traditionally has been separated in three frameworks

for persistance

Articles

Articles about EOControl

Articles about EOInterface

Documentation

Documentation for EOF is available from Apple on the developer site.

Also some of these links may be helpful, as EOF became a part of WebObjects at some point in history

Implementations

The original

and the clones

Related Projects