Spring初學筆記

2021-08-30 20:34:21 字數 864 閱讀 3229

[b]依賴注入:[/b]

1. 構造器注入

配置檔案(放classpath根目錄下)

<?xml version="1.0" encoding="utf-8"?>

介面

package org.spring.service;

public inte***ce personservice

imp實現類

package org.spring.imp;

import org.spring.service.personservice;

public class personserviceimp implements personservice

}

junit測試

2.靜態工廠方法方式

靜態工廠方法(有statice關鍵字)

package org.spring.unit;

public class personservicefactory

}

bean配置

3.工廠方法方式

工廠方法

public personservice createpersonservice2()

bean配置

初學DWR 結合Spring

dwr2.0.5版本結合spring2.5.5 官方參考文件 1.配置web.xml 跟原先差不多,只是標籤servlet class的變化 org.directwebremoting.spring.dwrspringservlet2.配置spring的xml檔案 配置名字空間 the config...

spring web flow初學筆記

最近在看spring in action 2nd,學到spring web flow,記了一些筆記 1 怎樣開始乙個web flow,片斷如下 注意紅色部分 flowid pizzaorder flow gotoflow 前提是你已經配置好了乙個spring web flow 其中pizzaorde...

Oracle 初學筆記

1 sql語句的分類 資料定義語言 ddl ddl語句可以定義資料庫物件,以及產生對oracle資料字典的更新。ddl語句可以建立 修改和刪除各種物件,例如表 檢視 儲存過程 資料庫觸發器 資料庫鏈結以及資料庫中幾十種其他的物件。資料操縱語言 dml dml使用insert update delet...