config file processing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • farseer

    #1

    config file processing

    what are the preferred means of dealing with slightly complex config
    files these days. by slight complex, i mean the config file may not be
    a simple name/value pair format.

    what about config file for applets? i imagine these must be read and
    saved from the server due to security?

  • Raymond DeCampo

    #2
    Re: config file processing

    farseer wrote:[color=blue]
    > what are the preferred means of dealing with slightly complex config
    > files these days. by slight complex, i mean the config file may not be
    > a simple name/value pair format.
    >
    > what about config file for applets? i imagine these must be read and
    > saved from the server due to security?
    >[/color]

    Take a look at java.util.prefs .Preferences, especially for applets.

    HTH,
    Ray

    --
    XML is the programmer's duct tape.

    Comment

    Working...