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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6d51a4400ccde5d8 X-Google-Attributes: gid103376,public From: wheeler@ida.org (David Wheeler) Subject: Re: Ada/Java Date: 1997/04/22 Message-ID: <5jh808$g9n@news.ida.org>#1/1 X-Deja-AN: 236480638 References: <5j2r5d$s1p@lotho.delphi.com> Organization: IDA, Alexandria, Virginia Reply-To: dwheeler@ida.org Newsgroups: comp.lang.ada Date: 1997-04-22T00:00:00+00:00 List-Id: tmoran@bix.com wrote: : I'd add an additional problem to the ones mentioned in the recent Ada : Letters article "Experience Programming Java Applets with Ada95" by : Kann, Feldman, and Sibert. Every record definition becomes a Java : class, which means it becomes a separate file. This problem applies to anything today using the Java Virtual Machine, including Java, Eiffel (when translated to Java), and NetRexx (when translated to Java). The problem is that each class (record) must be in a separate class file. This is NOT specific to Ada at all. This is a known problem, and the latest version of the JDK and Netscape include a solution (they support packaging many small files into a single larger file). The latest beta version of Netscape can do this now, but you'll probably have to wait for at least 6-12 months before the majority of users have this ability (and probably longer if you want 95%+ of all web users). --- David A. Wheeler dwheeler@ida.org