PC Review


Reply
Thread Tools Rate Thread

3 Tier architecture

 
 
Dan, Vascas
Guest
Posts: n/a
 
      31st Mar 2006
Please clear my doubt and give some suggestion.
I am new to software development, and want to implement a n-tier
application.
I have a very basic idea about n-tier architecture.

[Example]
I have created a Business Layer(dll) and put it on a network shared
directory.
From the presentation layer project I have added the reference of Business
Layer(dll).

Can I call this a n-tier application.
Or n-tier means that I need to execute/process the Business Layer where it
presents(using remoting or any other way).

Please clear my doubt.

Thanks for any help you can provide.
Dan


 
Reply With Quote
 
 
 
 
John
Guest
Posts: n/a
 
      31st Mar 2006
n-tier is ambiguous imo, but its usual definition refers to partitioning
your application into multiple physical tiers (think distributed
application). This could be as simple as a winform client, with a
database server, and some of the logic being leveraged from web services
on one or more web servers. You could take it a step further by saying
for instance that security services are provided by your active directory.

I think that what you are describing is better referred to as a layered
application, which can be achieved without involving other "tiers".

Regards,

John Parrish


Dan, Vascas wrote:
> Please clear my doubt and give some suggestion.
> I am new to software development, and want to implement a n-tier
> application.
> I have a very basic idea about n-tier architecture.
>
> [Example]
> I have created a Business Layer(dll) and put it on a network shared
> directory.
> From the presentation layer project I have added the reference of Business
> Layer(dll).
>
> Can I call this a n-tier application.
> Or n-tier means that I need to execute/process the Business Layer where it
> presents(using remoting or any other way).
>
> Please clear my doubt.
>
> Thanks for any help you can provide.
> Dan
>
>

 
Reply With Quote
 
Joerg Jooss
Guest
Posts: n/a
 
      31st Mar 2006
Thus wrote Vascas,

> Please clear my doubt and give some suggestion.
> I am new to software development, and want to implement a n-tier
> application.
> I have a very basic idea about n-tier architecture.
> [Example]
> I have created a Business Layer(dll) and put it on a network shared
> directory.
> From the presentation layer project I have added the reference of
> Business
> Layer(dll).
> Can I call this a n-tier application.
> Or n-tier means that I need to execute/process the Business Layer
> where it
> presents(using remoting or any other way).
> Please clear my doubt.


Tiers refer to physical processing nodes. Your application is probably 3
layered (which is good), but not 3 tiered (which doesn't mean it's bad).

Cheers,
--
Joerg Jooss
news-(E-Mail Removed)


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the need of 3 tier architecture or 4 tier architecture =?Utf-8?B?UkFKRVNI?= Microsoft C# .NET 3 12th Nov 2005 04:15 PM
Re: N-Tier Architecture Islamegy® Microsoft ASP .NET 0 16th Oct 2005 06:38 PM
N-Tier Architecture Islamegy® Microsoft ASP .NET 4 15th Oct 2005 08:08 PM
N Tier Architecture ? Silent Ocean Microsoft ADO .NET 2 11th Aug 2005 03:48 PM
Message board layered architecture 2-tier or 3-tier? Vin Microsoft Dot NET 0 22nd Jul 2004 07:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:33 PM.