Marcel Offermans wrote:
The reason why we use our own main is that we do not want to use any property file. The properties that must be set are hardcoded in the code. The second reason is that we have (recently) added shutdown hooks to make sure the framework is shutdown cleanly when someone ends the process with Ctrl-C.

Even though the shutdown hooks might not be completely portable across all Java platforms, this is something we could possibly put into the standard Main or we could create an extended Main.

One thing is for sure, we do not have to all agree on and use a single main...it is perfectly reasonable to have different mains for different purposes.

-> richard

Reply via email to