> >You can put all your properties in one file as well, lets call that file >config.properties > > > 2. xml handle the structure data much better then properties file > >data structure might be nice for communications between computers but for >users? >e.g. >RepositoryRoot=d:\ >RepositoryAssets=assets >RepositoryViewPath=file://d:/repository/assets >
Just to add, I like the format: Repository.Root=d:\ Repository.Assets=assets etc.. I suppose, if you ever wanted to goto XML at some point, you could just write yourself a nice little resource bundle manager that exposed the xml file in the same way you are used to using your properties file. Craig W. Tataryn Programmer/Analyst Compuware _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

