EOF Wiki: Difference between revisions

From EOFWiki
Jump to navigationJump to search
Line 1: Line 1:
== Welcome ==
== 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 more general EOF Wiki. People looking for an [[Objective-C EOF]] clone: this is the place to be.  
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 more general EOF Wiki. If you have an [[Objective-C EOF]] clone or are looking for one: this is the place to be.  


This Wiki is <b>wholly</b> 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.
This Wiki is <b>wholly</b> 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.

Revision as of 12:41, 9 November 2007

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 more general EOF Wiki. If you have an Objective-C EOF clone or are looking for one: 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. Even if your application doesn't access a database, it can pay off to get familiar with EOF.

Layers.png

EOF traditionally has been separated in three frameworks

  • EOControl the abstraction layer that provides the groundwork for the editing and persistance of objects
  • EOInterface the GUI component, that ties AppKit to EOControl
  • EOAccess for the concrete use of EOControl. It contains an EOObjectStore subclass, that uses one or multiple SQL databases for persistance

Articles

Articles about EOControl technology

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 and relatives of EOF


It'd be good to have a feature comparison chart at some point in time.

Related Projects and other Resources