spring 笔记

来源:互联网 发布:java软件安装教程 编辑:程序博客网 时间:2024/06/06 08:52

一、spring介绍

  1. Dependency Injection and Inversion of Control(依赖注入和控制反转)
  2. Modules(模块介绍)

    • Core Container(核心容器):spring-core, spring-beans, spring-context, springcontext-support, and spring-expression
      • spring-core, spring-beans: provide the fundamental parts of the framework,
        including the IoC and Dependency Injection features
      • spring-context:为core,bean模块提供坚实基础
      • spring-context-support:整合支持第三方库到spring中,包括:caching缓存,mailing,scheduling调度,template engines模板
      • spring-expression:provides a powerful Expression Language for querying and
        manipulating an object graph at runtime。提供在运行时查询和操作对象图的强大的表达式语言
    • AOP and Instrumentation:切面编程
      • spring-aop:
      • spring-aspects:
      • spring-instrument:
    • Messaging
      • spring-messaging:
    • Data Access/Integration
      • spring-jdbc:
      • spring-tx:
      • spring-orm:
      • spring-oxm:
      • spring-jms:
    • Web

      • spring-web, spring-webmvc, spring-websocket, and springwebmvc-portlet modules.
    • Test

      • spring-test
  3. Dependency Management and Naming Conventions
    • Spring Dependencies and Depending on Spring
0 0
原创粉丝点击