O.S. WIN 8

Eclipse: luna

文章標籤

Codeless 發表在 痞客邦 留言(0) 人氣()

O.S. Windows 8

Eclipse Luna

文章標籤

Codeless 發表在 痞客邦 留言(0) 人氣()

針對不同Annotation提供了一些說明

@BeforeClass :- Run only 1 time before all the test cases of class. Can be used to initialize resources.

Codeless 發表在 痞客邦 留言(0) 人氣()

作業環境:

O.S.: Windows 7

Codeless 發表在 痞客邦 留言(0) 人氣()

建立一個web專案archetypeArtifactId改為maven-archetype-webapp

mvn archetype:generate -DgroupId=com.example.Maven -DartifactId=HelloMaven -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false

Codeless 發表在 痞客邦 留言(0) 人氣()

作業環境:

O.S.: Windows 8

Codeless 發表在 痞客邦 留言(2) 人氣()

Spging mvc 可以針對簡單的form去處理(結合JSTL)。

web.xml

Codeless 發表在 痞客邦 留言(0) 人氣()

安裝環境

O.S.:Win7

Codeless 發表在 痞客邦 留言(0) 人氣()

Spting2.5後就可以使用Annotation的部分,在使用上面(較容易)可以取代原先XML的設定,但若是遇上Annotation和XML衝突的時候,則會以XML為主。

  • Required (可使用在setter上)

Customer.java

Codeless 發表在 痞客邦 留言(0) 人氣()

Auto-wiring

config設定中autowire屬性可以依據當時的的狀況(no(預設)、byName、byType、constructor、autodetect)去自動綁定,而不需要去大量去撰寫的程式碼。

Codeless 發表在 痞客邦 留言(0) 人氣()

1 23