[3874] in java-interest

home help back first fref pref prev next nref lref last post

Re: Please help me will java beta

daemon@ATHENA.MIT.EDU (BC Krishna)
Thu Nov 30 14:55:25 1995

To: Jonathan_Mark_Smith@CCMAIL.PRUSEC.COM, java-interest@java.sun.com
From: BC Krishna <bc@futuretense.com>
Date: Thu, 30 Nov 95 15:34:09 -0500 (GMT)

At 01:56 PM 11/29/95 EST, Jonathan_Mark_Smith@CCMAIL.PRUSEC.COM wrote:
>     I have two things to ask.
>     
>     1) Use Netscape if you load a HTML and then go backward and then 
>     forward Netscape will take the HTML page out of chach.  What happens 
>     with the Java applet does it restore from chach or will netscape go 
>     back to the server to reload the applet.

The current Netscape behavior in this area is not applet friendly. In
addition to the applet .class files, the applet state is important. For
instance, the applet may have computed/loaded several frames of an animation
sequence. If at this point, the user decides to go to a different page and
return, all state is lost, and the applet is restarted.

Applets ought to be able to request to be paused/resumed to deal with these
situations rather than the default stop/start. Thoughts on this?

cheers, bc

-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post