 |
JSE
Configuration via net.jxta.util.config of the main branch of Platform requires one to
replace net.jxta.protocol.PeerAdvertisement with net.jxta.impl.PlatformConfig.
If using net.jxta.impl.PlatformConfig.getServiceParams() one may need to switch to net.jxta.impl.PlatformConfig.getServiceParamEntrySet().
-- JamesTodd - 13 Oct 2003
JXTA-C
PlatformConfig file in JXTA-C is basically a PeerAdvertisement with different <Svc> sections to present configuration(in the <Parm> section) for different core services identified by the module class ID(<MCID>).
|