N
nano_electronix
Hello all
I am currently architecting an application that will
centralize launching of a set of internal applications
from a single point of entry.
One of the aspect that needs to be considered is that we
want to be able to add additional internal applications to
this central access point application without change the
code for this central access point application. This is
some what like adding plugins to internet explorer (how is
this done btw?).
I am in the early stage of designing this. But one of the
early solutions to this is to have a configurable XML file
that is read by this app each time it starts. This XML
file will contain information about all DLLs that are
plugged into the application. So adding a plugin would
simply mean adding entries to this XML file. To achieve
this, the internal applications plugged into this central
app will be instantiated by constructing calling codes
from the XML data.
So my questions are
1. Is there a way to execute code that are constructed
programmatically at run time?
2. Any suggestions of how i may build the application
described above? Tell me if you need more information in
order to give comments on this.
Cheers
James
I am currently architecting an application that will
centralize launching of a set of internal applications
from a single point of entry.
One of the aspect that needs to be considered is that we
want to be able to add additional internal applications to
this central access point application without change the
code for this central access point application. This is
some what like adding plugins to internet explorer (how is
this done btw?).
I am in the early stage of designing this. But one of the
early solutions to this is to have a configurable XML file
that is read by this app each time it starts. This XML
file will contain information about all DLLs that are
plugged into the application. So adding a plugin would
simply mean adding entries to this XML file. To achieve
this, the internal applications plugged into this central
app will be instantiated by constructing calling codes
from the XML data.
So my questions are
1. Is there a way to execute code that are constructed
programmatically at run time?
2. Any suggestions of how i may build the application
described above? Tell me if you need more information in
order to give comments on this.
Cheers
James