Home > Service and Support > Contribute Components > Cincom Proprietary Components > GLORP
GLORP is an open-source object-relational mapping layer for Smalltalk. Versions are available for a variety of Smalltalk dialects. It is included as an important part of the environment in current versions of VisualWorks and ObjectStudio, and is the basis for the Store version control system and the ObjectStudio database mapping tool. GLORP is a Camp Smalltalk Project, led by Alan Knight (mail). Its goal is to provide a simple, powerful framework for reading and writing objects from relational databases. It was originally sponsored by The Object People (although it is fully open source) and its concepts are reminiscent of TOPLink, though noticably different in some respects and have diverged as time has gone by.
The code for Cincom® VisualWorks® is distributed with recent VisualWorks releases and is also available in the Cincom Public Repository. Recent releases are named according to the version of VisualWorks that they are developed with.
Related posts:
Hidden Gems Screencast: Object Persistence, Part One Object persistence is about saving and restoring the state of an object. This can be done in a variety of ways, often with a relational or object database. But what alternatives are there and how do they work? That is what this series will discuss, build and demonstrate. Part One will demonstrate a simple, powerful and useful text-based technique that is not widely known....