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