img
Figure 3-9. Viewing audit data
RSS Feed
Instead of visiting the site regularly, some users may want to receive Really Simple Syndication (RSS)
feeds from their self-developed web application or via their own personalized portal site (for example,
from iGoogle). The SpringBlog application will provide the blog entries via RESTful-WS. Because of this
service, consumers are able to retrieve the blog entries in XML or JSON format.
Upload Blog from an XML File
Some users may want to write their blogs offline and then submit them to SpringBlog. SpringBlog
provides this service too. Users can write their blogs, save them in an XML file with predefined tags, and
upload the file to a particular location on the server. SpringBlog will poll the folder regularly and import
them when new files are found.
Implementing SpringBlog
One of the best reasons for using Spring is that it makes designing and building an application using
traditional OOP practices much simpler. Moreover, recently Spring's maturity and comprehensive
feature set has made it a strong backbone for a JEE application. With Spring, you are free to design your
applications as you see fit and have Spring worry about wiring the different components together. Spring
Search WWH :
Custom Search
Previous Page
Spring Framework 3 Topic Index
Next Page
Spring Framework 3 Bookmarks
Home