0
votes
1answer
16 views
Domain Driven Design - data centric module inside larger DDD system
We're developing a DDD based system. For a particular module (the publisher) in that system, we will receive data from other objects and perform transformations on them, then write out data files.
…
0
votes
2answers
42 views
ASP.NET Design Consideration
We are developing a Medical Data Analysis Application. We have a discussion to go for either
NHibernate or DB4o.Can you please give a suggestion for choosing the efficient one.
1
vote
5answers
83 views
server side development and job requirements
Recently, I have been reading job listings. I have found that there are many who are looking for "strong candidates with server side development".
I am primarily a C++ developer for the Window …
0
votes
1answer
49 views
Architecture of player hand in JavaScript card game
So, i'm attempting simple card game. I have player "class" with draw function, and public members deck and hand, both are Arrays.
I need to draw a card from the deck, put it in hand and show it in …
2
votes
2answers
43 views
controller and restful application
Hello,
I have a MVC web application (Ruby, Rack, Apache) and I want it to be restful.
I have a dispatcher that will get incoming URI and call the appropriate controller.
In my mind, a controller is …
1
vote
5answers
48 views
swt tutorials or guides
Hi,
I have some years experience with swing and feel comfortable that I understand the architecture.
Now I need to get up to speed on SWT rather quickly.
What would you recommend I study from …
0
votes
3answers
26 views
Best storage model for forum application?
Trying to build application which will be a forum, with topics and every topic may have many discussion posts to it, and every discussion post may have reply to it. So it'll be like:
[Topic: Let's …
7
votes
15answers
437 views
Advice on starting a large multi-threaded programming project
My company currently runs a third-party simulation program (natural catastrophe risk modeling) that sucks up gigabytes of data off a disk and then crunches for several days to produce results. I will …
0
votes
1answer
17 views
circumventing WCF with direct calls to a DLL in a single user environment
I am helping a company with a software package that will flexibly support multiple deployment scenarios. The package is written with .NET, has a well defined BLL, and utilizes SQL Server for the …
3
votes
3answers
62 views
Component based game engine design
I have been looking at game engine design (specifically focused on 2d game engines, but also applicable to 3d games), and am interested in some information on how to go about it. I have heard that …
2
votes
3answers
69 views
ASP.NET MVC - PartialView Architectural question
This is more of a architect question rather than one that requires code.
I have a page that requires me to display the status of a particular project. Let's say for the sake or brevity that there …
1
vote
4answers
75 views
Database independence
We are in the early stages for putting a design for a big business application that will have multiple modules. One of the requirements is that the application should be database independent, it …
3
votes
3answers
118 views
Agile development and architecture
How does a formal architecture specification fit in with agile development - if at all?
I'm thinking specifically of Scrum, which makes no mention of an architecture amongst the official artifacts.
…
0
votes
0answers
75 views
the architecture of stackoverflow.com? [closed]
Anyone knows the architecture of stackoverflow.com?
I did a quick google search but did not find open source clones
2
votes
6answers
78 views
Design or implementaion ?
How do you differentiate between design decisions vs implementation decisions ?
To give a specific example:
We are developing some web services which will integrate our application with another
One …
