InfoQ Homepage Presentations Does REST Need Middleware?
Does REST Need Middleware?
Summary
Bill Burke shows how to use REST to create interfaces to middleware services – messaging, transactions, workflow, security – in order to have RESTful enterprise SOA implementations, and what are the limitations of REST.
Bio
Bill Burke is a Fellow at the JBoss division of Red Hat. A longtime JBoss contributor and architect, Bill has founded projects like JBoss clustering, EJB3, AOP and RESTEasy. He was JBoss's representative for EJB 3.0, Java EE 5, and JAX-RS JCP specifications. He is author of O'Reilly's "EJB 3.0 5th Edition" and "RESTFul Java with JAX-RS" and has numerous in-print and online articles.
About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community.QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
Community comments
Vid not working?
by Mark Falto,
Re: Vid not working?
by Diana Baciu,
Put instead of post?
by Martin Greber,
Vid not working?
by Mark Falto,
Your message is awaiting moderation. Thank you for participating in the discussion.
Seems to stop a couple min in :(
Re: Vid not working?
by Diana Baciu,
Your message is awaiting moderation. Thank you for participating in the discussion.
Hello Mark,
I just tested the video and it seems to be working fine. COuld you please try again? i may have been your internet connection ...
Diana Plesa
Content & Ad Programs Manager
InfoQ Enterprise Software Development Community
Put instead of post?
by Martin Greber,
Your message is awaiting moderation. Thank you for participating in the discussion.
In the post exactly once example (slide 33) wouldn't it be more appropriate for the client to issue a put instead of a post?
PUT /destination/test/messages/111
Host: example.com
....