From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2d9f353850ad6c61,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: ANN: Simple components 1.7 Date: Sun, 5 Dec 2004 22:44:22 +0100 Organization: cbb software GmbH Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: individual.net XfVdNPJzPEDoLXJVf+jLXA0648QQhHJYUmd/cHmJkdbz7OpWI= User-Agent: 40tude_Dialog/2.0.12.1 Xref: g2news1.google.com comp.lang.ada:6787 Date: 2004-12-05T22:44:22+01:00 List-Id: The version 1.7 provides object persistence. The goals of the design were: - Portability across different platforms in the sense that an object can be stored on one platform and successfully restored on another; - Independency on the nature of the external storage; - Support for dependent objects; - Garbage collection within the application; - A possibility to implement garbage collection within the external storage; - Automatic synchronization with the persistent storage upon finalization.. http://www.dmitry-kazakov.de/ada/components.htm -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de