November 2016
Intermediate to advanced
944 pages
21h 1m
English
In this chapter, we added two controllers, the PictureUploadController, which is in charge of writing uploaded files to the disk and handling upload errors, and the SearchController that can search tweets from a list of keywords with matrix parameters.
This controller then delegates the search to a new service, SearchService.
We deleted the old TweetController.
We created a session bean, UserProfileSession, to store the information about our user.
Finally, we added two things to WebConfiguration. We added the error pages for our Servlet container and support for matrix variables.

On the resources side, we added a picture representing ...
Read now
Unlock full access