InfoQ

Presentation

Recorded at:
Recorded at

Implementing REST Web Application Architectures

Presented by Arjen Poutsma on Sep 14, 2009

Community
Java
Topics
REST ,
Web Frameworks
Tags
SpringOne 2009 ,
Spring ,
Spring Web Services
Summary
Arjen addresses Spring 3.0 support for REST in Spring MVC including, URI templates, content-negotiation, and other RESTFul concepts. Starting with an overview of REST, he then addresses the new RESTful features in Spring, including: RESTful URI's, URI templates, Content negotiation, HTTP method conversion, and ETag support.

Bio
Arjen Poutsma is a senior software engineer at SpringSource with fifteen years' experience in both Java EE and Microsoft .NET. Three years ago, Arjen started to specialise in Web Services and Service Oriented Architectures. Arjen founded the open source Spring Web Services project and has also contributed to various other open source projects, including XFire, Axis2, and others.

About the conference
SpringOne is the annual conference for the global Spring community held in both Europe and the Americas. SpringOne Europe 2009 focused on the emerging technologies and best practices around the Spring Framework and enterprise software development. The event featured the project founders, core committers, authors, consultants, project leads, and professional trainers.
thanks arjen by Necromancer B Posted Sep 20, 2009 10:19 AM
  1. Back to top

    thanks arjen

    Sep 20, 2009 10:19 AM by Necromancer B

    It shows me clear REST definition and senseful example.

Educational Content

Rails in the Large: How Agility Allows Us to Build One Of the World's Biggest Rails Apps

Neal Ford shows what ThoughtWorks learned from scaling Rails development: infrastructure, testing, messaging, optimization, performance.

Stuart Halloway on Clojure and Functional Programming

Stuart Halloway discusses Clojure and functional programing on the JVM in depth, and touches on the uses of a number of other modern JVM languages including JRuby, Groovy, Scala and Haskell.

Orion Henry and Blake Mizerany on Heroku

Orion Henry and Blake Mizerany talk about the technology behind Heroku and the benefits of the new add-on system.

Security for the Services World

Chris Riley presents security issues threatening service based systems, examining security threats, presenting measures to reduce the risks, and mentioning available security frameworks.

Navigating The Rapids:Real-World Lessons in Adopting Agile

This talk investigates technical issues encountered when moving to an Agile process.

Codename "M": Language, Data, and Modeling, Oh My!

Don Box and Amanda Laucher present “M”, a declarative language for building data models, domain models or external DSLs. Don Box's demos show some of M’s features and latest changes of the language.

SOA Manifesto - 4 Months After

It is four months since the SOA manifesto was announced; InfoQ interviewed the original author’s to get insight into the motivations and the process behind the initiative.

Memory Barriers and JVM Concurrency

This article explains the impact memory barriers, or fences, have on the determinism of multi-threaded programs.