| Author |
Mapping Options
|
Rohit Sajan
Ranch Hand
Joined: Jun 15, 2006
Posts: 34
|
|
In a web application I need certain mapping files (basically which tells what is the curresponding file or ID for a given parameter). Using properties file is one option. May I know the different techniques for achieving the same? Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56521
|
|
|
Well, I guess you could define your own XML format. But if you're just mapping one string to another, a properties file is hard to beat.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Mapping Options
|
|
|