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

Web application and Web Services - Whats the diff?

As the title suggests,

what are the differences between a web app and a web service? What exactly
IS a web service??

thanks

Peter
Nov 15 '05 #1
3 2627
Hi
A web application has a user interface, you see a web application using a
internet browser.

Web services do not have a user interface, you can use a web application or
a windows application or any other application to connect to a web serivice
and provide a user interface.

Cheers
Benny

"Peter Q" <pm****@cogeco.ca> wrote in message
news:PY********************@read1.cgocable.net...
As the title suggests,

what are the differences between a web app and a web service? What exactly
IS a web service??

thanks

Peter

Nov 15 '05 #2
A web application is basically an HTML version of a standard user interface.
Because it's HTML-based, it isn't as rich, but you have the concept of the
lifetime of the application rather than a particular view (i.e. when you go
from screen to screen, generally, your choices, etc. are maintained
throughout your session.) A web service is really just a remote API that
allows for the passing and receiving of objects regardless of language, as
objects are described in XML, rather than a language-specific format. Web
service calls are inherently stateless (make two calls, and each call will
have a different session), although you can enable session usage. There is
a caveat to that (each call *is* a new session, but with client coding, the
sessions can be remapped to the original)

In a nutshell, one is a true user interface, and the other is an API.

"Peter Q" <pm****@cogeco.ca> wrote in message
news:PY********************@read1.cgocable.net...
As the title suggests,

what are the differences between a web app and a web service? What exactly
IS a web service??

thanks

Peter

Nov 15 '05 #3
Reading it again, let me clarify: web apps *can* be stateless, and web
services *can* have state, but what I generally see in a web app is one with
state, and vice versa for web services (although one WS I have worked on
does enable state). It's a matter of choice, but I am speaking of typical
usage insofar as I have seen myself.

"Keith Patrick" <ri*******************@nospamhotmail.com> wrote in message
news:O3*************@TK2MSFTNGP11.phx.gbl...
A web application is basically an HTML version of a standard user interface. Because it's HTML-based, it isn't as rich, but you have the concept of the
lifetime of the application rather than a particular view (i.e. when you go from screen to screen, generally, your choices, etc. are maintained
throughout your session.) A web service is really just a remote API that
allows for the passing and receiving of objects regardless of language, as
objects are described in XML, rather than a language-specific format. Web
service calls are inherently stateless (make two calls, and each call will
have a different session), although you can enable session usage. There is a caveat to that (each call *is* a new session, but with client coding, the sessions can be remapped to the original)

In a nutshell, one is a true user interface, and the other is an API.

"Peter Q" <pm****@cogeco.ca> wrote in message
news:PY********************@read1.cgocable.net...
As the title suggests,

what are the differences between a web app and a web service? What exactly IS a web service??

thanks

Peter


Nov 15 '05 #4

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

Similar topics

9
by: Ching-Lung | last post by:
Hi all, I try to create a tool to check the delta (diff) of 2 binaries and create the delta binary. I use binary formatter (serialization) to create the delta binary. It works fine but the...
6
by: cs | last post by:
I noticed there is some .net services on my winxp. One or two mention the CLR. Does that mean that my .net apps/services wont run before those services start? I need to run my service as early on...
15
by: Chakkaradeep | last post by:
Hi all, i have written a Service,now i want to execute another application (for eg;calc.exe) in the service....how will i perform it??... i tried using this.... /**************Executing a...
2
by: Showjumper | last post by:
Whats the diff between the 2 and when do you use one and not the other?
8
by: buc | last post by:
I have a simple combox on the screen that is bound via a datareader to a stored proc in sql that returns a simple string. The code is 'load stored proc then dReader =...
6
by: Krish | last post by:
I want to develop and application that run periodically in the server machine. Now Should I go for a windows service or just create a Console application and schedule it using the windows Task...
1
by: damod.php | last post by:
what is the life time(min, Max) of session variables,, I want to know about sessions whats session what is cookie whts the diff between where the sessinon stored where the cookie stored i want...
6
by: damod.php | last post by:
<?php ...<? both are the php tags whats the diff b/w name of the tag??? then i write the code using <? this tag full coding , but the server can not accept my (<?)tag,, its only used <? php tag...
0
by: sriNani | last post by:
Whats the diff bitween console app performance and windows sevice performance..? which can suggestable to follow from .net 2005?
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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
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?

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.