JAOO 2008: REST Patterns and Antipatterns
I've uploaded the slides from my own talk at JAOO 2008 (warning: this is a 12MB PDF). As usual, not sure how much value they have on their own; YMMV.
This is a single archived entry from Stefan Tilkov’s blog. For more up-to-date content, check out my author page at INNOQ, which has more information about me and also contains a list of published talks, podcasts, and articles. Or you can check out the full archive.
I've uploaded the slides from my own talk at JAOO 2008 (warning: this is a 12MB PDF). As usual, not sure how much value they have on their own; YMMV.
The hyperlinked PDF seems to be empty.
thanks in advance,
Cyrille
Stefan,
as a matter of fact I found some of the advanced topics towards the end of the presentation to be very topical to our current problems. Send (modified) representation of a newly created resource back to the client along 201? Doh! Why didn’t I think of this sooner…
As usual - thanks for sharing. Congratulations on a nice talk.
Jakub
Hi,
I read your presentation/article and it contains good ideas and hints. But one slide with notice “Stop worrying about URI design” is contradictory with many other articles. According to me uri design in REST application is crucial. What did you mean this notice?
thanks for reply.
URI design is a useful and reasonably complex discipline. It’s go nothing to do with REST, though: applications should discover URIs by means of hypermedia, i.e. through following links, and never “construct” them.
I don’t at all object to good URI design, and try to do it myself – I just wanted to point out that people tend to equate this with REST and spend way too much time on it instead of focusing on the more important stuff.