REST Web services news, help and research - TheServerSide.com

Java Development Topics:

REST Web services

REST (representational state transfer) is an approach for getting content from a website by reading a designated webpage that contains an XML (Extensible Markup Language) file that describes and includes the desired content. A basic use case for it would be an online publisher making available syndicated content. Subscribers would need only to know the URL (Uniform Resource Locator) for the page where the XML file was located, read it with a Web browser, interpret the content data, and reformat and use it appropriately. The fundamental difference between REST Web services and document-style Web services is how the service consumer knows what to expect out of the service. Web services have contracts, defined in WSDL. Since Web services focus on the service, rather than on the resource, the consumer has clear visibility into the behavior of the various operations of the service, whereas in REST's resource-oriented perspective, we have visibility into the resources, but the behavior is implicit, since there is no contract that governs the behavior of each URI-identified resource.

News:

1 - 3 of 13

VIEW ALL News ON REST Web services

Reference & Learning:

1 - 2 of 2
  • OCPJP & OCAJP Mock Exam Question for the Java 7 Exam 23 Jan 2012

    Tutorial - Looking to get Java 7 certified from Oracle, and obtain your OCPJP or OCAJP, Professional or Associate designations? Well, you need to know the tricks they throw at you with regards to operator precedence. This question hits your knowledge of the OCAJP 7...

  • IT Infrastructure Forecast: Cloudy With a Chance of Cost Savings 27 Jul 2011

    Feature - Migrating an IT infrastructure to the cloud is not for the faint of heart. But you wouldn’t know it with all the hype and promise of massive cost savings, simple deployment and ease of management. To the contrary, realizing the benefits of a virtual...

VIEW ALL Reference & Learning ON REST Web services

Expert Technical Advice:

1 - 2 of 2
  • Web services provide interoperable functionality 08 Jun 2011

    Tip - If interoperability and pluggability are the goals, a good way to implement business functionality is by using Web services.

  • RESTful Web services made easy 18 May 2011

    Tip - Learn the basics about RESTful web services in this quick tip. You can create a RESTful Web service using nothing more than the JDK, a simple text editor and Tomcat 7.

VIEW ALL Expert Technical Advice ON REST Web services