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 ...
Get Pivotal Certified Professional Spring Developer Exam: A Study Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.