Spring MVC源碼精講

《Spring MVC源碼精講》是清華大學出版社於2022年出版的書籍,作者是王濤。

基本介紹

  • 中文名:Spring MVC源碼精講
  • 作者:王濤
  • 出版時間:2022年10月1日
  • 出版社:清華大學出版社
  • ISBN:9787302606482
  • 定價:79.90 元
內容簡介,目錄,

內容簡介

本書從搭建Spring MVC測試環境開始講解,具備充分的Spring MVC使用說明,並且對Spring MVC核心源碼進行分析。在Spring MVC開發過程中常用SpringXML模式和Spring註解模式,本書關於Spring MVC的用例說明大多數基於SpringXML模式。 本書內容包含Spring MVC中的九大核心組件的使用和源碼分析、Spring MVC中的註冊器分析和Spring MVC中常見的輔助接口分析,可以幫助讀者快速掌握Spring MVC框架的基本使用以及Spring MVC框架中常見接口的處理邏輯。 書中的源碼分析大部分情況下遵循測試用例優先,儘可能保證源碼可復現。 本書適合具有一定Java編程基礎的讀者、對Spring框架有基礎開發能力的讀者和對Spring Web開發有一定實踐經驗的讀者閱讀、參考。

目錄

第1章Spring MVC環境搭建
1.1源碼環境下搭建Spring MVC工程
1.2Spring MVC環境搭建中的其他問題小結
第2章Spring MVC容器初始化
2.1DispatcherServlet
2.1.1DispatcherServlet 靜態代碼塊分析
2.1.2DispatcherServlet構造函式分析
2.2HttpServletBean中init()方法分析
2.2.1FrameworkServlet 中 initServletBean()方法分析
2.2.2FrameworkServlet#configureAndRefreshWebApplicationContext()方法分析
2.2.3FrameworkServlet#findWebApplicationContext()方法分析
2.2.4FrameworkServlet#createWebApplicationContext()方法分析
2.2.5FrameworkServlet#onRefresh()方法分析
2.3Spring MVC常規啟動環境搭建
2.4ContextLoaderListener 分析
2.5DispatcherServlet#onRefresh()分析
2.6AbstractRefreshableApplicationContext#loadBeanDefinitions()的拓展

相關詞條

熱門詞條

聯絡我們