security - How to save some config information in an Java Applet? -


how can save configuration locally , permanently in java applet? ideally should work not signed applet.

in addition alexr's methods..

  1. ..
  2. ..
  3. run applet in new generation java plug-in (1.6.0_10+) , use jnlp api's persistenceservice serialize data. here demo. of persistenceservice.

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -