PC Review


Reply
Thread Tools Rate Thread

Distributed Tier-ed System.

 
 
Alex Stevens
Guest
Posts: n/a
 
      27th Jan 2004
Hi All,

I firstly apologies if the subject of my post is off-beam (likely!).

I understand the principles of tiered applications and I've written an
application as such.
I have:

An SQL database
A data layer which provides database connectivity
A Business Object Layer, which for example provides a customer object, and
uses the data layer to get information from the SQL.
A UI which uses the business objects.

Now this works all very well when it's all on the same machine.

My question is, how do I get each component (potentially) on a different
machine on the network, and how do I reference each layer in the parent
layer (ie reference the data layer in the BSO layer?)

Could anybody point me in the right direction?
Is it something to do with COM+ or COM?

Thankyou.

Alex


 
Reply With Quote
 
 
 
 
Dmitriy Lapshin [C# / .NET MVP]
Guest
Posts: n/a
 
      27th Jan 2004
Hi Alex,

You should look at the .NET remoting or Web Services. The former is more
appropriate when the whole application will be working within a LAN, and the
latter is better suitable for applications or tiers communicating to each
other over the Internet.

There are newsgroups dedicated to both of the topics:

microsoft.public.dotnet.framework.remoting
microsoft.public.dotnet.aspnet.webservices

Hope this helps.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"Alex Stevens" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All,
>
> I firstly apologies if the subject of my post is off-beam (likely!).
>
> I understand the principles of tiered applications and I've written an
> application as such.
> I have:
>
> An SQL database
> A data layer which provides database connectivity
> A Business Object Layer, which for example provides a customer object, and
> uses the data layer to get information from the SQL.
> A UI which uses the business objects.
>
> Now this works all very well when it's all on the same machine.
>
> My question is, how do I get each component (potentially) on a different
> machine on the network, and how do I reference each layer in the parent
> layer (ie reference the data layer in the BSO layer?)
>
> Could anybody point me in the right direction?
> Is it something to do with COM+ or COM?
>
> Thankyou.
>
> Alex
>
>


 
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
Diff between 'n-tier' vs 'distributed architecture' vs. 'multi-layered programming'? Jon Davis Microsoft VB .NET 7 4th Sep 2006 01:51 AM
Distributed 3 Tier & WebService Design Question Dave Johnson Microsoft ASP .NET 0 17th Dec 2005 11:42 AM
Build a distributed multi-tier app that the components of it work on different machines? mj Microsoft Dot NET Framework 1 11th Aug 2004 01:59 PM
Re: Build a distributed multi-tier app that the components of it work on different machines? Shell Microsoft Dot NET Framework 0 11th Aug 2004 12:58 PM
Distributed Tier-ed System. Alex Stevens Microsoft VB .NET 1 27th Jan 2004 12:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:34 AM.