Difference Web Pages Vs Web Services
The web page is based on data submitted by the user. e.g. results page from search engines and order
confirmation pages at on line stores.
The Web page is derived from data that changes frequently. e.g. a weather report or news headlines
page
Web services are Web-based enterprise applications that use open, XML-based standards and
transport protocols to exchange data with calling clients.
Web Service is becoming one of those overly overloaded buzzwords these days. Due to their increasing
popularity, Java platform Enterprise Edition (J2EE) provides the APIs and tools you need to create and
deploy interoperable web services and clients.
Web page
Has a UI
Interacts with user
Works with web browser client
Web Service
No GUI
Interacts with application
Works with any type of client
0 Comments
Please add nice comments or answer ....