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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4a195a443fce793e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!logbridge.uoregon.edu!newsfeed.cs.utexas.edu!geraldo.cc.utexas.edu!not-for-mail From: bdbryant@mail.utexas.edu (Bobby D. Bryant) Newsgroups: comp.lang.ada Subject: Re: example of layered software? Date: Wed, 30 Nov 2005 20:57:42 +0000 (UTC) Organization: dis- Message-ID: References: <438cb166$0$21117$626a14ce@news.free.fr> Reply-To: bdbryant@mail.utexas.edu NNTP-Posting-Host: dial-a-128-83-253-152.telesys.its.utexas.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: geraldo.cc.utexas.edu 1133384262 25220 128.83.253.152 (30 Nov 2005 20:57:42 GMT) X-Complaints-To: abuse@utexas.edu NNTP-Posting-Date: Wed, 30 Nov 2005 20:57:42 +0000 (UTC) X-Newsreader: knews 1.0b.1 Xref: g2news1.google.com comp.lang.ada:6688 Date: 2005-11-30T20:57:42+00:00 List-Id: On Tue, 29 Nov 2005, Lionel Draghi wrote: > I wrote a tool to check architecture, and I wan't to test it on real > projects. > This is why I am looking for Ada (and Java/C/C++) sources that have a > layered architecture, and describe it. > > Here is an example from GtkAda documentation : > > +---------------------------------------------+ >| Your Application | > +---------------------------------------------+ >| GtkAda | >| +-----------------------------+ >| | GTK | >| +-------+-----------------------------+ >| | GDK | > +-------+--------------+--+-------------------+ >| GLIB | | X-Window / Win32 | > +----------------------+ +-------------------+ > > I would apreciate something more simple (without bridging), but here is > the idea. The GtkAda page lists some applications that use it; you might look to see if any of them give out their source. -- Bobby Bryant Austin, Texas