multi-tier Questions
14
Solved
I've seen quite a few developer job postings recently that include a sentence that reads more or less like this: "Must have experience with N-Tier architecture", or "Must be able to develop N-Tier ...
Varicocele asked 23/11, 2008 at 6:1
3
Solved
Is it not bad practice to pass DTO object to service layer?
For now my service layer method look like this:
public save(MyEntity entity);
Mapping values from DTO to business entity (MyEntity)...
Mencius asked 20/11, 2013 at 9:48
5
Solved
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.
Winters asked 23/1, 2010 at 0:22
2
Solved
After reading some of the Q/As here on Stackoverflow, I am still confused about the correct implementation of DTOs in my web application. My current implementation is a (Java EE based) multi-...
Gumbotil asked 26/4, 2014 at 7:52
1
Solved
What is the difference between the clean and the n-tier architectures?
Tenet asked 3/3, 2014 at 3:28
1
I've been reading various other questions about using asp.net-identity but I don't see anything concrete with regards to using it with an existing database when the project is developed in tiers. F...
Lamarre asked 8/11, 2013 at 16:28
3
Solved
It's considered good practice to have an exception for each layer of application (i.e. PresentationException, ServiceException, PersistenceException etc). But what if my service-layer directly call...
Indefectible asked 6/2, 2013 at 6:1
3
Solved
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 ...
Balkin asked 3/11, 2012 at 17:24
3
Solved
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 o...
Worldwide asked 26/10, 2011 at 18:47
1
Solved
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 a...
Castillo asked 11/3, 2011 at 10:29
3
Solved
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 ...
Monarda asked 31/1, 2011 at 7:28
4
Solved
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 ...
Counterscarp asked 2/7, 2010 at 16:56
2
Solved
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...
Intrusive asked 16/7, 2009 at 1:56
1
© 2022 - 2024 — McMap. All rights reserved.