문제

If this is right Spring vs EJB. Can Spring replace EJB?.

My question: Is Spring a super set of App Server ?

If Spring(open source) is a container which is a good alternative of EJB container, then what is the use of app severs like WAS(read licensed),WebLogic(read open source) ? and if need web container, we can use tomcat5/6

assumption: tomcat 7 is not used as a app server in Prod env and one is good to go with Spring(rather than EJB)

도움이 되었습니까?

해결책

No, spring is not a super set of an application server. Spring relies on some kind of underlying server (something you can start/stop, like Tomcat, WebSphere, WebLogic, etc.), and for most practical purposes, Spring relies on that server having a servlet container, too.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top