Version 4 (modified by kyli, 16 years ago) (diff) |
---|
Analysis
Overview
- The app plug-in is the main plug-in of Sophie 2.0.
- It actually starts the application.
- It is used in all editions of Sophie 2.0.
- It is responsible for configuration reading and loading of other parts of the application.
Task requirements
In this revision we must make the launcher module more useful. This includes:
- Merging JavaWebStartMain and Main classes in the org.sophie2.launcher module.
- Centralizing the Fake launchers (FakeAuthor and FakeServer)
Task result
Source code.
Implementation idea
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.
Related
How to demo
- Launch the FakeAuthor and FakeServer configurations
- Launch the TrueAuthor, TrueServer and JWS configurations.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)