1. 程式人生 > >Spring要點總結

Spring要點總結

let cati 總結 框架 切面 als ati inversion 主頁

一、介紹

  Spring是一個開源的、一站式的、輕量級、服務層框架。

二、特點

  1.一站式

  2.輕量級

三、核心

  1.控制反轉(Inversion of Control,IoC)

  2.面向切面編程(Aspect Oriented Programming,AOP)

四、使用步驟

  (.....1.在配置文件中,通過屬性、構造器,配置Bean,主頁socpe屬性(singletion、prototype、request、session、globalsession)

    2.使用註解的方式配置Bean.....)

  1.創建ApplicationContext對象

  2.從上下文對象中獲取Bean

Spring要點總結