
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

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

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

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

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

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

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

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

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

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

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

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

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

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