質問

I have been studying Java EE 6 and I want to ask, is Spring necessary when building Java EE 6? I learnt it is necessary in Java EE 5 but not in Java EE 6; is this true?

役に立ちましたか?

解決

Spring is not a specification of Java Enterprise Edition (Java EE). It is a framework. You can use a particular version of Spring depending upon the Java EE version. We use Spring3.0 on Java EE 5 but it can also be used on Java EE 6. There is nothing stopping you using Spring based on a Java EE version.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top