In our last chapter, we saw how to use asynchronous messaging APIs in Spring using the JmsTemplate to send messages and the @JmsReceiver annotation to receive them. Now we’re going to step back into the land of the Web, to build a set of endpoints that expose our data model to a rich client, using REST.
What Is REST?
REST stands for “REpresentational State Transfer” and generally refers to APIs that conform to a rough definition of resources accessed ...