Changes between Version 3 and Version 4 of GROUP_DEPLOYMENT_JWS_APPLET
- Timestamp:
- 07/22/09 16:45:50 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_DEPLOYMENT_JWS_APPLET
v3 v4 2 2 3 3 === How to self-sign jars === 4 * Research about self-signing has been made. First you have to create keystore and use it to sign the launcher jar. The commands are:4 * Research about self-signing has been made. First you have to create keystore and use it to sign the launcher and core modules jars. The commands are: 5 5 6 6 {{{ … … 17 17 18 18 === Applet configuration === 19 --- 19 20 20 21 21 === Implementation ideas === … … 38 38 http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/examples.html#PersistenceService 39 39 40 == Used/unused dependencies == 41 42 40 43 == Estimation == 41 44 Running application through applet and java web start local storage on the client machine will be done on week 2 milestone 10.