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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4a195a443fce793e,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!infeed-2.proxad.net!news8-e.free.fr!not-for-mail Date: Tue, 29 Nov 2005 20:52:15 +0100 From: Lionel Draghi User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1 X-Accept-Language: fr-fr, en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: example of layered software? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <438cb166$0$21117$626a14ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 29 Nov 2005 20:52:06 MET NNTP-Posting-Host: 82.236.216.140 X-Trace: 1133293926 news8-e.free.fr 21117 82.236.216.140:45094 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:6665 Date: 2005-11-29T20:52:06+01:00 List-Id: 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. Note that I'll release the tool as free software. Thank you for your help. -- Lionel Draghi