![]() Please wait while updating issue type...
Could not save your changes
This issue has been changed since you started editing it
Data that has been changed is highlighted in red below. Undo your changes to see the updated information
You have changed this issue, but haven't saved your changes yet. To save it, press the Save changes button to the right
This issue is blocking the next release
![]() There are no comments
There is nothing attached to this issue
This issue has no duplicates
There are no code checkins for this issue |
|||||||||||||||||||||||||||||
Really delete this comment?
Really delete this comment?
Regarding your side note, using Properties.put() is definitely not a good practice. A property must have a String key and a String value, and this is not enforced through the Map methods. JPPF uses an extension of Properties, TypedProperties, which provides getXXX() and setXXX() wrapper methods for primitive types (and a few others).
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
The idea is to have something like:
then define an imeplementation for each type:
then add get and set methods with type inference to TypedProperties:
finally, we can define constants for the documented JPPF properties, for instance:
Really delete this comment?
Really delete this comment?
Really delete this comment?