img
There are two user roles within the application, namely, a user (ROLE_USER) and an
·
admin (ROLE_ADMIN).
Users with the user role (ROLE_USER) assigned can perform the following actions:
·
Post a blog entry or comment on an existing entry
·
Edit a blog entry or comment they have created
·
Users with the admin role (ROLE_ADMIN) assigned can perform the following
·
actions:
View audit data
·
Perform user maintenance
·
Viewing Blog Entries
An obvious requirement for any blog system is that it can display blog entries to users. As Figure 3-2
shows, the SpringBlog application displays all postings to the blog on the home page, in reverse
chronological order. The blog entries will be displayed in table format.
Figure 3-2. Viewing recent blog entries
Search WWH :
Custom Search
Previous Page
Spring Framework 3 Topic Index
Next Page
Spring Framework 3 Bookmarks
Home