Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top