Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
8answers
911 views

Improving code readability for SQL commands

In one of my classes for a web application I am developing, I have some reasonably long SQL queries. When developing a three-tier application, what are the best practices to make this kind of code ...
6
votes
3answers
678 views

DataAnnotations or validate manually in services?

Each time I start working on a new ASP.NET MVC web application, I'm not sure whether or not to use DataAnnotations validation. Something about it feels wrong. For example, let's say I have a ...
5
votes
5answers
3k views

MVC vs. 3-tier architecture?

What is the basic difference between MVC and 3-tier architecture?
4
votes
4answers
102 views

Best way to deal with conflated business and presentation code?

Considering a hypothetical situation where an old, legacy presentation library has been maintained over the years, and has gradually had more and more business logic coded into it through a process of ...
4
votes
5answers
215 views

Where should configuration be placed?

I have an application structured as follows: dao domain main services utils I've made a class that reads the application configuration from an XML file. The question is where should it be placed? ...
3
votes
1answer
195 views

Linq to Entities - Drill down filter (Asp.net)

I've been searching for a good way of doing multiple "where" filters on an entity collection from linq. There are lots of sites that use a filter for their searches on the side, like ebay. The ...
3
votes
5answers
327 views

Is a three-tier application architecture necessary?

I've worked on a project that implements a three-tier architecture with the following design: Presentation Layer - Uses PHP with an MVC framework to handle frontend presentation and business logic. ...
2
votes
2answers
143 views

Entity Manager : 3 Tier/Layer Application Question

I'm trying to create a simple three tier project and I'm on track on implementing the Business Logic layer, right now, this is how my BL looks like //The Entity/BO public Customer { public int ...
2
votes
2answers
288 views

ASP.NET MVC Three Tier - what's everyone else doing?

When I start work on a new web application I tend to reach for the same tried & tested architecture of ASP.NET MVC, BLL (consisting of a set of services that contain all business logic) and a DAL ...
2
votes
7answers
1k views

How MVC (ASP.NET MVC) band 3-tier architecture can work together?

I am writing a design document and people on my team are willing to do the move from ASP.NET WebForm to ASP.NET MVC. This is great, but I have a hard time to understand how MVC workswith in a 3-tier ...
2
votes
4answers
71 views

Should Databases be used just for persistence

A lot of web applications having a 3 tier architecture are doing all the processing in the app server and use the database for persistence just to have database independence. After paying a huge ...
2
votes
5answers
131 views

Which is the best and appropriate way to write the code in Winforms?

What is the best way to write the code ? (1) Like directly writing the code in the button_click() event. or (2) Make the function of that code which I write in button_click() event and write this ...
1
vote
1answer
47 views

Three-Tier RIA Application - looking a sample application to learn from

I want to lean the subject architecture in c# I think learning from real simple application will be best Do u know where can i download one from? Thanks
1
vote
3answers
295 views

Can i say that MVP = 3 Tier Archi?

From last few days i have been searching the optimal architecture for my new web application, which would be devloped in ASP.Net using C#. Until now, i only find and study following 3 Three Tier ...
1
vote
5answers
84 views

Three-layered approach in PHP

I liked using three layers (data/business logic|services/ui) in Java and wish to apply this to a web site in PHP. What advice, links, tutorials could you suggest in this respect? P.S: I'm ...
1
vote
3answers
253 views

Model-View-Presenter and Three-Tier?

What is the difference between the two architectures: Model-View-Presenter and Three-Tier? I understand the definitions of each when read individually, but I can't readily see how they're different. ...
1
vote
4answers
545 views

Three tier architecture question

I have an ASP.NET app with a three layer architecture: Presentation layer: ASP.NET Bussiness Layer: C# library. Data Access Layer: C# library with ADO.Net Entity Framework objects. Some methods ...
0
votes
2answers
40 views

What to return from service to ASP MVC web app?

Right now I have an ASP MVC web application along a Models project, a Service project, an Utilities project, and a few Datastores projects that function as repository for one or more domain models. ...
0
votes
1answer
60 views

GWT three-tier architecture

I am developing GWT based application using JPA as data access layer. My application is required to support three-tier architecture. Main idea is to have HTTP server (Apache) with static content ...
0
votes
3answers
82 views

WCF—How many methods are too much? [closed]

I am currently developing an application which by design has a three-tier architecture. It is composed of an administration website, a WCF webservice and a database. Of course, the website doesn't ...
0
votes
1answer
27 views

If a web application provides an API in addition to user interface (GUI), then which tier does the API com under

I have developed a web application which has a GUI (Presentation tier), Servlet classes for processing data (Business Logic Layer) and a RDBMS (Data Tier). Now my application also provides an API for ...
0
votes
1answer
23 views

Lucene index which tier?

while describing a system having a three tier architecture, which tier would Lucene come under-the Business Logic or the Data Tier?
0
votes
4answers
217 views

Where are web services in three-tier architecture in c#

Where are web services typically found in three-tier architecture? What are some guildines for adding a new layer?
0
votes
1answer
142 views

Flash App loading crossdomain.xml from app server fails?

Overview I'm writing a web application using three tier architecture. I have three Amazon EC2 ubuntu servers. The first server handles the presentation of the application and includes my main flash ...
0
votes
0answers
239 views

ANSI SPARC Three Tier Architecture

My question is regarding the Three Tier Architecture used in database systems. I understand the purposes of the External & Internal Levels, but am struggling to find a reason for the conceptual ...
0
votes
2answers
152 views

Is a three-tiered architecture with REST-like Business Logic possible or viable for secure web applications?

So feel free to not only answer this question but to throw out suggestions or improvements. I've never put together a large scale web application before. Here's my thought process: Persistence ...
0
votes
1answer
59 views

Coursework help:

I am writing a comparitive essay on two-tier and three architecture in terms of database applications. I would just like to confirm a few things. 2 tier is Client - Server 2 tier is Application on ...
0
votes
2answers
62 views

how to transfer business rules to new data base in 3-tire Architecture?

as we know that 3-tire Architecture consist of Presentation tier , business logic and data base tier the business rules (like : stored procedures , triggers ...) are stored in data base tier , so ...
0
votes
2answers
85 views

Looking for a non-trivial 3 layered asp.net example

I am looking for an example of an asp.net website(with source), implemented with 3 layer architecture and has some complexities like user authentication and user permissions, etc. . Does anybody know ...
0
votes
1answer
54 views

Need help in GUI Layer while inserting value

I am entering customer details in my web page, in that fields are Customerid, Customername, ProductName, Quantity, Rate, Total, Discount, NetTotal. If i enter quantity and rate in respective field in ...
0
votes
2answers
234 views

Architecture and packages

In a layered architecture, you have a presentation layer, logic layer and data layer. So far, I've been grouping classes into domain, service and dao packages. This represents the model with ...
0
votes
2answers
343 views

ASP.NET Three Tier

I want to develop an application based on ASP.net and Oracle using three tier architecture where the data access layer will be kept on a totally different server(Linux). I posted a question before and ...
0
votes
3answers
98 views

Trying to return rows between a given id and the same id + offset, where should most logic go to determine how to retrieve the data?: BLL or DAL

In my database I have a table called ThingsInACircle. Every time a Thing is added to the ThingsInACircle, it gets added with a ThingId that is auto incremented. Imagine the Things in this table as ...