Git Product home page Git Product logo

book-spring's Introduction

Spring是一个开源的企业级Java开发框架,可以更容易的构建出Java应用, 并且可以根据应用开发的组件需要进行整合(容器:管理应用中使用的组件Bean、托管Bean的生命周期、事件与监听器的驱动), 它的核心是IOC和AOP,它的强大之处还体现在对事务的控制上。

在 SpringFramework 的框架编码中,如果有出现一个方法是 do 开头并且去掉 do 后能找到一个与剩余名称一样的方法, 则代表如下含义:不带 do 开头的方法一般负责前置校验处理、返回结果封装带 do 开头的方法是真正执行逻辑的方法 ( 如 getBean 方法的底层会调用 doGetBean 来真正的寻找 IOC 容器的 bean ,createBean 会调用 doCreateBean 来真正的创建一个 bean )。

Spring的模块划分

  • beans、core、context、expression 【核心包、容器】
  • aop【切面编程】
  • jdbc【整合jdbc】
  • orm【整合orm框架】
  • tx【事务控制】
  • web【web层技术】
  • test【整合测试】
  • ...

1. IOC 部分笔记

2. AOP 部分笔记

3. Spring-DAO 事务笔记

4. Spring-MVC 笔记

5. SpringBoot自动装配

6. Lifecycle

book-spring's People

Contributors

fangyuan33 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.