java.net: Wiki

The Source for Java Technology Collaboration


 <<O>>  Difference Topic UILessConfiguration (3 - 17 Sep 2003 - Main.gonzo)
Line: 1 to 1
 
META TOPICPARENT name="WebHome"
The net.jxta.util.config.Configurator class can be used, by extension or invoked directy, to perform intial Peer configuration without invoking the Platform Config Tool.
Line: 10 to 10
  } catch (IllegalArgumentExcpetion? iae) { ... } catch (IOException ioe) {
Added:
>
>
...
  }

 <<O>>  Difference Topic UILessConfiguration (2 - 08 Sep 2003 - Main.gonzo)
Line: 1 to 1
 
META TOPICPARENT name="WebHome"
The net.jxta.util.config.Configurator class can be used, by extension or invoked directy, to perform intial Peer configuration without invoking the Platform Config Tool.
Changed:
<
<
Configurator by design includes optimal defaults for an edge peer. That said, most all Platform configuration options can controlled through this class.

A trivial example is as follows:

>
>
By design, Configurator includes optimal defaults for an edge peer. As such, constructing a default JXTA configuration is trivial:
 
  try {
Line: 15 to 13
  }
Changed:
<
<
MyJXTA2 effectively extends Configurator and can be referenced as such.
>
>
Further, most Platform configuration options can configured through this class.

MyJXTA2 effectively extends Configurator and can be referenced as such.

 -- JamesTodd - 08 Sep 2003

 <<O>>  Difference Topic UILessConfiguration (1 - 08 Sep 2003 - Main.gonzo)
Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebHome"
The net.jxta.util.config.Configurator class can be used, by extension or invoked directy, to perform intial Peer configuration without invoking the Platform Config Tool.

Configurator by design includes optimal defaults for an edge peer. That said, most all Platform configuration options can controlled through this class.

A trivial example is as follows:

  try {
    new Configurator("MyPeer", "usr", "pwd").save();
  } catch (IllegalArgumentExcpetion iae) {
    ...
  } catch (IOException ioe) {
  }

MyJXTA2 effectively extends Configurator and can be referenced as such.

-- JamesTodd - 08 Sep 2003


Topic UILessConfiguration . { View | Diffs r3 < r2 < r1 | More }
 XML java.net RSS