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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,39e272d357c68416 X-Google-Attributes: gid103376,public From: Wes Groleau Subject: Re: Is Apex dead as an environment for Ada & Java? Date: 1999/12/09 Message-ID: <384FE6DE.7CCF4AF7@ftw.rsc.raytheon.com>#1/1 X-Deja-AN: 558640151 Content-Transfer-Encoding: 7bit References: <000b8d9b.8e8e4afb@usw-ex0107-042.remarq.com> <1415c574.fbc5c0ce@usw-ex0102-016.remarq.com> X-Accept-Language: en,es,fr,pt Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@icg.raytheon.com X-Trace: bos-service2.ext.raytheon.com 944760544 151.168.144.162 (Thu, 09 Dec 1999 11:29:04 CST) Organization: Raytheon Company MIME-Version: 1.0 NNTP-Posting-Date: Thu, 09 Dec 1999 11:29:04 CST Newsgroups: comp.lang.ada Date: 1999-12-09T00:00:00+00:00 List-Id: I don't get why the presence of the subsystems feature (which doesn't have to be used) should make an IDE "dead." That aside, subsystems as Apex defines them are simply a higher level of partitioning than package hierarchies (or subsystems as defined by Ada Quality and Style). A package has visible items and non-visible items. The analogous attribute of an Apex subsystem is "exported" and "not exported." A package can be with'ed by another package A subsystem can be imported by another package.