Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Object Persistence Framework

You are here: irt.org | FOLDOC | Object Persistence Framework

<programming> (OPF) Any system for storing objects so they can be reloaded into a future session. Typically this will use a relational database along with some kind of object relational mapping. Another typical solution would store objects in XML files (a form of serialisation). One of the trickier problems to solve is how to maintain references between objects, e.g. replacing memory pointers with unique names or identifiers.

Virtually identical considerations apply to transferring objects, or indeed any kind of data structure, from one process to another via some communications channel, e.g. a TCP/IP connection.

Apple's Enterprise Objects Framework (EOF) is a mature and powerful example.

(2009-01-15)

Nearby terms: Objectory « ObjectPAL « Object Pascal « Object Persistence Framework » object relational mapping » object relational modelling » Object Request Broker

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb