Changes between Version 8 and Version 9 of APP_PLUGIN_STARTUP_R1
- Timestamp:
- 01/09/09 17:00:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified APP_PLUGIN_STARTUP_R1
v8 v9 35 35 36 36 = Design = 37 Merging JavaWebStartMain and Main: [[BR]] 37 Merging 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 38 43 Merging FakeAuthorMain and FakeServerMain: 39 44 * 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" … … 41 46 * Delete the old launchers, since they are not needed anymore. [[BR]] 42 47 48 In 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 51 In 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. 43 55 44 56 = Implementation =