Changes between Version 6 and Version 7 of GROUP_DEPLOYMENT_JWS_APPLET


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_DEPLOYMENT_JWS_APPLET

    v6 v7  
    1717 
    1818=== Applet configuration === 
    19 --- 
     19{{{  
     20        <applet width="1000" height="600" name="sophie2-applet" codebase="sophie2-bundles/"   
     21                        code="org.sophie2.launcher.SophieApplet"  
     22                        archive="org.sophie2.launcher-2.0-SNAPSHOT.jar  
     23                                        , and other needed jars  
     24                                        ">  
     25        You need java installed to run Sophie 2.0 applet.  
     26        </applet>  
     27}}} 
    2028 
    2129=== Implementation ideas === 
    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. 
     30 * 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.  
    2331 
    2432=== Location ===