Commit
cfd37e2dc649436c93fc73a5c5fdbeefbd631856
by jpsilva17Adds visits
In Story entity adds function to inserts visits in each Story to shows
the stories with more visits. Fixes jsf redirection from index.html to
index.xhtml. In StoryEJB modifies getById() method. Now when the story
is visits, the visit is adds. In REST this same method is uses.