Commit
6dcb3f0169232728f4f9aac50305c51eae03d02d
by acdomingueztsk34 Adds rest resource to create a new story by a logged user
Adds a new REST method to adds a story by a logged user and adds the
corresponding tests and xml databases to checks the functionality. Also,
modifies the web.xml to adds support to POST method in REST. Finally,
modifies service method to creates a story with a null publication date.