473,385 Members | 2,004 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,385 software developers and data experts.

Best way to structure app made up with several components

RD
Planning an app that will be made up of separately purchasable modules. Do
not want all the modules to be needed to be installed on end user machines,
only install when they get an additional module. If user has gotten modules
1,2 and 3 . App would always have to start in Module 1, then user if he has
it, can select to use module 2 or 3 but info has to be passed between the
first module and the next one user calls. Think of it a bit as of an
accounting system where you have to start with the GL module and then if you
want to add an AR and AP for instance. But when opening the AR and AP you
always should open it for the current company selected in GL, so info needs
to be passed to the other modules on opening. Also user should not see
available choices in the main module's menu for modules he does not have
installed.

I know if you make one big app and install everytring with some sort of
scheme that lets you set purchased modules (for instance in a sql table) you
can do this, but I'm trying to make this in a more secure way. I would
really welcome any and all suggestions.

Thanks for any help.

Bob


Nov 21 '05 #1
1 886
Hi,

http://msdn.microsoft.com/msdnmag/is...s/default.aspx

http://msdn.microsoft.com/library/de...ld03232004.asp

Ken
-----------------
"RD" <no****@nospam.net> wrote in message
news:Oq**************@TK2MSFTNGP15.phx.gbl...
Planning an app that will be made up of separately purchasable modules. Do
not want all the modules to be needed to be installed on end user machines,
only install when they get an additional module. If user has gotten modules
1,2 and 3 . App would always have to start in Module 1, then user if he has
it, can select to use module 2 or 3 but info has to be passed between the
first module and the next one user calls. Think of it a bit as of an
accounting system where you have to start with the GL module and then if you
want to add an AR and AP for instance. But when opening the AR and AP you
always should open it for the current company selected in GL, so info needs
to be passed to the other modules on opening. Also user should not see
available choices in the main module's menu for modules he does not have
installed.

I know if you make one big app and install everytring with some sort of
scheme that lets you set purchased modules (for instance in a sql table) you
can do this, but I'm trying to make this in a more secure way. I would
really welcome any and all suggestions.

Thanks for any help.

Bob



Nov 21 '05 #2

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

Similar topics

11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
136
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
0
by: Oliver Elphick | last post by:
The attached proposal is written primarily for Debian. Its motivation is that the current package upgrade process is pretty flaky and also that the current packaging does not really provide for...
3
by: Daryl J. Edwards | last post by:
I'm trying to set up a database that will do the following for me: 1) store part numbers, descriptions, and costs in one table (the easy part) 2) store "kits" - kits are groups of parts from the...
10
by: jojobar | last post by:
Hello, I am trying to use vs.net 2005 to migrate a project originally in vs.net 2003. I started with creation of a "web site", and then created folders for each component of the site. I read...
0
by: Michael.Suarez | last post by:
So we develop and maintain several applications used by several people in the same company, on the same intranet. There are several applications written in VB6, but going forward all of the new...
5
by: Trapulo | last post by:
Hello, I need to send to a webservice a parameter that is a string containing an XML doc. In this xml, a node value came from a byte array (it's an RSA signature). What is the best way to convert...
1
by: Drew Wildner | last post by:
Hello grp: Given the following scenario, I'm hoping someone can suggest the best method for accomplishing xml validation. We have a system that accepts requests in the form of xml messages. ...
4
by: shapper | last post by:
Hello, I have a class which I am using in my profile. I made this class Serializable by using: <Serializable()_ Public Class Options One of the properties in this class is of type Level...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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,...

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.