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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2e26b805f6d341ba X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-29 23:03:00 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!ngpeer.news.aol.com!cyclone1.gnilink.net!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail From: Caffeine Junky Subject: Re: Aspect-Oriented Programming Newsgroups: comp.lang.ada References: <3D975896.CDB6CA2E@adaworks.com> User-Agent: Pan/0.11.3 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: "Richard Riehle" Message-ID: NNTP-Posting-Host: 12.241.145.39 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1033365779 12.241.145.39 (Mon, 30 Sep 2002 06:02:59 GMT) NNTP-Posting-Date: Mon, 30 Sep 2002 06:02:59 GMT Organization: AT&T Broadband Date: Mon, 30 Sep 2002 06:02:59 GMT Xref: archiver1.google.com comp.lang.ada:29426 Date: 2002-09-30T06:02:59+00:00 List-Id: On Sun, 29 Sep 2002 15:46:30 -0400, Richard Riehle wrote: > I was having a conversation last week with a colleague and the topic > turned to aspect-oriented programming. This rather interesting approach > to software design seems, at first, to break encapsulation, but close > inspection, offers some powerful capabilities for reuse and corresponds > to the reality of a physical world architectures. > > As we talked, I realized that there was an opportunity to consider the > role of private child packages in the design of aspect-oriented > architectures. So I am wondering if anyone in this forum has > investigated the unique properties of Ada that contribute to > aspect-oriented software architectures. > > Richard Riehle I beleive the October or September issues of Dr. Dobbs Journal did a feature article on AOP in reference to Java. I've got the mag in my rack here. Havent had a chance to read the article yet. Sounds interesting though. Sounds like a useful approach for some Ada projects as well. NiCad