Tasks

Lists of todos and ideas for future versions. If you got a idea please tell us at the developers list

1.0

Enhancments:

  • Add to the JParam class interface methods for reading/parsing object with expected target type so that explicit conversion could be achieved (not via ParamSet)
  • Enhance error reports, make sure the correct exception is thrown and not a wrapper.
  • Enhance logging mechanism and use, enhance feed_back implementation to include other parts of JParam, such as the different registries, and not only ParamSet.

After 1.0

New features:

  • Add array support, they could be treated as typed vector in C++
  • Add template support
  • Add configurable registration of primitive types, to support different cross-language models
  • Change initialization of JParam to be non-singleton, this way we could have several instances in the same VM, very usefull for server-side applications.