I have a small Java2EE application, which is planning to grow in time (not very soon). Now I’m trying to select the optimal free open-source production environment for it. I have two variants so far:
- GlassFish v3
- Tomcat + OpenEJB
The second variants looks more lightweight for me, moreover I use embedded OpenEJB for automated testing. What would you recommend for me? Am I going the right way?
It turned out that Tomcat+OpenEJB (with OpenJPA) is much easy-to-configure variant than GlassFish. Especially in a test-intensive project, like mine.