Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!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 05:20:38 -0500 Organization: A noiseless patient Spider Lines: 23 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 10:11:37 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="BSKXKq4dV+7jFlM4JDctyw"; logging-data="8113"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19uf3pSPiBOM7q89MDRIHLepepFpRDaBAU=" 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:HDFNOPSTYxbrE8PNwnk1mef/ujY= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11595 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. > I can imagine the JNLP client (whichever it may be) making available a path to the required classes.