Description
The Launcher/LaunchClass combo is showing quite a bit of evolutionary baggage. For instance, REEF-246 and REEF-247 will have to deal with the weirdness of potentially instantiating two RemoteManager instances.
Much of this oddness has its root in the split between command line options and configuration. The former is parsed in Launcher, the latter in LaunchClass.
One step to clean this up would be to have a new Launcher which only takes one command line parameter which points to a Configuration file. That is then loaded and immediately used to instantiate the Clock.
Attachments
Issue Links
- relates to
-
REEF-189 Provide a C# Client to REEF
- In Progress
- links to