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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3cd3b8571c28b75f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-02 19:36:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!feed2.news.rcn.net!rcn!nntp.abs.net!newsfeed.mathworks.com!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc01.POSTED!not-for-mail Message-ID: <3F555390.6070608@attbi.com> From: "Robert I. Eachus" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: A Customer's Request For Open Source Software References: <3F44BC65.4020203@noplace.com><20030822005323.2ff66948.david@realityrift.com> <3F4828D9.8050700@attbi.com> <3F4EA616.30607@attbi.com> <3F512BD1.8010402@attbi.com> <3F52AA5F.8080607@attbi.com> <3F53B88E.7040405@attbi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 24.34.139.183 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc01 1062556577 24.34.139.183 (Wed, 03 Sep 2003 02:36:17 GMT) NNTP-Posting-Date: Wed, 03 Sep 2003 02:36:17 GMT Organization: Comcast Online Date: Wed, 03 Sep 2003 02:36:17 GMT Xref: archiver1.google.com comp.lang.ada:42087 Date: 2003-09-03T02:36:17+00:00 List-Id: Alexander Kopilovitch wrote: > I'm pretty sure that I saw something somehow similar to that - OODBMS in Ada95, > which was based on storage pools - in public domain, in 1995 or 1996 or 1997. > I remember that I downloaded that thing, it seemed interesting and I read and > even printed it. Now I tried to find it again, but so far failed - both on my > disks and in the Net (unfortunately I remember neither the author's name nor > exact title). There is still a chance that I'll find it in my archives on CDs. The names have sort of changed, but not the reality. There are several companies that provide object-oriented databases. But the names to look for are CORBA (Common Object Request Broker Architecture and ORB (Object Request Broker). If you create a CORBA object usually in IDL, then any ORB can be used to share access to that object. Of course what you really want to do is to have an object database that you can link to through the ORB, and an Ada binding to CORBA to translate your IDL objects into Ada code. (Even better would be a tool that abstracted objects from your Ada code and created IDL descriptions of them.) I used to follow the CORBA work pretty closely, then I got involved heavily in projects that used Oracle and staying current in both Oracle and the CORBA world was too much. (Along, of course, with Ada, and the computer hardware, and a couple of OSes, and...) -- Robert I. Eachus "As far as I'm concerned, war always means failure." -- Jacques Chirac, President of France "As far as France is concerned, you're right." -- Rush Limbaugh