Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Jeff Higgins Newsgroups: comp.lang.java.programmer Subject: Re: Java Web Start Permissions Date: Tue, 24 Jan 2012 07:22:56 -0500 Organization: A noiseless patient Spider Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 24 Jan 2012 12:13:53 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="BSKXKq4dV+7jFlM4JDctyw"; logging-data="10930"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Q8zvsqbQr23CwzjPlBALjGXmw1XEUCh8=" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20111110 Icedove/3.0.11 In-Reply-To: Cancel-Lock: sha1:u3l5UfmCrBhc968ZxZtONSupED8= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11598 On 01/24/2012 12:22 AM, Knute Johnson wrote: > On 1/23/2012 6:32 PM, John B. Matthews wrote: >> One alternative is to use a javax.jnlp.PersistenceService [1] >> implementation, which "provides methods for storing data locally on the >> client system, even for applications that are running in the untrusted >> execution environment." Andrew Thompson has posted a convenient >> demonstration [2] that saves notes across launches without requiring any >> special permissions. >> >> [1] >> > istenceService.html> >> [2] > > John: > > Where does one find that class? The Java 7 docs don't show the > javax.jnlp package at all. > See the note at the bottom of the page.