Changes between Version 8 and Version 9 of APP_PLUGIN_STARTUP_R1


Ignore:
Timestamp:
01/09/09 17:00:20 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified APP_PLUGIN_STARTUP_R1

    v8 v9  
    3535 
    3636= Design = 
    37 Merging JavaWebStartMain and Main: [[BR]] 
     37Merging JavaWebStartMain and Main: 
     38 * find the differences between the two files 
     39 * maybe it is a good idea to put an argument check in the main, which calls an appropriate method for the concrete edition. 
     40 * the .jnlp must be reconfigured to run the new Main method with an appropriate argument 
     41 * the TrueAuthor and TrueServer configurations must be reconfigured. [[BR]] 
     42 
    3843Merging FakeAuthorMain and FakeServerMain: 
    3944 * create FakeMain.java in org.sophie2.launcher. It will have the same structure as FakeAuthorMain and FakeServerMain; the body of main() will read the Args![0] parameter and according to it will decide which arguments to pass to the FakeModuleRegistry.start() method. Possible values of the argument: "Author" / "Server" 
     
    4146 * Delete the old launchers, since they are not needed anymore. [[BR]] 
    4247 
     48In the org.sophie2.launcher.Main: 
     49 * Replace the huge string with a text file and put it into the resources directory (select its name first). 
     50 
     51In the org.sophie2.launcher.FakeMain: 
     52 * add a check for assertions enabled, like in org.sophie2.launcher.Main 
     53 * add a logger initializing 
     54  * think out for the log4j configuration files. 
    4355 
    4456= Implementation =