473,394 Members | 1,761 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Program Architecture advice please

I am looking for advice on creating a solution that has the following:

1) There is a core piece of software that has all the user interface,
equipment drivers, data collection, etc. This piece of software will run
continuously.

2) There are 100's of small applications that the user can select which can
be run. These small applications would need to have access to the user
interface, equipment drivers, data collection, etc. of the core program.
All the small applications will have a the same public sub and function
names, such as Initialize(), Run(), and CleanUp(). Each will do something
different, but the software interface will be the same.

3) Ideally, the core software will be compiled and left alone. The small
applications will be dynamically loaded by the core software as needed and
then discarded once a new application is selected. Any number of
applications can be developed independently of the core software (i.e.. not
having to re-compile the core software to include the new applications).

The current system is written in HTBasic (HPBasic/Rocky Mountain Basic).
This version of basic has the, hopefully not unique, ability to loadsub and
delsub pieces of program code programmatically.

Is there a way to load and unload pieces of code in VB.net? Is there a way
to do it without having to re-build the main routine, assuming there is a
way to tell the core software what the list of possible applications are?

Thanks,

Tom
Nov 21 '05 #1
1 1022

Well as .Net is very flexible in dynamicly loading assembly`s there are
lots of methods you may use depending on your needs

the scenario you describe , will only need an interface ( as all methods are
the same ) and then dynamicly load the assembly wich can be done with
reflection , or even remoting ( then these assembly`s can even be hosted
on another system )
regards

Michel Posseth
"TomS" <no****@home.com> schreef in bericht
news:dd**********@avnika.corp.mot.com...
I am looking for advice on creating a solution that has the following:

1) There is a core piece of software that has all the user interface,
equipment drivers, data collection, etc. This piece of software will run
continuously.

2) There are 100's of small applications that the user can select which
can be run. These small applications would need to have access to the
user interface, equipment drivers, data collection, etc. of the core
program. All the small applications will have a the same public sub and
function names, such as Initialize(), Run(), and CleanUp(). Each will do
something different, but the software interface will be the same.

3) Ideally, the core software will be compiled and left alone. The small
applications will be dynamically loaded by the core software as needed and
then discarded once a new application is selected. Any number of
applications can be developed independently of the core software (i.e..
not having to re-compile the core software to include the new
applications).

The current system is written in HTBasic (HPBasic/Rocky Mountain Basic).
This version of basic has the, hopefully not unique, ability to loadsub
and delsub pieces of program code programmatically.

Is there a way to load and unload pieces of code in VB.net? Is there a
way to do it without having to re-build the main routine, assuming there
is a way to tell the core software what the list of possible applications
are?

Thanks,

Tom

Nov 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: David | last post by:
Hi all, I am looking to do a little brainstorming. I am beginning to switch my mrogram over from a client/server architecture to a multi-tiered architecture. Since this is pretty much a...
25
by: David Noble | last post by:
We've been developing a web site using 3-tier architecture for 18 months now. There is a common layer that defines the classes - using XML schemas. The data layer acts as a wrapper to 3 databases...
10
by: Nimit | last post by:
Hi, I wasn't sure which forum this post belongs to, so I've posted it to a couple forums that I thought may be appropriate. In giving me advice, please consider me a beginner. Below is a synopsis...
4
by: Heath Kelly | last post by:
I need advice on correct usage of ADO.NET in an ASP.Net environment. I have an ASP.Net application that accesses data through a referenced class library. Things start to break down when multiple...
6
by: V. Jenks | last post by:
I apologize if this is the wrong forum for this, I could not locate one that was exactly appropriate for this topic. Over the last couple of years I've been doing a lot of reading on design...
0
by: CodeMonkey | last post by:
Hi, I was wondering if anybody could give me some advice on how to structure an application that I am about to start work on. The vague requirements will be: 1) Always-On monitoring of data...
24
by: John | last post by:
I know this is a very fundamental question. I am still quite confused if the program call stack stack should always grows upwards from the bottom, or the opposite, or doesn't matter?? That means...
43
by: davidkoree | last post by:
I mean not about cookie. Does it have something to do with operating system or browser plugin? I appreciate any help.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.