Sciweavers

IEE
2002

Framework based on design patterns for providing persistence in object-oriented programming languages

13 years 4 months ago
Framework based on design patterns for providing persistence in object-oriented programming languages
Abstract. This paper describes an approach to providing object persistence in object-oriented programming languages without modifying the run-time system or the language itself. By successively applying design patterns such as the Serializer, Factory Method, and Strategy patterns we develop an object-oriented framework for providing object persistence. The advantages of object-orientation are highlighted: structured classification through class-hierarchies, extensibility and promotion of reuse. The framework clearly separates persistence control from storage control. A hierarchy of different storage types, useful in different application domains, is introduced. The framework does not rely on any kind of special programming language features. It only uses basic object-oriented programming techniques, and is therefore implementable in any object-oriented programming language. An experimental implementation in Ada 95 is presented. Keywords. Persistence, Stable Storage, Object-Oriented Fra...
Jörg Kienzle, Alexander B. Romanovsky
Added 19 Dec 2010
Updated 19 Dec 2010
Type Journal
Year 2002
Where IEE
Authors Jörg Kienzle, Alexander B. Romanovsky
Comments (0)