- Spring Essentials
- Shameer Kunjumohamed Hamidreza Sattari
- 254字
- 2021-07-16 13:05:49
Chapter 2. Building the Web Layer with Spring Web MVC
Web application development is a major focus area for enterprise systems. In this age of cloud and big data, web applications are under a tremendous load of an ever-increasing number of concurrent users accessing them from multiple devices such as mobiles and tablets, as well as traditional desktop web browsers. Modern web applications have to address a newer set of nonfunctional requirements, such as scalability, performance, productivity, responsiveness, and multi-device support.
Spring MVC is a web framework from Spring, perfectly built from the ground up to address the concerns of modern web applications. A lightweight and high-performance web framework, Spring MVC is designed to be highly productive from day one, flexible, and adaptable with a wide variety of view technologies. Sitting on top of the mighty Spring Framework, it integrates well with all Java EE technologies and other open source frameworks. Just like any technology under the Spring portfolio, Spring MVC also promotes POJO programming with the help of a well-defined set of annotations, namespace XML tags, and web-support components.
This chapter introduces Spring MVC and its powerful features to you, describes how to set it up, and guides you on its advanced usages, configurations, and optimizations with relevant examples. We will mostly use annotations in these examples for simplicity. At the end of this chapter, you will be able to build web applications with Spring MVC that have HTML-based user interfaces as well as RESTful APIs with JSON and XML formats.
- DevOps:軟件架構師行動指南
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Java異步編程實戰
- 零基礎玩轉區塊鏈
- Building Mapping Applications with QGIS
- Python Data Analysis(Second Edition)
- C程序設計案例教程
- 量化金融R語言高級教程
- Getting Started with Greenplum for Big Data Analytics
- Python Data Structures and Algorithms
- C#程序設計教程(第3版)
- Julia for Data Science
- JSP程序設計與案例實戰(慕課版)
- Spring Data JPA從入門到精通
- Extending Docker