The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
82 views

Ninject multi-tier console application

I have a multi-tier console application with the following components: - data access layer - domain layer - uses data repository classes defined in the data access layer - engine - this contains the ...
1
vote
2answers
98 views

Multi-Tier Architecture - Responibility questioins

I'm developing an application which implements multi-tier pattern where MySQL is used for persistence. There is a WCF service which provides access to data and provides DTOs. Further, I plan to ...
0
votes
0answers
57 views

DAX error in D2007 M-tier after heavy use

My application server results in DAX Error for app server written in Delphi 2007 using normal MIDAS. What could be possible causes of such error.? Any help appreciated. Application server is a ...
5
votes
3answers
228 views

Three-tier architecture and exceptions

It's considered to be good practice to have an exception for each layer of application (i.e. PresentationException, ServiceException, PersistenceException etc). But what if my service-layer directly ...
2
votes
3answers
115 views

C# Interfaces implementation

I don't know how manage properly the interfaces in C#. My goal is to have an abstract class for my Business Layer Services that have some common methods (like Save(), Dispose()), that call different ...
1
vote
1answer
215 views

Choosing the right architecture for my mini project [closed]

As I said in the title, I am now going to work on a Java mini-project called Elevator Simulator which, of course simulate a real-life working elevator accepting orders going up and down in a 4-10 ...
1
vote
2answers
253 views

Exception handling best practices in multi-tier architecture

I have an application with three-tire architecture. And I don't understand how to work with exceptions in this context. I collected some questions: 1 . Do I need to create a generic exceptions, like ...
0
votes
0answers
289 views

Copy different files to build directory based on executed Gradle task

I have created a plugin for Gradle to deploy to my company's OpenVMS directory structures, which adds deployDev, deployTest, and, when credentials are provided, deployProd tasks to an application ...
2
votes
3answers
288 views

Connection String - N-Tier Application

I have had a dig around for an answer to this issue but everything previously asked seems to be a complex variation on this and doesn't answer the question so I thought I should just ask. I am ...
0
votes
1answer
56 views

renew SSL certificates on huge number of machines

I'm using SSL certificates in a client-server application; both the client and the server are using 2 certificates that will expire soon. Normally, you'd just replace the certificates with new ones, ...
5
votes
3answers
1k views

Is DataSnap Optimized for responding to more than 1k users at the same time?

We want to start a big multi-tier application. The server side application must respond to more than 1000 users at the same time. We want to create server application by 64 bit compiler and client ...
1
vote
3answers
127 views

Multitier naming

