Re: storing system properties
Date: Fri, 02 Sep 2005 21:54:49 +0200
Message-ID: <dfaamc$rb8$1_at_online.de>
Hello,
nkunkov_at_optonline.net schrieb:
> Hi, I have looked at a lot of websites but could not find an answer so
> maybe you can help me out here.
> Is there a way to hold system properties in the database instead of
> holding them in the resorce file? Does something like that exist in
> JDeveloper 10g or Oracle IAS? Could it be a service of some kind?
What kind of system properties are you talking of? Since you mention
JDeveloper I suppose it's a java property file. This it likely could be
replaced by an class with same name. Class must extend ResourceBundel.
ResourceBundles stored in Database are an common task in JAVA so you
might want to look at JAVA sites. If there is an solution out of the box
I don't know, but i suppose it would be a lot more easy to code a simple
solution.
greetings
Matthias Received on Fri Sep 02 2005 - 21:54:49 CEST