This sample demonstrates how to use the JPPF configuration API to generate the documentation of all predefined configuration properties.
To run the demo, in a command prompt or shell console, type "./run.sh" on Linux/Unix/Mac or "run.bat" on Windows. This will generate a JPPFConfiguration.html file which shows the documentation of all predefined JPPF configuration properties, grouped by categories/tags
ConfigurationHTMLPrinter.java: the source code of the HTML documentation generatorThe configuration properties reference section of the documentation is generated using the same API (source code here) and in a similar fashion. The main difference is that, instead of straight HTML, the code generates MediaWiki text.
There are 2 privileged places you can go to: