nethad / clustermeister

Clustermeister provides a framework for easy code execution and testing on remote and distributed Java Virtual Machines (JVM). Specifically it provides utilities to facilitate remote code deployment scenarios and an API to execute code on remote JVMs.
Apache License 2.0
6 stars 2 forks source link

Refactor JPPF configuration keys #23

Closed nethad closed 12 years ago

nethad commented 12 years ago

JPPF configuration keys are mostly defined as class-local static fields, but should be factored into a single class.

danielspicar commented 12 years ago

looks like this is resolved