ドメイン駆動開発道

ドメイン駆動開発を実践できず、悶々とする毎日を送るおやじSEのブログです。

開発環境

これから実装を行っていくにあたり、環境を記しておきます。
使用するライブラリは順次追加していくつもりです。

JDK: Java SE 6 update31
Tomcat:Tomcat 6.0.35
開発ツール:Spring Tool Suite(STS) 3.0.0

Maven Dependenciesライブラリ:

No. GroupID Artifact ID Version Scope 説明
1 org.springframework spring-context 3.1.1.RELEASE compile Spring Context
2 org.springframework spring-webmvc 3.1.1.RELEASE compile Spring MVC
3