Changes between Version 5 and Version 6 of GROUP_DEPLOYMENT_JWS_APPLET


Ignore:
Timestamp:
07/22/09 20:37:51 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_DEPLOYMENT_JWS_APPLET

    v5 v6  
    22 
    33=== 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: 
    55 
    66{{{ 
     
    1717 
    1818=== 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--- 
    3020 
    3121=== 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. 
    3323 
    3424=== Location === 
     
    4838http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/examples.html#PersistenceService 
    4939 
    50 == Used/unused dependencies == 
    51  
    52  
    5340== Estimation == 
    5441Running application through applet and java web start local storage on the client machine will be done on week 2 milestone 10.