Tagged Questions

0
votes
1answer
21 views

Name collisions between layers

So I'm developing a very cool (and very large) n-tier application. Basically I have the following assemblies: Domain Domain.Contracts Services Services.Contracts Presentation.Admin …
1
vote
1answer
22 views

is there anyway i can auto generate architecture diagrams from a table of data

i have a list of applications, services and databases in a text file. the list includes which applications are consumers of which services and which services use which databases. I would like to …
0
votes
1answer
13 views

Flex Application Framework — PureMVC Portability vs. Swiz?

Hi all, My company is building a Flex application that we may need to port to other platforms: Silverlight (likely) Mobile (maybe -- iPhone: Objective-C , Android: Java, etc.) Desktop (maybe -- …
1
vote
3answers
915 views

Handling multiple forms in C# app

I'm trying to modify a C# WinForms application that uses multiple forms. At startup, a login window will be shown. If the user logs in with a correct user name and password combo a form with three …
5
votes
4answers
320 views

Best way to offload heavy processing (like image resizing) out of PHP request

I'm working on a PHP web interface that will receive huge traffic. Some insert/update requests will contain images that will have to be resized to some common sizes to speed up their further …
0
votes
2answers
52 views

PHP/DB pattern question

I have an app that works with an idea of "redemption codes" (schema: ID, NAME, USES, CODE). And example would be "32, Stack Overflow, 75, 75%67-15hyh" So this code is given to the SO community, let's …
0
votes
2answers
56 views

SOA Architecture Real-World Samples with .NET

Hi, Any SOA Architecture (n-tier) Real-World Samples with .NET for getting started ? Thanks.
1
vote
0answers
14 views

What’s the best way to structure this kind of remote service?

I'm not sure if this is technically a web service or not but I have a Flash file that periodically needs to make a round trip to a DB. As it stands, AS3 uses the URLLoader class to exchange XML with …
0
votes
2answers
31 views

IOC Container and primatives when creating wrapper

I am trying to create an interface wrapper for my IOC container so I do not have to have a dependency on a particular one. My problem is that some of the service classes I have take in a companyID …
1
vote
3answers
63 views

Building a ‘multi-site’ application

I'm planning an application that allow users to create a specific type of website. I wanted to link account names to 'account.myapp.com'. Going to 'account.myapp.com' will serve up a website. I …
4
votes
8answers
285 views

Your thoughts on “Large Scale C++ Software Design”

Reading the reviews at Amazon and ACCU suggests that John Lakos' book, Large-Scale C++ Software Design may be the Rosetta Stone for modularization. At the same time, the book seems to be really rare: …
1
vote
2answers
19 views

Service Layer to Automatically identify database to use

I am working on a asp.net MVC application. The app is structured as follows: Web MVC Services - Business Rules Data The data layer is using LinqToSql to query the sql database. When the user …
0
votes
1answer
28 views

Business logic and services

In a three-tier/multitier architecture (UI/Logic/DAO/Domain model), can services be considered as belonging to the business logic layer or are they situated as something separate ?
1
vote
7answers
155 views

SQL Server - How many users do I *really* need?

I'm setting up an application, and I'm looking into purchasing a license for SQL Server. My question is pretty simple (though may have a complicated answer...) How many users accounts do I really …
1
vote
1answer
117 views

Java Architecture - Question about conventions

I am making a user interface which shows graphs and manipulates graphs. The class extends JFrame implements ActionListener. The ActionListener then calls different classes to manipulate graphs …

1 2 3 4 5 87 next
15 30 50 per page