Re: Why web services?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Steve Drake (Steve_at_NOSPAMDrakey.co.uk)
Date: 02/17/04


Date: Tue, 17 Feb 2004 12:19:14 -0000

I tend to use the following layers :

Data - Bus - Bus Façade, I then consume the Bus Facade from ASP.NET (or fat
client) as this is quicker, then to integrate with 3rd party's I consume the
Bus Façade from a webservice, the bus facade is hosted in a .NET remoted
APP.

Web Services is Service orientated architecture, good for other apps talking
to your backend.
Remoting is Object orientated architecture, good for your APPS front end
talking to your apps backend etc.

Just cos you ASP.NET can use the WebService on the same server it does not
mean its the correct thing todo, but I would say building the functionality
into the page is bad, have a look at remoting.

Steve

"cm@gowcity" <cm@gowcity.fsnet.co.uk> wrote in message
news:5fa5e350.0402130958.5233126@posting.google.com...
> Im just learning c# and begining to use web services.
> Ive built a few and managed to consume theses into asp pages but i am
> struggling to see the advantage of these!
> Why not just build the functionality into the page?
>
> hopefully this will start a bit of a discussion!
>
> Thanks
>
> Colin



Relevant Pages