I have IntelliJ IDEA 11 and I added the Spring facet (checking all boxes) so now I have a lot of libraries in the module. However, is this all I need? Does Spring depend on Java EE 6 implementations such as Glassfish or JBoss? Or is Spring all I need?
Share
Spring is not Java EE; Spring (and its dependencies) are all you need.