Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In the SpringBlog application, the main remoting functionality is the retrieval of blog posting entries by the clients. To fulfill the requirement, we will use Spring MVC's comprehensive RESTful-WS support.
The main highlights of the implementation of the blog feed service are as follows:
GET method) and return the most recent blog posting entries to the client.For details, please refer to the section “ RESTful-WS for RSS Feed of Blog Post Entries” in Chapter 21.