- 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.
- Java逍遙游記
- Python快樂編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- 單片機(jī)C語言程序設(shè)計(jì)實(shí)訓(xùn)100例:基于STC8051+Proteus仿真與實(shí)戰(zhàn)
- Python爬蟲開發(fā)與項(xiàng)目實(shí)戰(zhàn)
- 信息安全技術(shù)
- C++ 從入門到項(xiàng)目實(shí)踐(超值版)
- ASP.NET程序設(shè)計(jì)教程
- HTML5 APP開發(fā)從入門到精通(微課精編版)
- Learning Continuous Integration with TeamCity
- Learning Docker Networking
- 區(qū)塊鏈國產(chǎn)化實(shí)踐指南:基于Fabric 2.0
- 貫通Tomcat開發(fā)
- 算法圖解
- LabVIEW數(shù)據(jù)采集
- WCF全面解析