-
Java Applets
2 questions.
Does a Java Applet load anything to the user's browser cache? (Possibly take
advantage of for offline use)
Could a Java Applet be used on via a web application, but be configured to
work offline if there is not connection to the server?
-
Re: Java Applets
Michael,
"Michael Gautier" <gautier_michael@hotmail.com> wrote:
>2 questions.
>
>Does a Java Applet load anything to the user's browser cache? (Possibly
take
>advantage of for offline use)
Things are cached. Depends how you want it to work. There are settings
to save the cache between 'sesssions' (closing the window). While the browser
is open the classes will be cached even when the 'site' is left.
>Could a Java Applet be used on via a web application, but be configured
to
>work offline if there is not connection to the server?
Yes. Sort of. An applet can only talk to the server that it was launched
from. Some policy/security/certificate can change this but it is usually
not a good idea. You really should look at Web Start (http://www.vamphq.com/).
An applet can run on a local machine with no network connections or webserver.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks