Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [riena-dev] Usage of Java system properties within Riena

Howdy Stefan,

You might look into using the OSGi configuration admin service:

http://www.dynamicjava.org/articles/osgi-compendium/configuration-admin-service

we (ECF) are looking into using the configuration admin service for configuring our bundles (and providers), as we have some system properties issues as well (undesired).

I suppose another option is the osgi preferences mechanism...and/or the equinox secure preferences mechanism.

Might even want to get comments from equinox-dev, as I'm not sure what's happening (if anything in the 4.2 spec WRT preferences and/or configuration admin).

Scott


Stefan Liebig wrote:
Hi,

I would like to start a discussion about the usage of Java system properties. I tried to collect all the system properties that are currently used within Riena. And I must admit that I was not aware of that many system properties we have. My effort is documented here: http://wiki.eclipse.org/Riena_System_Properties#Riena_System_Properties

Thoughts that come into my mind:
- are system properties the "right" way?
- if we have them they should follow some pattern and should be documented
- are their alternatives?
- what are your experiences?


Stefan

_______________________________________________
riena-dev mailing list
riena-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/riena-dev



Back to the top