File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes A superior alternative to properties files (.ini) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "A superior alternative to properties files (.ini)" Watch "A superior alternative to properties files (.ini)" New topic
Author

A superior alternative to properties files (.ini)

Jane Jukowsky
Ranch Hand

Joined: Mar 28, 2009
Posts: 145
Err, what's with me and properties today?

I am looking for a format that looks just like .ini, but allows some advanced functionality (any combination of the following)

1. enter multiple lines with same keys (I wrote it once, many years ago, don't want to rewrite)
2. the ${variable} syntax (what's it called btw?)
3. Anything else?

I would have used xml, but, with non-technical maintainance people, I don't want to scare them. Unless.. and it's a completely different direction.. someone can recommend a perfectly looking, very non-techie xml editor? so intuitive that people won't know it's XML?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35222
    
    7
The http://ini4j.sourceforge.net/ library handles #1 and #2 for Properties, so I'd assume that it also implements those for INI files (which is, after all, its main purpose in life). And if it doesn't, then it's probably not hard to add that.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: A superior alternative to properties files (.ini)
 
Similar Threads
Project distribution jar file issue.
Properties Files - Maintaining their Order
Vector problem
Any idea about load property file in group?
How to use XML for desktop application?