How can I save the Application state on the local system?
A sandboxed application can store state, using the PersistenceService APIs. This API is somewhat similar to cookies for HTML pages. Thus, it will be a secure way of persistently store information locally on the client computer. Please refer to the Specification and Developers Guide for more information: http://java.sun.com/aboutJava/communityprocess/jsr/jsr_056_jnlp. html http://java.sun.com/javase/technologies/desktop/javawebstart/docs/developersguide.
A sandboxed application can store state, using the PersistenceService APIs. This API is somewhat similar to cookies for HTML pages. Thus, it will be a secure way of persistently store information locally on the client computer. Please refer to the Specification and Developers Guide for more information: http://java.sun.com/aboutJava/communityprocess/jsr/jsr_056_jnlp. html http://java.sun.com/products/javawebstart/docs/developersguide.