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,6d51a4400ccde5d8,start X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Ada/Java Date: 1997/04/16 Message-ID: <5j2r5d$s1p@lotho.delphi.com>#1/1 X-Deja-AN: 235220138 Organization: Delphi Internet Services Newsgroups: comp.lang.ada Date: 1997-04-16T00:00:00+00:00 List-Id: 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. I put a very small application up on a web page hosted on AOL and each of those files, while small, results to the downloader in 5-10 seconds of "connecting, waiting for response" messages. The option of a different web host site is not always available, and writing a significant program without using records feels like a return to Fortran.