Hey,
I heard about the JOGL project via the Saverbeans screensavers project,
which now provides JOGL support for savers.
In the process of doing development for savers, I wanted to make
a Webstart based ‘preview’ that users can launch off the net. Here is
an example that works for most people.
http://www.javasaver.com/testjs/xsl/04/jws/install.html
(you are after ‘Picture Cube’ obviously)
It was while doing this that I noticed the irritating lack of ‘size/time’
information for the (large) JOGL based files, and it comes down to
the way the jar’s are referred to in the resources element…
If the JNLP at the JOGL site included file sizes, Webstart would be
able to better inform the end user of download times, and it might
save irritation to the end user.
E.G. from…
http://groups.google.com/group/comp.lang.java.programmer/msg/1da8ea05a575a11a
"It then loaded over a meg of stuff from two different websites giving
me an irritating progress message that gave no indication of how long
this was going to go on. "
Is it possible to get the JNLP updated to specify the file sizes?