Is there any way to load a properties file in spring in order ? I understand Properties is a Hashtable and maps are unordered. I would like a xml based solution rather than a java based solution. Ideally, this should be configurtable from outside.
Edit: I mean the contents of the properties file should be read and preserved in the same order as in the properties file. Eg: fr.wiki=http://fr.wikipedia.org en.wiki=http://en.wikipedia.org ... If I read the properties file, fr.wiki should be first, en.wiki should be second and so on.