Spring 3 hello world example

This tutorial shows you how to create a simple hello world example in Spring 3.0.
Technologies used in this article :

  • Spring 3.0.5.RELEASE
  • Maven 3.0.3
  • Eclipse 3.6
  • JDK 1.6.0.13

P.S
Spring 3.0, at least JDK 1.5 is required to work.

Spring 3.0 dependencies
In Spring 2.5.x, almost the entire Spring modules are grouped into a single spring.jar file. Since Spring 3.0, every modules are split into an individual jar file, for example, spring-core, spring-expression, spring-context, spring-aop and etc.

1. Generate project structure with Maven

Issue below Maven command to create a standard Java project structure.

mvn archetype:generate -DgroupId=com.mkyong.core -DartifactId=Spring3Example -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false

2. Convert to Eclipse project

Convert Maven style project to Eclipse’s style project, and import into Eclipse IDE.`

mvn eclipse:eclipse

2. Add Spring 3.0 dependency

Add the Spring 3.0 dependencies listed below in Maven’s pom.xml file. The Spring dependencies are available for download via Maven central repository.

File : pom.xml

<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.mkyong.core</groupId>
    <artifactId>Spring3Example</artifactId>
    <packaging>jar</packaging>
    <version>1.0-SNAPSHOT</version>
    <name>Spring3Example</name>
    <url>http://maven.apache.org</url>
    <properties>
        <spring.version>3.0.5.RELEASE</spring.version>
    </properties>
    <dependencies>
        <!-- Spring 3 dependencies -->
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
            <version>${spring.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <version>${spring.version}</version>
        </dependency>
    </dependencies>
</project>

3. Spring bean

A simple Spring bean.

package com.mkyong.core;

/** * Spring bean * */
public class HelloWorld { 
    private String name; 
    public void setName(String name) { 
        this.name = name; 
    } 
    public void printHello() { 
        System.out.println("Spring 3 : Hello ! " + name); 
    }
}

4. Spring bean configuration file

Create a Spring configuration file, and declare all the available Spring beans.

File : SpringBeans.xml

<?xml version="1.0"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
    <bean id="helloBean" class="com.mkyong.core.HelloWorld">
        <property name="name" value="Mkyong" />
    </bean>
</beans>

5. Review project structure

Review directory structure as follows


Spring3-hello-world-example.png

6. Run It

Run it.

package com.mkyong.core;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class App { 
    public static void main(String[] args) { 
        ApplicationContext context = new ClassPathXmlApplicationContext( "SpringBeans.xml");  
        HelloWorld obj = (HelloWorld) context.getBean("helloBean");  
        obj.printHello(); 
    }
}

7. Output

Spring 3 : Hello ! Mkyong
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末咐蚯,一起剝皮案震驚了整個(gè)濱河市灸促,隨后出現(xiàn)的幾起案子叛拷,更是在濱河造成了極大的恐慌准给,老刑警劉巖盗冷,帶你破解...
    沈念sama閱讀 206,723評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件均澳,死亡現(xiàn)場離奇詭異曲掰,居然都是意外死亡蛔琅,警方通過查閱死者的電腦和手機(jī)胎许,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,485評論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人辜窑,你說我怎么就攤上這事钩述。” “怎么了穆碎?”我有些...
    開封第一講書人閱讀 152,998評論 0 344
  • 文/不壞的土叔 我叫張陵牙勘,是天一觀的道長。 經(jīng)常有香客問我所禀,道長方面,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 55,323評論 1 279
  • 正文 為了忘掉前任色徘,我火速辦了婚禮恭金,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘褂策。我一直安慰自己横腿,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,355評論 5 374
  • 文/花漫 我一把揭開白布辙培。 她就那樣靜靜地躺著蔑水,像睡著了一般。 火紅的嫁衣襯著肌膚如雪扬蕊。 梳的紋絲不亂的頭發(fā)上搀别,一...
    開封第一講書人閱讀 49,079評論 1 285
  • 那天,我揣著相機(jī)與錄音尾抑,去河邊找鬼歇父。 笑死,一個(gè)胖子當(dāng)著我的面吹牛再愈,可吹牛的內(nèi)容都是我干的榜苫。 我是一名探鬼主播,決...
    沈念sama閱讀 38,389評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼翎冲,長吁一口氣:“原來是場噩夢啊……” “哼垂睬!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起抗悍,我...
    開封第一講書人閱讀 37,019評論 0 259
  • 序言:老撾萬榮一對情侶失蹤驹饺,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后缴渊,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體赏壹,經(jīng)...
    沈念sama閱讀 43,519評論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,971評論 2 325
  • 正文 我和宋清朗相戀三年衔沼,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了蝌借。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片昔瞧。...
    茶點(diǎn)故事閱讀 38,100評論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡,死狀恐怖菩佑,靈堂內(nèi)的尸體忽然破棺而出自晰,到底是詐尸還是另有隱情,我是刑警寧澤擎鸠,帶...
    沈念sama閱讀 33,738評論 4 324
  • 正文 年R本政府宣布缀磕,位于F島的核電站,受9級特大地震影響劣光,放射性物質(zhì)發(fā)生泄漏袜蚕。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,293評論 3 307
  • 文/蒙蒙 一绢涡、第九天 我趴在偏房一處隱蔽的房頂上張望牲剃。 院中可真熱鬧,春花似錦雄可、人聲如沸凿傅。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,289評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽聪舒。三九已至,卻和暖如春虐急,著一層夾襖步出監(jiān)牢的瞬間箱残,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,517評論 1 262
  • 我被黑心中介騙來泰國打工止吁, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留被辑,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 45,547評論 2 354
  • 正文 我出身青樓敬惦,卻偏偏與公主長得像盼理,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個(gè)殘疾皇子俄删,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,834評論 2 345

推薦閱讀更多精彩內(nèi)容