| Author |
Resource Bundle 3 values property file
|
Ramesh Sunkara
Ranch Hand
Joined: Mar 01, 2010
Posts: 78
|
|
hi Guys,
This is the format of my properties file
I have to use these values in my JSP page.
Previously, I used BufferedReader to read each line and then use "split" method specifying '=' as delimeter.
But now, I have been asked to use ResourceBundle to read properties file.
When I googled for it , I found that using ResourceBundle we can use key/value pair scenario only. Here I have 3 values. How can I use ResourceBundle in this case.
Please give me the code also.
Thank You.
|
 |
marten kay
Ranch Hand
Joined: Feb 03, 2007
Posts: 168
|
|
properties are usually stored in key value pairs. It's difficult to see what is the key or property and what is its value in your initial scenario. Also, the resource bundle (as I understand) is used for localization where you have a key and a locale value, so I'm not to sure what the intent is here of either of your scenarios.
|
when in doubt put it in parenthesis and stick a dollar sign in front of it, only good can come from this.
|
 |
 |
|
|
subject: Resource Bundle 3 values property file
|
|
|