> One approach could be to save it off as a properties file. Jakarta has
> an abundance of Java tools and they happen to have a property
[quoted text clipped - 3 lines]
> You can save the properties file to a place on the user's computer and
> then load it when the program opens.

Signature
Kenneth P. Turvey <kt-usenet@squeakydolphin.com>
> I would use Preferences instead of doing this. It's what they are meant
> for.
I am thinking about advantages and disadvantages both solutions :
Preferences and Apache Properties. I probably use Preferences, but a
have only one question. Where the configuration data are stored in
Linux, Unix system.
On 16 Kwi, 21:12, "Kenneth P. Turvey" <kt-use...@squeakydolphin.com>
wrote:
> > One approach could be to save it off as a properties file. Jakarta has
> > an abundance of Java tools and they happen to have a property
[quoted text clipped - 3 lines]
> > You can save the properties file to a place on the user's computer and
> > then load it when the program opens.
I am thinking about advantages and disadvantages both solutions :
Preferences and Apache Properties. I probably use Preferences, but a
have only one question. Where the configuration data are stored in
Linux, Unix system.
Hendrik Maryns - 17 Apr 2008 12:13 GMT
wbrzozow@gmail.com schreef:
> On 16 Kwi, 21:12, "Kenneth P. Turvey" <kt-use...@squeakydolphin.com>
> wrote:
[quoted text clipped - 9 lines]
> have only one question. Where the configuration data are stored in
> Linux, Unix system.
http://mindprod.com/jgloss/properties.html
H.

Signature
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
==================
http://aouw.org
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html
Lew - 17 Apr 2008 12:41 GMT
> wbrzozow@gmail.com schreef:
>> On 16 Kwi, 21:12, "Kenneth P. Turvey" <kt-use...@squeakydolphin.com>
[quoted text clipped - 12 lines]
>
> http://mindprod.com/jgloss/properties.html
<http://java.sun.com/javase/6/docs/api/java/util/prefs/Preferences.html>
> The user of this class needn't be concerned with details of the backing store.
<http://java.sun.com/javase/6/docs/api/java/util/Properties.html>
Always go to the Javadocs first.

Signature
Lew