0
votes
4answers
57 views
Tools for software architecture and design
I want to know if there exist different tools to develop software architecture and software design.. If so how do they differ and can you please mention few tools for software desi …
2
votes
1answer
65 views
handling amorphous subsystems in formal software design
People like Alexander Stepanov and Sean Parent vote for a formal and abstract approach on software design.
The idea is to break complex systems down into a directed acyclic graph a …
5
votes
5answers
391 views
Looking for good server-side language that will allow players to upload code that can be executed
I had an idea of a program I want to write, but which language would be best is my problem.
If I have a car racing game and I want to allow users to submit code for new interactiv …
0
votes
1answer
75 views
In RUP: What RUP roles are responsilbe for creating the Software Architecture Document?
Based on the different views documented in SAD which RUP roles should should be responsible for creating the SAD? I thought from the beginning that the SAD was only for a technical …
2
votes
1answer
39 views
Cleaning up a complex WebForms project
I'm currently working on a high-traffic online search site.
They have various changes they want to implement over time, and they've indicated that ultimately they want the site re …
6
votes
11answers
272 views
What is the best way to support multiple databases for a .Net product?
Hi,
We are designing a product which could support multiple databases. We are doing something like this currently so that our code supports MSSQL as well as MySQL.
namespace Han …
1
vote
4answers
147 views
Managing a difficult manager
I have a situation here at work. We are redeveloping our basic architecture across the entire company.
Currently we have the following hierarchy;
SQL Database <= Store …
2
votes
4answers
115 views
MVC Architecture
I would like to have a clarification in MVC Architecture . While going through some of the documents, I could see that the following relationships are established between Model-Vie …
6
votes
8answers
477 views
What is SOA (Service Oriented Architecture)?
Call me a troll if you want, but I'm serious -- how exactly is the new SOA trend any different than the client-service architecture that I was building 15 years ago? I keep hearing …
1
vote
2answers
119 views
Read-only list of string
Is it good to use such approach for keeping read-only list of string, for example, a list of fields in ADO.NET.
var list = new System.Collections.ObjectModel.ReadOnlyCollection< …
0
votes
6answers
142 views
How do I design an application to support changeing requirements?
Changed requirement is bad thing in software development process. If requirements change, we must change software structure. How do you design flexible core modules to support solv …
0
votes
3answers
273 views
Java Method with Enforced Array Size Parameters?
I would like to create an initialisation method for a Java class that accepts 3 parameters:
Employee[] method( String[] employeeNames, Integer[] employeeAges, float[] employeeSala …
