t: Re: java.rmi.Remote Web Services and getInitParameter
Elaine,
You are correct - a properties file would be easier to use.
Unfortunately, I'm the "contractor" on the project and the "employees"
are using the web.xml file with different configurations to process the same
code thru
Bob,
I rummaged a bit and found this link:
Elaine,
You are correct - a properties file would be easier to use.
Unfortunately, I'm the "contractor" on the project and the "employees"
are using the web.xml file with different configurations to process the
same code thru their Testing, QA, Staging and Production environments.
They have *lot
It is easy to use a Whatever.properties file. Import
java.util.Enumeration, java.util.Properties and
java.util.ResourceBundle and use the methods from those.
If your db is Oracle, otn has exact code samples in the Java
samples. Works great.
HTH,
Elaine
Robert Bateman wrote:
I have a doc/lit b