Tomcat and Tomee
Join the DZone community and get the full member experience.
Join For Free
i got acquainted with apache tomee (http://tomee.apache.org) a while ago when asked to do a proof of concept for a web application. the vision for the application was: built on top of open source solutions, very scalable and capable of easy integration with legacy applications.
having been a member of the technical cabinet for the organization i work for, one of my concerns is always checking out the new trends for sw development. so, for the choice of the web server i did some digging and come across apache tomee.
tomcat is one of the most widely spread servers (even heroku provides it as the default container for java). but, up to tomee it didn’t cover the so craved ee features like jpa, ejb, cxf or jms. the plus side is that tomcat is as easy as it gets (at least for old java enthusiasts, who like xml config files!).
so i gave it a try:
resources like dbs are configured in tomeedir/conf/tomee.xml
java persistence properties are setup as expected on your
web-inf\classes\meta-inf\presistence.xml
ejbs and rest services work like a charm
that being said, it's possible to quickly put in place a simple architecture, with low demand for resources and highly scalable. (the other components weren’t picked by chance, but that would be another post j.)
share your thoughts/experience with tomee !
(as appears on my blog: http://filipebartolomeu.weebly.com/)
Apache Tomcat
Opinions expressed by DZone contributors are their own.
Trending
-
Five Java Books Beginners and Professionals Should Read
-
Step Into Serverless Computing
-
Turbocharge Ab Initio ETL Pipelines: Simple Tweaks for Maximum Performance Boost
-
What to Pay Attention to as Automation Upends the Developer Experience
Comments