comp.lang.ada
 help / color / mirror / Atom feed
From: stt@houdini.camb.inmet.com (Tucker Taft)
Subject: Re: Ada/Java
Date: 1997/04/20
Date: 1997-04-20T00:00:00+00:00	[thread overview]
Message-ID: <E8yI35.DCH.0.-s@inmet.camb.inmet.com> (raw)
In-Reply-To: 5j2r5d$s1p@lotho.delphi.com


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 <applet...> tag write:

   <applet code="myclass.class" archive="http://myhost/myfile.zip" ...>

-Tucker Taft   stt@inmet.com   http://www.inmet.com/~stt/
Intermetrics, Inc.  Burlington, MA  USA




  reply	other threads:[~1997-04-20  0:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-16  0:00 Ada/Java tmoran
1997-04-20  0:00 ` Tucker Taft [this message]
1997-04-21  0:00   ` Ada/Java Tom Moran
1997-04-22  0:00 ` Ada/Java David Wheeler
1997-04-22  0:00   ` Ada/Java Tom Moran
1997-04-22  0:00     ` Ada/Java Jon S Anthony
1997-04-23  0:00       ` Ada/Java Samuel Tardieu
1997-04-24  0:00         ` Ada/Java Jon S Anthony
1997-04-23  0:00       ` Ada/Java Tom Moran
1997-04-25  0:00         ` Ada/Java Jon S Anthony
  -- strict thread matches above, loose matches on Subject: below --
1997-04-25  0:00 Ada/Java tmoran
1997-04-27  0:00 ` Ada/Java Robert Dewar
1997-04-28  0:00   ` Ada/Java Tom Moran
1997-04-28  0:00     ` Ada/Java Robert Dewar
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox