문제

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