Version: 1.1

Posted: 2007-06-01

Build Requirements: Xcode 3.0

Runtime Requirements: Mac OS X 10.5

View Source Code:

Download Sample (“HTMLStore.zip”, 148.2K)
Download Sample (“HTMLStore.dmg”, 205.3K)



Description

This example illustrates how to create a custom atomic store and integrate it into any application. The format of the store is HTML and all data is stored as HTML tables. Each table maps to an entity. Each row in the table represents a managed object. Each table data element contains a property value. Relationships are represented as anchored links to other tables.

Document Revision History

Date Notes
2007-06-01Removed use of deprecated NSURL loading API. Removed use of deprecated NSString API. Updated to match current NSAtomicStore API.
2006-08-01Implementation of a Core Data atomic store based on HTML tables

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.