Tag Archives: web service

Designing RESTful representations

January 17, 2012 by Pietrino Atzeni

Defining correct RESTful representations is another big issue, that we’ll try to expand here.


REST guidelines

January 5, 2012 by Pietrino Atzeni

Some helpful guidelines to keep in mind when developing RESTful web services.


REST webservice with symfony (part 2)

July 6, 2011 by Pietrino Atzeni

In the last tutorial, we saw how to retrieve Jobeet jobs using a REST webservice in symfony just defining a new module, and some routes. In this part, we’ll see how to perform the create, update and delete […]


REST webservice with symfony

July 2, 2011 by Pietrino Atzeni

A practical way to write a symfony REST webservice, extending the Jobeet application originally developed for the symfony framework.