473,324 Members | 1,856 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

web services with .net remoting

SB
Is it possible (or common practice) to have the business facade layer of the
web services layer implemented as .net remoting component(s).

While the web services provide the necssary access to external web/Java
clients, the .net remoting is used to comminicate between internal (company
wide, .net, same network) applications who can benefit from the .net remoting
performance benefits over web services. The web services layer will actually
invoke the remoting components internally to fulfill the functionality.

I would like to know what is the common design practice in this distributed
scenario.

--
Kind regards,
SB
Nov 21 '05 #1
1 1442
No reason why not imo. Here are two articles that show this. I tend to
think of your web service methods as just thin wrappers for your internal
business logic/methods, so what ever you want to do in your business logic
is fair game (remoting being just one of those things.)
http://www.codeproject.com/cs/webser...motingdime.asp
http://www.thecodeproject.com/cs/web...erinternet.asp

--
William Stacey, MVP

"SB" <SB@discussions.microsoft.com> wrote in message
news:D0**********************************@microsof t.com...
Is it possible (or common practice) to have the business facade layer of the web services layer implemented as .net remoting component(s).

While the web services provide the necssary access to external web/Java
clients, the .net remoting is used to comminicate between internal (company wide, .net, same network) applications who can benefit from the .net remoting performance benefits over web services. The web services layer will actually invoke the remoting components internally to fulfill the functionality.

I would like to know what is the common design practice in this distributed scenario.

--
Kind regards,
SB


Nov 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: IcedCrow | last post by:
#1) Burning question on my mind is ... what is the difference between a "web service" and a distributed COM component other then a distributed COM component had to be registered on a host server...
2
by: Adam Norris | last post by:
I am trying to accomplish the following task and need to be pointed into the right direction. I would like to create a C#.NET windows service that listens on a specific port for a message to be...
3
by: Lucas Tam | last post by:
Does anyone have a good articles that describes the pros and cons of Web Services vs. Remoting Hosted in IIS? Is there a reason to use either or? With Remoting Hosting in IIS, is it possible...
4
by: Christoph Duesmann | last post by:
Hi ! I wan't to code a service which will be installed on some clients in our network. The service should have the following features : - Scan all properties of the Client (Hardware, Software...
21
by: EmJayEm | last post by:
Can someone tell me the Disadvantages/Cons of web services? Thanks, EmJ.
0
by: Shaun | last post by:
I have read several articles that tell me that a COM+ application can expose its components as web services, but can't get things to work for me. I have the following class (slightly modified...
3
by: CJF | last post by:
I'm trying to build a web service via .NET remoting (without ASP.NET) using a pre-existing wsdl file. It doesn't seem to be a very straight-forward process, as SOAP exceptions keep popping up that...
1
by: Tommaso Caldarola | last post by:
I need to transfer big files (up to 10 Gb), now I'm using IIS via Remoting with chunk of bytes (up to 500Kb). In the following article: Middle-Tier Hosting: Enterprise Services, IIS, DCOM, Web...
4
by: =?Utf-8?B?UGV0ZXI=?= | last post by:
What are the factors that I should consider in choosing .NET Remoting vs Web Services when an application will be deveoped using .net 2.0 and above? I think I need to consider at least the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.