Java EE without Application Server

Posted by deamon on Stack Overflow See other posts from Stack Overflow or by deamon
Published on 2010-03-25T15:32:40Z Indexed on 2010/03/26 12:33 UTC
Read the original article Hit count: 409

Filed under:
|
|
|
|

Since EJB 3 we have embeddable EJB containers, JPA implementations can be used without an application server, there is Weld for contexts and dependency injection and so on. Since on many systems is only Tomcat available, I wonder, if Java EE could be used without an application server but with a Servlet container like Tomcat.

What would I have to do to set up an Java environment? What drawbacks do you see?

© Stack Overflow or respective owner

Related posts about java-ee

Related posts about java