IntelliJ Java IDE
The moose likes Other Application Frameworks and the fly likes J2EE without an application Server? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "J2EE without an application Server?" Watch "J2EE without an application Server?" New topic
Author

J2EE without an application Server?

Romario Dominic
Greenhorn

Joined: Feb 27, 2006
Posts: 26
In what manner does Spring promote developing J2EE applications without an application Server?If it does then what is the future of application servers?

Thanks
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
You do not need an application server if Spring provides all the infrastructure services that you require for your application. If it does not, you can still use Spring inside an application server to take advantage of any of the framework features that may enhance productivity/maintainability.

Spring didn't set out to replace application servers. It just turned out that many applications didn�t really need an EJB container in the first place � and in other cases it was simply more productive to work against the Spring framework rather than the "naked" application server.


"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
 
 
subject: J2EE without an application Server?
 
Threads others viewed
Web server and application server
Servlet deployment problem
run j2ee server,please help!
res-sharing-scope in resouce-ref tag
Which is the best J2EE Server software?
MyEclipse, The Clear Choice