| Author |
How to display the mode of the application?
|
Skip Jack
Greenhorn
Joined: Aug 03, 2011
Posts: 4
|
|
How to display the mode of the application, say, whether it is working in Development or QA server using java.?
I am stuck at this part. If the application is working in development server, it has to display DV and if it is in QA server, it has to display QA.
I tried to put the info about the server in a an xml file & tried to access the values using ResourceManager.getInstance(null).get().But it returned null.
Can anybody out there can help me???
|
 |
 |
|
|
subject: How to display the mode of the application?
|
|
|