简体   繁体   中英

What is needed for Spring to be installed?

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?

Spring is not Java EE; Spring (and its dependencies) are all you need.

Spring有自己的更好的EJB替代品,可以运行tomcat,因为spring和jta可以处理spring.So你只需要在类路径中添加spring jar。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM