Web框架的前生今世--从Servlet到Spring mvc到Spring boot
然后controller
总结: 1.servlet的本质没有变化,从web框架的发展来看,web框架只是简化了开发servlet的工作,但还是遵循servlet规范的发展而发展的。 2.servlet的历史发展,从配置方式向编程方式到自动配置方式发展 3.spring mvc框架的分组:root和child(可以有多个dispatcherservlet),多个child可以共享root,child直接不共享 参考文献: 【1】https://en.wikipedia.org/wiki/Web_container 【2】https://baike.baidu.com/item/servlet/477555?fr=aladdin 【3】https://www.javatpoint.com/servlet-tutorial 【4】https://www.journaldev.com/1854/java-web-application-tutorial-for-beginners#deployment-descriptor 【5】https://blog.csdn.net/qq_22075041/article/details/78692780 【6】http://www.mkyong.com/spring-mvc/gradle-spring-mvc-web-project-example/ 【7】http://www.mkyong.com/spring-boot/spring-boot-hello-world-example-jsp/
(编辑:晋中站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |