Changes between Version 3 and Version 4 of APP_PLUGIN_STARTUP_R1
- Timestamp:
- 01/08/09 19:03:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_PLUGIN_STARTUP_R1
v3 v4 17 17 In this revision we must make the launcher module more useful. This includes: 18 18 * Merging JavaWebStartMain and Main classes in the org.sophie2.launcher module. 19 * 19 * Centralizing the Fake launchers (FakeAuthor and FakeServer) [[BR]] 20 20 21 21 == Task result == 22 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 22 Source code. 23 23 24 24 == Implementation idea == 25 ^(It is advisable to include some rough implementations ideas.)^ 25 Create a FakeMain.java class in org.sophie2.launcher module, which takes an argument - the concrete edition, and launches it similar to the existent fake launchers. 26 26 27 27 == Related == … … 29 29 30 30 == How to demo == 31 ^(In this section you must add instructions for the demo of the task.)^ 31 * Launch the FakeAuthor and FakeServer configurations 32 * Launch the TrueAuthor, TrueServer and JWS configurations. 32 33 33 34 = Design =