...

Signature
Andrew Thompson
http://www.athompson.info/andrew/
Andrew Thompson כתב:
> As an aside. What funcitionality are you trying to
> offer to the end user, by these attempts? Plug-ins
> for the program?
>
> -
I am writing an automatic testing application, which is based on a
generic framework, which loads specific testing component jars (at
least this is my intention...).
Now, the jars are consisted of specific resources like internet
protocol commands xml, properties panels for each commands to be
attached into specific places on the GUI framework, etc. .These
resources should be loaded by demand upon user request. The group of
jars is expandable. It is a sort of plugin framework.
For example: If a user wants to build an IMAP test, he will choose the
IMAP menu item, and then I want to show him the list of IMAP commands,
etc. I wouldn't want to have the list of all commands hard coded
inside my code, and also I would like to let the use to expand the
list if he like to.
So I would need to have something like command.xml in IMAP.jar,
HTTP.jar, etc. The same name of file so I will be genric, with of
course differnet contents.
Hope it is clearer now and waiting for your kind advise...
Andrew Thompson - 20 Apr 2007 14:12 GMT
...
>Hope it is clearer now and waiting for your kind advise...
That is much more clear to me, and enough to convince
me that I do not have the skills to answer the question.
( There is a design paradigm for these sorts of things,
and many of the OO experts* are good at answering
these types of questions. * No, I am just a hack coder,
rather than an OO expert. ;)
I will bow out of this thread now, and hopefully one of
the design experts will wander by very soon, to give
better advice on a good strategy to achieve the goal.

Signature
Andrew Thompson
http://www.athompson.info/andrew/
dushkin - 20 Apr 2007 20:37 GMT