java webmvc学习资料
时间: 2023-10-04 18:09:20 浏览: 128
以下是一些Java Web MVC框架的学习资料:
1. Spring MVC官方文档:https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/web.html
2. Struts2官方文档:https://struts.apache.org/docs/home.html
3. Play Framework官方文档:https://www.playframework.com/documentation/2.8.x/Home
4. JavaServer Faces官方文档:https://javaee.github.io/javaserverfaces-spec/
5. Vaadin框架官方文档:https://vaadin.com/docs/v14/flow/introduction.html
6. Thymeleaf官方文档:https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html
这些资料可以帮助你了解Java Web MVC框架的基本原理和使用方式。由于每个框架的实现方式都不同,建议你根据自己的需求选择一个适合自己的框架,并深入学习该框架的相关资料。
阅读全文