- Spring 5 Design Patterns
- Dinesh Rajput
- 104字
- 2021-07-08 09:59:29
Spring web MVC
Spring provides a web and remote module for the enterprise web application. This module helps build highly flexible web applications, leveraging the complete benefits of the Spring IOC container. This module of Spring uses the patterns such as the MVC architectural pattern, Front Controller pattern, and the DispatcherServlet Pattern, and it seamlessly integrates with the servlet API. The Spring web module is very pluggable and flexible. We can add any of the view technologies, such as JSP, FreeMarker, Velocity, and so on. We can also integrate it with other frameworks, such as Struts, Webwork, and JSF, using spring IOC and DI.
推薦閱讀
- Java語言程序設計
- JavaScript從入門到精通(微視頻精編版)
- Python for Secret Agents:Volume II
- LabVIEW入門與實戰開發100例
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- Learning Neo4j 3.x(Second Edition)
- 程序是怎樣跑起來的(第3版)
- Spring Boot進階:原理、實戰與面試題分析
- 青少年學Python(第1冊)
- C語言程序設計實驗指導 (第2版)
- Learning Docker Networking
- 動手打造深度學習框架
- 算法圖解
- 30天學通C#項目案例開發