Spring REST 0: REST Web Service Posted on 2020-07-25 REST: REpresentational State Transfer It’s a lightweight approach for communicating between applications. REST is language independent. REST applications can use any data format Commonly see XML and JSON(most popular and modern)