DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
This launcher has all information hard coded in it, unlike the default Felix launcher, which loads configuration properties from files and performs variable substitution. This simple launcher provides a good starting point if the features of the default launcher are not necessary. For example, if you want to create a launcher that automatically deletes the bundle cache directory each time it starts, then it is quite easy to figure out how to do that with this simple launcher. Taking a closer look at the simple launcher:
By breaking down the above source code into small chunks, it is quite easy to see what is going on.
| Code Block |
|---|
Map configMap = new StringMap(false);
|
...