- 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.
推薦閱讀
- Advanced Quantitative Finance with C++
- INSTANT OpenCV Starter
- Angular UI Development with PrimeNG
- Vue.js 2 and Bootstrap 4 Web Development
- Neo4j Essentials
- Getting Started with Gulp
- C語(yǔ)言程序設(shè)計(jì)
- 硅谷Python工程師面試指南:數(shù)據(jù)結(jié)構(gòu)、算法與系統(tǒng)設(shè)計(jì)
- Spring+Spring MVC+MyBatis從零開(kāi)始學(xué)
- Visual Basic 6.0程序設(shè)計(jì)實(shí)驗(yàn)教程
- Learning Bootstrap 4(Second Edition)
- Python數(shù)據(jù)預(yù)處理技術(shù)與實(shí)踐
- Koa與Node.js開(kāi)發(fā)實(shí)戰(zhàn)
- Thymeleaf 3完全手冊(cè)
- Getting Started with Backbone Marionette