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

REST

  • submit to reddit

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 configuration. The previous article introduced the concept of Discoverability for the RESTful service, HATEOAS...

0 replies - 2934 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 archive contains over 9,000 programmes and 70,000 tapes of raw footage. The Access to Video Assets (AVA)...

0 replies - 2682 views - 12/05/11 by Mitchell Pronsc... in Articles

RESTful Web Service Discoverability, part 4

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 configuration. The article will focus on Discoverability of the REST API, HATEOAS and practical scenarios...

0 replies - 2830 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 javascript AJAX objects. Would'nt it be great to acheive automatic binding between the javascript...

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

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

This 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 configuration. This article will focus on the security configuration using Spring Security 3.1, assuming some...

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

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

This is the second of a series of posts about setting up a RESTful web service using Spring 3.1 with Java based configuration.

0 replies - 3538 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:

0 replies - 3481 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.

0 replies - 600 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 library. Resty hopes to change that. Its focus is on simplicity and ease-of-use, often...

0 replies - 916 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 interface. It’s painfully hard to change them once services are published and used by...

6 replies - 12141 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 answer was yes and no. It is in some sense, since it is delivered over HTTP. However, it is not...

0 replies - 8010 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.

3 replies - 10439 views - 02/04/11 by Andy Gibson in News

Announcing Bowler: A RESTful Scala Web Framework

The reason for my lack of sleep and blogging in the last 6 weeks is ready for an initial release: http://bowlerframework.org/ Bowler is a RESTful Scala web framework built on top of Scalatra and Scalate. Details, examples, sbt quickstart and documentation...

0 replies - 5006 views - 01/19/11 by Wille Faler in News

Web Framework Design: Standing on the Shoulders of Giants

Over the last couple of weeks, I started to toy with the idea of writing a web framework in Scala (as if the world needed yet another web framework..). Whether I go through with it, or just write some code over a few evenings before getting tired of it...

5 replies - 4501 views - 12/06/10 by Wille Faler in News

Spring 3 and JSON

Spring 3 has brought some excellent features to the table but one that really shines is its REST integration.You may or may not be wondering what REST really means, I know I did when I heard it banded about for the first time. My first thought - and one that...

3 replies - 24831 views - 09/17/10 by Alex Collins in Articles