Showing posts with label RESTful. Show all posts
Showing posts with label RESTful. Show all posts

Monday, April 11, 2011

JAX-WS with JBoss 6 Day 11 : RESTful

Web services have become a standard way to achieve interoperability between systems. There are two main approaches for developing web services; one is by using the Simple Object Access Protocol (SOAP) and the other is by using the Representational State Transfer (REST) architecture style.