REpresentational State Transfer (REST) and SAP

| 2 min read

REST (which stands for REpresentational State Transfer) is an architectural style that is informed to a large extent by, but theoretically not limited to, the HTTP application protocol (yes, application protocol, not transport protocol!). As an approach to application integration, REST has often been compared to its 'rival' Service Orientated Architecture (SOA), although a RESTful approach to integration architecture known as Resource Orientated Architecture (ROA) might be a better comparison fit.

Fans of REST and ROA (I'm one of them!) state many advantages over SOA, such as:

  • loose coupling vs tight coupling
  • flexible vs brittle interfacing
  • simple vs complex implementation
  • easier vs harder to debug

and subtly, but importantly, ROA is a lot more deserving of the word "Web" in the phrase "Web Services", as it works and flows with Web concepts, rather than, as in the case of SOA, fighting against them. SOA, incidentally, has been referred to as "CORBA with angle brackets", which is as funny as it is true.

REST concepts and ideas have been around SAP for quite a while now; there is of course some coverage here on SDN, such as:

"Forget SOAP - build real web services with the ICF" (me, Jun 2004)

"Real Web Services with REST and ICF" (me, Jun 2004, again) (content lost in SAP community migration)

"REST Web Services in XI (Proof of Concept)" (Wiktor Nyckowski, Mar 2009)

"A new REST handler / dispatcher for the ICF" (me, Sep 2009)

"VCD #16 - The REST Bot: Behind the scenes" (Uwe Fetzer, Sep 2009)

"REST-orientation: Controlling access to resources" (me, Sep 2009, again)

and recently:

"Put SOAP to REST using CE" (Werner Steyn, Nov 2009)

What especially delighted me was the coverage that REST concepts and ideas got at SAP TechEd 2009 in Vienna. Lots of people were talking about it, and mentioning it in presentations. Over half the DemoJam contestants mentioned REST too. I personally had a fascinating and very rewarding chat with SAP guru Thomas Ritter during RIA Hacker Night, and have also corresponded with the very knowledgable Juergen Schmerder. It seems that there is a lot of interest in REST at SAP.

But what about REST in SAP? How might you use it, be guided by it and ultimately build things with SAP NetWeaver technologies?

If you're interested, you might want to attend our upcoming Mentor Monday session

"REpresentational State Transfer (REST) and SAP - An Overview", on Monday 25th Jan at 13:00-14:00 PST.

You can get more information on the SAP Mentor Monday wiki page.

Hope to see you there!

Originally published on SAP Community