Click here to Skip to main content
15,919,245 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: not new(?) Pin
D4rkTrick2-Jan-17 2:24
professionalD4rkTrick2-Jan-17 2:24 
GeneralRe: not new(?) Pin
Gurigraphics2-Jan-17 4:27
Gurigraphics2-Jan-17 4:27 
GeneralRe: not new(?) Pin
Eddy Vluggen2-Jan-17 6:57
professionalEddy Vluggen2-Jan-17 6:57 
GeneralRe: not new(?) Pin
Gurigraphics2-Jan-17 10:49
Gurigraphics2-Jan-17 10:49 
QuestionWhere to start? - Program which allows multiple users on a network to add different inputs Pin
kmk51316-Dec-16 16:40
kmk51316-Dec-16 16:40 
AnswerRe: Where to start? - Program which allows multiple users on a network to add different inputs Pin
Jon McKee16-Dec-16 18:07
professionalJon McKee16-Dec-16 18:07 
AnswerRe: Where to start? - Program which allows multiple users on a network to add different inputs Pin
Gerry Schmitz18-Dec-16 6:44
mveGerry Schmitz18-Dec-16 6:44 
AnswerRe: Where to start? - Program which allows multiple users on a network to add different inputs Pin
jschell26-Dec-16 6:28
jschell26-Dec-16 6:28 
kmk513 wrote:
Think of it as a panel of operators each providing details on different topics...


That is a basic description of a client server architecture which has been around since perhaps the 60s (at least conceptually). And because of that it has the advantage that there are many books on it which address it indirectly and even specifically.

kmk513 wrote:
I have done some work with Java and it was relatively slow communicating with a database


I have decades of experience with java, C#, C++ and databases. And performance problems come up in the following
1. Requirements - most significant
2. Architecture
3. Design
4. Technology (software and hardware) - least significant

So no java is not "slow" in real world business applications for the vast majority of businesses out there. Certainly would not have any impact on the very general description of your project.

Should note that attempting to switch to new technologies based on a presumption that they are "better" and giving up on a known technology is in fact more likely to lead to problems due to lack of knowledge. Makes for a great way to learn the technology but lessens the chance for success. Nothing wrong with learning and it is a cost that businesses must shoulder for long term viability, morale and ability to make new hires. But the downside must be acknowledged.
QuestionVirtualization To Make a Sandbox Pin
Richard Andrew x6416-Dec-16 14:38
professionalRichard Andrew x6416-Dec-16 14:38 
AnswerRe: Virtualization To Make a Sandbox Pin
Munchies_Matt17-Dec-16 0:15
Munchies_Matt17-Dec-16 0:15 
AnswerRe: Virtualization To Make a Sandbox Pin
Gerry Schmitz18-Dec-16 7:07
mveGerry Schmitz18-Dec-16 7:07 
AnswerRe: Virtualization To Make a Sandbox Pin
Nathan Minier21-Dec-16 3:31
professionalNathan Minier21-Dec-16 3:31 
AnswerRe: Virtualization To Make a Sandbox Pin
jschell26-Dec-16 6:37
jschell26-Dec-16 6:37 
QuestionCalling class function vs function getting class variables Pin
hpjchobbes7-Dec-16 14:04
hpjchobbes7-Dec-16 14:04 
AnswerRe: Calling class function vs function getting class variables Pin
Mycroft Holmes7-Dec-16 16:58
professionalMycroft Holmes7-Dec-16 16:58 
GeneralRe: Calling class function vs function getting class variables Pin
hpjchobbes7-Dec-16 17:15
hpjchobbes7-Dec-16 17:15 
GeneralRe: Calling class function vs function getting class variables Pin
Mycroft Holmes8-Dec-16 11:52
professionalMycroft Holmes8-Dec-16 11:52 
AnswerRe: Calling class function vs function getting class variables Pin
Gerry Schmitz7-Dec-16 17:27
mveGerry Schmitz7-Dec-16 17:27 
AnswerRe: Calling class function vs function getting class variables Pin
jschell26-Dec-16 6:49
jschell26-Dec-16 6:49 
QuestionDistribution of deliverables over the air. Pin
CodingLover28-Nov-16 22:51
CodingLover28-Nov-16 22:51 
AnswerRe: Distribution of deliverables over the air. Pin
Nathan Minier29-Nov-16 1:44
professionalNathan Minier29-Nov-16 1:44 
GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:32
CodingLover29-Nov-16 15:32 
AnswerRe: Distribution of deliverables over the air. Pin
Richard Deeming29-Nov-16 2:02
mveRichard Deeming29-Nov-16 2:02 
GeneralRe: Distribution of deliverables over the air. Pin
Mycroft Holmes29-Nov-16 13:18
professionalMycroft Holmes29-Nov-16 13:18 
GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:33
CodingLover29-Nov-16 15:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.