Changes between Version 5 and Version 6 of GROUP_DEPLOYMENT_JWS_APPLET
- Timestamp:
- 07/22/09 20:37:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_DEPLOYMENT_JWS_APPLET
v5 v6 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 and core modules jars. The commands are: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: 5 5 6 6 {{{ … … 17 17 18 18 === Applet configuration === 19 20 {{{ 21 <applet width="1000" height="600" name="sophie2-applet" codebase="sophie2-bundles/" 22 code="org.sophie2.launcher.SophieApplet" 23 archive="org.sophie2.launcher-2.0-SNAPSHOT.jar 24 , and other needed jars 25 "> 26 You need java installed to run Sophei 2.0 applet. 27 </applet> 28 }}} 29 19 --- 30 20 31 21 === Implementation ideas === 32 * One of the things that should be done is to make the Main class of the org.sophie2.launcher module extends Applet class. In this case Felix will start in the init() method of the newly created SophieApplet. The if there is a module with Applet layout engine it will use SophieApplet instead of JFrame in standalone editions.22 * One of the things that should be done is to make the Main class of the org.sophie2.launcher module extends Applet class. In this case Felix will start in the init() method of the newly created SophieApplet. 33 23 34 24 === Location === … … 48 38 http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/examples.html#PersistenceService 49 39 50 == Used/unused dependencies ==51 52 53 40 == Estimation == 54 41 Running application through applet and java web start local storage on the client machine will be done on week 2 milestone 10.