Friday, July 2, 2010

Spring Web Services

Web services is the technology that integrates Web-based applications using the XML, SOAP, WSDL and UDDI open standards over the Internet . XML is used to define the data structure, SOAP is used to transfer the data, WSDL is used for describing the services available and UDDI is used for listing what services are available. Web services allow organizations to communicate data without the knowledge of each other's IT systems behind the firewall.

Web services do not provide the user with a GUI instead the services are shared through a programmatic interface across a network.

Web services allow different applications from different platforms to communicate with each other since all communication is in XML.

A detailed tutorial about implementing Spring Web Service which I found very useful is at
http://webcache.googleusercontent.com/search?q=cache:K3fszlCL9JQJ:www.lulu.com/content/content_download_redirect.php%3FmetaId%3D1090073+maven+dependecies+for+Spring+web+service&cd=2&hl=en&ct=clnk&gl=sg

No comments:

Post a Comment