Hello All,
I currently have a Webtop application which uses an SBO that references a Composer Java Library. I am in the process of trying to extract my java .properties files from my JARs and add them as Property Files in the Java Library in Composer. My hope is that I would be able to update the properties via DA without requiring a deployment or the need to rebuild my JAR files.
I have deployed my Java Library with the properties files listed using Composer, however when I run my SBO I don't see the properties files being downloaded to the ${dfc.data.dir}/cache directory, only the JARs from the java library. Is this to be expected?
I did see that if I use DA and go to /System/Modules/SBO/{my sbo}/{my java library} and select Show All Objects my .properties files are there. Are they supposed to be downloaded to the cache at runtime and how should I access them programmatically? Using classloaders getResourceAsStream?
Any explanation of this process would be greatly appreciated. I reviewed the composer user manual and it is not very helpful in this aspect.
Thanks,
Doug