Config Properties for each package

Hi guys,

Need service program that will set, get and load properties in a config depending on the package you want to put the config file. I already have a service that will create the config file but the only problem now is how to set and get the property.

Need to read the file like config.cnf or config.properties

Please help guys!!!

Thanks

You can write custom java code to work with property files (getProperty, setProperty). You can also explore usage of pub.storage services of IS.

-Senthil

Hmmm… the problem is that I’m not a java programmer and I’m more in flow.

Hy,

why dont you use PSUtilities package? check that package. it has very good samples to configure properties.