473,378 Members | 1,507 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,378 software developers and data experts.

Why use WebService rather than Remoting?

I'm writng a smart client app which will be used 90% within a LAN and 10%
across the Internet though the Internet use may increase over time. I've set
off using remoting but have noticed Microsoft suggesting in a number of
places that we should use Web Services in preference most of the time and
also today this :-

http://www.theserverside.net/article...ingSmartClient

I'm using .NET 2.0 for both client and server. Security across the Internet
is v.important and performace within the Lan is v.important.

Why would Web Services be a better choice?

Michael
Nov 23 '05 #1
1 1325
Web services are preferred because they do not worry about the "history" and
"geography" of their clients. They simply serve them. Clearly, this involves
more security preparation.

Remoting, on the other hand, trusts their client and thus saves you a lot on
security checks.

In your case, since you have lan client and expected internet client as
well, it would be nice if can create a "middle layer" which can can
differentiate between your clients, and serve them appropriately. Lan clients
do remoting to consume your webservice and internet clients directly consume
your webservice.

=> Bala

--
The Clipper
"Michael" wrote:
I'm writng a smart client app which will be used 90% within a LAN and 10%
across the Internet though the Internet use may increase over time. I've set
off using remoting but have noticed Microsoft suggesting in a number of
places that we should use Web Services in preference most of the time and
also today this :-

http://www.theserverside.net/article...ingSmartClient

I'm using .NET 2.0 for both client and server. Security across the Internet
is v.important and performace within the Lan is v.important.

Why would Web Services be a better choice?

Michael

Nov 23 '05 #2

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

Similar topics

5
by: DraguVaso | last post by:
Hi, I need to write a VB.NET-application (Windows Forms) that may have a part of it (re-)implemented as a Webpage for the customers. I think it can be usefull to create a business Layer with...
1
by: Sagaert Johan | last post by:
I want a webservice to get data from a c# application To be more exact :i have a working c# video capture program(uses directX) and i want the webservice to get the captured data if a webclient...
2
by: Ken Hughes | last post by:
Hi I'm looking for some advice on architecure - apologies if this is the incorrect group.. I'm writing a VB app and it has to pass data to a another server machine (in a different office)....
2
by: Julia | last post by:
Hi, Can a Remote object be a WebService as well? i want to able to connect to a remote object either using .NET remoting and HTTP\SOAP so I wonder if I can create a singleton(statefull)...
1
by: Alexandre (www.pointnetsolutions.com) | last post by:
I am looking at building a distributed system, and i have been looking at many different options, in some cases i was thinking of a client server relation where a client would send a string to...
7
by: sameer | last post by:
Hi all, Application environment : VB.Net desktop application,.NET 1.1 Framework, VS 2003. communicates between the database and the application is done over webservices using ADO.NEt Datasets....
0
by: Kirk | last post by:
I'm trying to use a Web Service to be a Remoting client of an existing ..NET 2.0 server. But I get the following error when I try to use System.Runtime.Remoting.Channels.Http in my WebService. ...
3
by: Gary H | last post by:
Hi, If I were to write an application hosted webservice (ie a webservice that is contained wholly within the application) what sort of .NET technology would I use? I am writing an application...
3
by: =?Utf-8?B?bGVvMg==?= | last post by:
Hi All, I have a question which might be a beginner's question. I have a webservice whose webmethod has to call a window's service and get back the results. What is the best way to implement...
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.