Re: Best place to define properties for plugin

2012-09-05 Thread Umesh Awasthi
Thanks Gabriel for the valuable inputs On Wed, Sep 5, 2012 at 7:48 PM, Gabriel Belingueres wrote: > 2012/9/4 Umesh Awasthi : > > I am in process to create a plugin and i need to pass provider class as > > well some other properties to the plugin bean class. > > though i can define them in side t

Re: Best place to define properties for plugin

2012-09-05 Thread Gabriel Belingueres
2012/9/4 Umesh Awasthi : > I am in process to create a plugin and i need to pass provider class as > well some other properties to the plugin bean class. > though i can define them in side the plugin's xml file but want these > properties to be configurable. I know of several ways of doing this: