Toward Painless Polylingual Persistence

Kaplan, A. and Wileden, J.C., Toward Painless Polylingual Persistence, Seventh International Workshop on Persistent Object Systems, Cape May, NJ, USA, May 1996.
Heterogeneity in persistent object systems gives rise to a range of interoperability problems. For instance, a given object-oriented database (OODB) may contain data objects originally defined, created and persistently stored using the capabilities provided by several distinct programming languages, and an application may need to uniformly process those data objects. We call such a database polylingual and term the corresponding interoperability problem the polylingual access problem.

While many of today's OODBs support multiple programming language interfaces (we term such systems multilingual), none provide transparent polylingual access to persistent data. Instead, present day interoperability mechanisms generally rely on external data definition languages (such as ODMG's ODL), thus reintroducing impedance mismatch and forcing developers to anticipate heterogeneity in their applications, or depend upon direct use of such low-level constructs as the foreign language interface mechanisms provided in individual programming languages. Using such mechanisms make polylingual access painful.

In this paper we introduce PolySPIN, an approach supporting polylingual persistence, interoperability and naming for object-oriented databases. We describe our current realization of PolySPIN as extensions to the TI/Arpa Open Object-Oriented Database and give examples demonstrating how our PolySPIN prototype supports transparent, painless polylingual access between C++ and CLOS applications.


Alan Kaplan
Last modified: Wed Aug 27 18:28:27 EDT