|
You can you a properties file to simulate the
global.asa file in ASP. You invoke it with the ResourceBundle class of the
java.util package. If, for example, you have a properties file called
"summaryviewer.properties,"
private static ResourceBundle resources =
ResourceBundle.getBundle( "summaryviewer");
Cheers!
Mark
|
- question about servlet Miguel Lopez
- Servlet Communication?? Mark Galbreath
- Servlet Communication?? Bikash Paul
