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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2e26b805f6d341ba,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-29 12:40:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!newsfeed1.easynews.com!easynews.com!easynews!nntp2.aus1.giganews.com!nntp.giganews.com!newsfeed1.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: Richard Riehle Newsgroups: comp.lang.ada Subject: Aspect-Oriented Programming Date: Sun, 29 Sep 2002 12:46:30 -0700 Organization: AdaWorks Software Engineering Message-ID: <3D975896.CDB6CA2E@adaworks.com> Reply-To: richard@adaworks.com NNTP-Posting-Host: 41.b2.69.3e Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 29 Sep 2002 19:40:22 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:29419 Date: 2002-09-29T19:40:22+00:00 List-Id: 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