- Representational State Transfer
- Architectural style
- No state on the application server (scalability)
Get/Post/Put/Delete (uniform interfaces)

Advantages:
- GET -> cahche
- Interoperability

REST support added in 3.5 and improved in 3.5 SP1