REST

  • submit to reddit

How Should REST Services be Documented?

REST has become the standard way of creating APIs and exposing resources on the internet. Traditional web services (using SOAP and various sets of WS-*...

1 replies - 6821 views - 04/09/12 by Jos Dirksen in Articles

REST Pagination in Spring

This is the seventh of a series of articles about setting up a secure RESTful Web Service using Spring 3.1 and Spring Security 3.1 with Java based...

1 replies - 7362 views - 03/09/12 by Eugen Paraschiv in Articles

Defining a RESTful Framework

Web application frameworks have varying support for the concepts behind Representational State Transfer (REST). Most web application frameworks, if not...

1 replies - 8226 views - 03/02/12 by Bradley Holt in Articles

REST Service Discoverability with Spring, part 5

This is the fifth of a series of articles about setting up a secure RESTful Web Service using Spring 3.1 and Spring Security 3.1 with Java based...

0 replies - 4766 views - 12/10/11 by Eugen Paraschiv in Articles

Search, REST & Play! Video Discovery

James Alexander, Open University:  The Open University has been creating programmes in partnership with BBC for over forty years. The resulting video...

0 replies - 4682 views - 12/05/11 by Mitch Pronschinske in Articles

REST API Discoverability and HATEOAS

This is the forth of a series of articles about setting up a secure RESTful Web Service using Spring 3.1 and Spring Security 3.1 with Java based...

0 replies - 4895 views - 11/14/11 by Eugen Paraschiv in Articles

Tip: REST integration auto-binding javascript objects with controllers java objects

Often when developing REST services, the server rest controller implementations work on java objects and the REST clients usually javascript ajax calls work on...

0 replies - 1838 views - 11/10/11 by Ganesh Ghag in Announcements

Securing a RESTful Web Service with Spring Security 3.1, part 3

1. OverviewThis is the third of a series of articles about setting up a secure RESTful Web Service using Spring 3.1 and Spring Security 3.1 with Java based...

0 replies - 19558 views - 11/09/11 by Eugen Paraschiv in Articles

Building a RESTful Web Service with Spring 3.1 and Java based Configuration, part 2

1. OverviewThis is the second of a series of posts about setting up a RESTful web service using Spring 3.1 with Java based configuration. The first post of the...

1 replies - 18626 views - 11/02/11 by Eugen Paraschiv in Articles

Next release of ColdFusion has websockets, closures, enhanced security, REST and more

At Adobe MAX the ColdFusion team showed off some of the planned features in the next release code-named "Zeus". Highlights include: More security...

0 replies - 6918 views - 10/25/11 by Sam Farmer in Articles

Play! Jobs - Web UI for Play! Framework Async Jobs and Monitoring API with RESTEasy, JAX-RS, REST and JSON

My latest open source contribution is Play! Jobs, hosted on the always awesome Github. Play! Jobs is a Web Interface to manage and trigger async...

0 replies - 601 views - 05/14/11 by Felipe Oliveira in Announcements

Resty for Java - a simple, light-weight HTTP/REST client API

Resty is a small, convenient library to talk to RESTful services from Java.It’s surprisingly complex to do the simplest HTTP calls with the standard Java...

0 replies - 1940 views - 03/25/11 by Jochen Bedersdorfer in Announcements

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...

8 replies - 24617 views - 03/21/11 by Harish Chander in Articles

GitHub is a web application, Twitter is not (yet)

Yesterday, in a lecture on web technologies, we consider Flash application and what is their position in the web.Is a Flash application a web application? The...

0 replies - 10454 views - 03/08/11 by Giorgio Sironi in Articles

Simple RESTful web services with Glassfish

Here’s a quick guide to creating a RESTful web service with Glassfish using JAX-RS. First create a new maven project called restwebdemo using the...

5 replies - 22528 views - 02/04/11 by Andy Gibson in News