Re: [JXTA discuss] What about little refactoring in some classes.

James Todd <[email protected]> Tue, 24 May 2005 18:58:34 -0700
Newsgroups gmane.comp.java.jxta.general
Message-ID <[email protected]>
Hey Artur -

  Can you check out the "ext:config" APIs:

    http://wiki.java.net/bin/view/Jxta/ExtConfig

  ext:config is designed w/ extensibility in mind, for all tiers, namely
  API, declarative (aka profile) and ui (aka ext:config/ui).

  hth,

- james

--
James Todd :: blogs.sun.com/gonzo | weblogs.java.net/blog/gonzo 

MyJXTA :: use it - learn it - do it

Java == platform independence
XML  == application independence
JXTA == network independence

Secure End-to-End Computing 


Artur Mamuszka wrote:
> I'm working on adding new transport to JXTA Platform. What I need is to 
> create new panel in GUI configurator to set some apropriate transport 
> parameters. Additionally everything else what was configurable should 
> remain unchanged. The only way to do this is to rewrite all 
> DefaultConfigurator class and add there something from my transport. The 
> same thing I have to do with ConfigDialog. Everything is caused by long 
> (huge) provate methods which I can't overload. If there were many of 
> methods dealing with little functionality everything would be easier to 
> extend and there wouldn't be any such problems. What do you thing about 
> it. Maybe you know another way to add new configuration panel to 
> ConfigDialog to set my transport parameters/?
> 
>