Re: Problem with net.jxta.ext.config.Configurator

Marco Marconi <[email protected]> Mon, 29 Aug 2005 16:09:39 +0200
Newsgroups gmane.comp.java.jxta.user
Message-ID <[email protected]>
On Mon, 29 Aug 2005 00:11:35 -0700
James Todd <[email protected]> wrote:

>   I don't think you will want to "re-create" a JXTA configuration each
>   
> time your application starts
>   up. Have you considered AbstactConfigurator? With this class, your 
> "create configuration" impl
>   will be invoked only when needed and you can, optionally, get a 
> callback each time the platform
>   starts up, so you can tune the configuration as applicable.

thank you, I tried to use AbstractConfigurator, In the subclass I
overidded the methods createPlatformConfig and updatePlatformConfig, but
when I lauch the app only the update is only called! Even if I remove
the .jxta directory...