> > Most of my Core Data entities have a Data blob attribute which is actually > and archived dictionary of "extra data." Each user's per-document view > configuration is stored under keys within each blob. The Data blobs start > out nil which just defaults to something reasonable in each view.
This is what I will probably do. Reasons: 1. No need to create extra entities, objects. 2. Controller may be application specific and take care of deciding what goes in the "Blob". 3. Only need to fetch this info once at the start, then save it before closing. Thanks _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com