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 X-Google-Attributes: gid103376,public From: stt@houdini.camb.inmet.com (Tucker Taft) Subject: Re: Ada/Java Date: 1997/04/20 Message-ID: #1/1 X-Deja-AN: 236210373 Sender: news@inmet.camb.inmet.com (USENET news) X-Nntp-Posting-Host: houdini.camb.inmet.com References: <5j2r5d$s1p@lotho.delphi.com> Organization: Intermetrics, Inc. Newsgroups: comp.lang.ada Date: 1997-04-20T00: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. 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. The newer browsers support downloading an archive of classes as a single file. You should be able to "zip" the classes up into a zipfile, and then in your tag write: -Tucker Taft stt@inmet.com http://www.inmet.com/~stt/ Intermetrics, Inc. Burlington, MA USA