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

Remoting Vs Webservices

I would like to build a thin client application which will display data and
images from database.
The user will have a look at the data images and post it back to server.

I would like to know which will work better in this scenario. Should I use
Webservice or remoting to pump data from database to client?

Thanks,
-Asfar
Aug 2 '06 #1
3 1227
Hello Asfar,

without knowing you work environment the general solution is that
Remoting to work whithing enterprise and WS to expose functionality outside

AI would like to build a thin client application which will display
Adata and
Aimages from database.
AThe user will have a look at the data images and post it back to
Aserver.
AI would like to know which will work better in this scenario. Should
AI use Webservice or remoting to pump data from database to client?
A>
AThanks,
A-Asfar
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Aug 2 '06 #2
The big question you have to ask yourself is if other systems will be
hitting this service.

Are these other systems all .NET based? Will they always be? If so use
remoting. If not a webservice is a much more open form of communication as
someone could quite easily consume your service from another environment.

Cheers,

Greg
"Asfar" <as**********@cashmgmt.comwrote in message
news:u9**************@TK2MSFTNGP05.phx.gbl...
>I would like to build a thin client application which will display data and
images from database.
The user will have a look at the data images and post it back to server.

I would like to know which will work better in this scenario. Should I use
Webservice or remoting to pump data from database to client?

Thanks,
-Asfar

Aug 2 '06 #3
Asfar,

Generally speaking, I would say to avoid remoting. With how common web
services are, as well as better distributed technologies such as Windows
Communications Foundation on the horizon, you aren't going to gain much from
remoting. Remoting also doesn't provide much out of the box in terms of
authentication and authorization, so if you have a need to secure your
service (which I hope you would, given it is on the internet), then I would
avoid it.

Using web services allows you to provide a solution now, and as long as
you keep your contract the same, you can swap out the implementations on the
client or server side easily.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Asfar" <as**********@cashmgmt.comwrote in message
news:u9**************@TK2MSFTNGP05.phx.gbl...
>I would like to build a thin client application which will display data and
images from database.
The user will have a look at the data images and post it back to server.

I would like to know which will work better in this scenario. Should I use
Webservice or remoting to pump data from database to client?

Thanks,
-Asfar

Aug 2 '06 #4

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...
2
by: Janus Knudsen | last post by:
Hello Im collecting ideas for a piece of software I've in mind. I need to create an application which can be started with some parameters, the application have to be started in many instances...
2
by: Tim Smith | last post by:
Hi, With our architecture we are looking at the following client applications: - 20-40 GUI desktop power users - 40-100 ASP.NET light users - 5-10 heavy server side integration apps We...
3
by: Dexter | last post by:
Hello all, I need to build a chat using ASP.NET (VB), this chat is to the online communication with customers. I would like to know what is best. To use webservices or to use remote script? ...
1
by: SB | last post by:
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...
8
by: Raju Joseph | last post by:
Hi All, I am just trying to get an opinion here. I know this is always a tough choice to make. We are in the process of converting our VB6 based Healthcare Information System (a full-fledged...
0
by: Albert Greinöcker | last post by:
Hi there, I have a very general question about .NET remoting using SOAP: is there any way to influence WSDL generation (like setting a different target-namespace, or which classes (e.g. custom...
10
by: ochocki | last post by:
Hi, Reading about WCF I had this feeling that .net remoting has been left behind. There's a lot about webservices but nothing about remoting which suprises me as MS was encouraging to use it in...
2
by: JSha | last post by:
My application (running on one server) needs to keep sending its status to the main server which keeps a log of the progress.....how do I implement this?.... Do I use webservices or remoting? or...
9
by: =?Utf-8?B?S2FpIEZyYW5zc29u?= | last post by:
We're starting a new project with a distributed winform client that communicates with a central server, primarily all on the same LAN. Large amounts of data may be sent to and from the client. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.