Dynamically Obtaining Username and Password
Hi,
I am using Oracle Application Server and implementing a Servlet in it.
The issue I am having is , how do I dynamically get the username and password to connect to the database? Should I use a configuration file and hard code it? Is there any specific file I can read from?
Besides, there are other properties such as the Server name, DB name etc which I would like to read. There is an XML properties file. Is there a text version for it?
Please let me know.
Thanks in advance.
Menon

