Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

restful web services

  • submit to reddit

Maven Integration Testing And Spring Restful Services

Introduction My original blog showed how to seperate maven unit and integration tests using a very simple example. http://johndobie.blogspot.com/2011/06/seperating-maven-unit-integration-tests.html Since then a lot of people asked me for a more realistic...

0 replies - 3682 views - 10/19/11 by John Dobie in Articles

Restful Web-Services Best Practices

Some guidelines that I follow while designing the Restful Web-Services (here after referred to as services):URI Design:URIs are main part of a web-service interface. It’s painfully hard to change them once services are published and used by...

6 replies - 12149 views - 03/21/11 by Harish Chander in Articles

Solomon Duskis on REST - Presented in HTTP

I'm preparing for an internal REST presentation. I'm going to use this blog as my presentation platform. Power Points can be pretty, but I think that it's ideal to have a presentation about REST in an HTML/HTTP/URL environment. Here's a rough outline of...

0 replies - 8423 views - 05/14/09 by Solomon Duskis in News

Getting Started with "Software as a Service"

"Software as a Service" (SaaS) is an increasingly popular model for providing software functionality, as it is economical in terms of both cost and customer hardware resources. The NetBeans team created a Web Services Manager in NetBeans IDE 6.1 in...

0 replies - 22717 views - 06/10/08 by Jeff Rubinoff in News

Spring Framework Support in REST 0.7

REST 0.7 (i.e., Jersey, the reference implementation for RESTful web services) is out and now includes support for the Spring framework. Here is a step-by-step scenario

1 replies - 24141 views - 05/20/08 by Jeff Rubinoff in News