Hi, I am developing a plugin model for a Swing based application.
The plugins are currently being deployed as OSGi Services and these services will need to be configured by each individual user for their local requirements/environment etc. using the Swing UI. This configuration data will need to be persisted to the local filesystem and reloaded when they launch the application again. Looking at the OSGi API, I see the ConfigurationAdmin and also the PreferencesService that both seem to talk about persisting data about bundles and services. Can anyone tell me based on my brief requirements above, which one of these I should be looking at for my needs? Maybe neither of them and I will need to develop a custom persistence mechanism? Thanks ========================== Craig S. Dickson http://craigsdickson.com http://twitter.com/craigsdickson

