December 2016
Intermediate to advanced
492 pages
12h 41m
English
CHAPTER 6
![]()
Spring Web
In previous chapters, multilayered style projects were depicted. On top of the service layer was always the presentation layer, or the Web layer. This layer is the top layer of an application, and its main function is to translate user actions into commands that lower-level layers can understand and transform results from them into user-understandable data. Web applications can be accessed using clients such as browsers or specific applications that can interpret correctly the interface provided by the application such as mobile applications. So far in this book, only Spring components specific to lower-level layers have ...
Read now
Unlock full access