I want to create a multitier project with 3 layers (or tiers? what's the difference?) Now, how should I name each layer (tier) ? I saw this description on wikipedia: But I can not simply name my ...
0
votes
1answer
89 views

Google App Engine: Orchestrating Multiple Apps to Deliver a Composite Service

To my knowledge, GAE does not allow you to upload different Java apps (WARs) to different instances and have them all be part of the same "GAE app". However, it would be nice to have a modularized ...
0
votes
1answer
29 views

Name of an intermediary class that represents the data in another class

Is there a standard name for a class meant to represent another class, but keeping it distinct; An example should help illustrate: say my business layer has access to an object of class such as ...
1
vote
1answer
119 views

Should the configuration of an application be accessed using DAL?

The following definition from wikipedia explains what is the Data Access Layer in a multi-layered application. A data access layer (DAL) is a layer of a computer program which provides ...
2
votes
1answer
85 views

How to avoid session-related parameters in business layer?

I have a Java EE application (simple web GUI, a large EJB 3 business layer, JPA) whose most functions depend on the currently logged-on user. Because of this, the EJBs are infested with omnipresent ...
0
votes
0answers
151 views

Multi-tier design, multiple user role, multiple connection strings

I am creating a cms with LINQ-to-entities. I am using 3-tier design in which I have the 1. Data layer, 2. Business Layer and 3. Presentation Layer. I have also the commonn layer for the datamodel. ...
3
votes
2answers
127 views

Distributing Tiers Across VMs

Although this is a Java-centric question it really applies to any system utilizing a multi-tier architecture. In 3-tier architectures, you typically have 3 tiers: A client/presentation tier where ...
2
votes
2answers
2k views

Java EE EIS Tier

I've been reading up on Java EE architecture, and have seen (in the Oracle docs at least) several references to a so-called EIS (enterprise information systems) tier which comprises the 3rd (data) ...
0
votes
1answer
344 views

What is a multi-tier cache?

I've recently come across the phrase "multi-tier cache" relating to multi-tiered architectures, but without a meaningful explanation of what such a cache would be (or how it would be used). Relevant ...
0
votes
2answers
589 views

Java EE architecture and pattern [closed]

I'm developing a web application for a university project and it has been told to us to use Java EE and to provide documentation. I'm having trouble understanding how to fit the MVC pattern in the ...
0
votes
1answer
196 views

Whats the difference between Entities, Business Objects, Data Transfer Objects and Business Model Objects?

Not able to get a clear distinction between these concepts that are used very often in multi-layered architecture.
0
votes
1answer
90 views

php tier board style

I'm making a sort of a tier board style list, so each record can have its own sub-section etc, just like I have shown below. Any guidance on how it would be done? id name dob ...
1
vote
1answer
444 views

Difference between RMI and ActiveMQ

I'm currently trying to get comfortable with multi tier applications (Server / Client Architecture). For that I created Service Interfaces and the associated Service Implementations. Both modules - ...
0
votes
4answers
189 views

Entities between Data- and BusinessLayer

I am in the starting phase of a new project. Since, I always want to improve myself and try to avoid the mistakes from the past (everyone has some baggage), i looked at the Layered Architecture Sample ...
4
votes
3answers
257 views

In multi-tier architecture with a service layer, is it acceptable to have one service call another service?

I have a multi-tiered app with a data layer containing repositories. On top of this, I have a service layer. My understanding is that there should be a single service for each repository. Is it ok ...
0
votes
1answer
269 views

how to access a report server from VS2010 and how to implement in multi tier architecture

I am developing a website where user logs in and access different reports from report server A WCF service to be developed to access the ssrs report and it returns to the UI ( what it should return ...
1
vote
2answers
98 views

When we pass a primary-key to UI, should not it be considered as mixing of 2 layers and a BAD practice?

When we pass a Db identifier of any object to the UI (Let's say the PrimaryKey of an object in the url query string) aren't we mixing two layers (Persistnet layer and presentation layer) basically? A ...
2
votes
2answers
648 views

Deploying multi-tier application

I want to build and deploy my first Java EE 6 multi-tier application, with web and business tiers running on separate physical servers on Glassfish 3.1. I think I understand what's required from a ...
0
votes
1answer
28 views

Supporting ad-hoc queries in a multi-tiered application

Is there a standard design pattern or approach that will support ad hoc queries in a multi-tiered application? Some motivation for this question: In my current project, we are using the ...
0
votes
1answer
788 views

When do we have web server and an application server as two separate physical tiers?

Typically when an application is deployed on a server farm, it has a central database, one or more application servers and one or more web servers. Since all the services in the application tier are ...
1
vote
4answers
166 views

Determining “Number of Users below” in a multi-tier member database

I've programmed a membership site for a client within which members join below other users. e.g. userid | name | subof 1 | John | 0 2 | Joe | 1 3 | Jill | 0 4 | Janet | 2 5 ...
2
votes
3answers
849 views

C++ and multi-tier architecture

To attain the highest grade in a recent piece of coursework I'm asked to develop a specific application using c++ and multi-tier programming. I understand the theory behind multi-tier architecture ...
5
votes
3answers
1k views

Best practice for validating input data for multi-tier application

In our application we have various layers. Service Layer, DAO layer and actions (struts applications). Data gets passed from one layer to another layer. Where we should ideally put input ...
0
votes
1answer
321 views

Is multitier architecture for a scalable web site is a premature optimization?

I am designing the architecture of a new web site. Since multi-tier architecture definitely have all the symptoms of premature optimization (complexity, length of development, etc) I would love to ...
1
vote
3answers
423 views

Designing Multi-Tier application to use progress bar

I have a multi tier application in c# that is supposed to perform tasks on a database (If first time use, we may create the database and fill it with some data). When I initially designed the ...
1
vote
2answers
268 views

How would you call physcially separated UI / BL code in ASP.NET solution?

Chapter 19: Physical Tiers and Deployment on MSDN describes "Distributed Deployment" (see figure 2). All well and good. In my experience we've always deployed our web based systems as per what they ...
1
vote
4answers
942 views

Multi-tier vs Distibuted?

Multi-tier and/or ditstributed apps, do they have the same meaning ? When we talk about layers in these apps, is it physical layers (database, browser, web server,...) or logical layers (data access ...
3
votes
1answer
265 views

.NET Multi tier Design LINQ

I am quite new to the architecture and I am desiging an application for my next .NET project. My proposed architecture design is as follows: It is traditional three tier application which contains: ...
4
votes
4answers
2k views

Keep settings in sync between forms application and windows service (or any n-tier, really)

I have a Windows Service that performs a number of periodic activities, and I want to change the settings of this service from a Windows Forms app. I'm not sure, though, about the best way to make ...
4
votes
1answer
866 views

Time to start returning IQueryable<T> instead of IList<T> to my Web UI / Web API Layer?

I've got a multi-layer application that starts with the repository pattern for all data access and it returns IQueryable to the Services layer. The Services layer, which includes all of the business ...
0
votes
1answer
284 views

N-tier application in asp.net webforms vs asp.net mvc regarding separations of concerns only

Regarding separations of concerns only, are there advantages of using ASP.NET MVC instead of ASP.NET webforms for a multi tier application with an user Interface layer, a Business Logic layer and a ...
13
votes
4answers
801 views

How can I simulate TCP/IP errors?

On a multi-tier application, I need to simulate various TCP/IP errors to test some reconnection code. Does anyone know of any tools (Windows based) I can use for this purpose? Thanks.
4
votes
7answers
1k views

Multi-Tier in PHP..the right way?

I have a specific question, that could use a general answer... When building Multi-Tier applications in PHP, does everything have to be done in the Business Logic layer, or can any layer do work... ...
2
votes
4answers
823 views

Multi-tier applications with PHP?

I am relatively new to PHP, but experienced Java programmer in complex enterprise environments with SOA architecture and multitier applications. There, we'd normally implement business applications ...
2
votes
3answers
498 views

WinForm fat client: Architecture decisions: Did I make the wrong ones?

I have a .NET Winform Click-Once-deployed fat client that talks to three databases, 2 SQL Server databases and a Oracle one. The first SQL Server database, I will call the Master. I wanted add more ...
4
votes
2answers
2k views

MVC application. How does mult-tier architecture fit in?

I am new to the concept of MVC and multi-tiered web architecture. I developing a PHP application and am using one of the available MVC frameworks. My question is as follows: From what I understand, ...
2
votes
3answers
345 views

How to provide a Session/Host object for use in both a windows and web application?

I have a web application that makes heavy use of the Session state to store information about the current user, their personal settings, record their session history and so on. I have found myself ...
5
votes
6answers
626 views

What's the common way for OOP Pattern design (Data Access)

Originally there was the DAL object which my BO's called for info and then passed to UI. Then I started noticing reduced code in UI and there were Controller classes. What's the decent recomendation. ...