Apache TomEE 7.0.0 Released--And Smoke Tested

Server Under Test: Apache TomEE 7.0.0-plus on Java 1.8.0_77-b03.

Version used: TomEE Plus:

"...Apache TomEE Plus delivers all that is in the Web Profile and JAX-RS, plus EJB Full, Java EE Connector Architecture, JMS and JAX-WS..."
  • Download: http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.0/apache-tomee-7.0.0-plus.zip
  • Download size: 50 MB (apache-tomee-7.0.0-plus.zip), the webprofile edition (apache-tomee-7.0.0-webprofile.zip) takes 35,5 MB.
  • Installation: unzip apache-tomee-7.0.0-plus.zip
  • HD size: 59 MB after installation, webprofile takes 42 MB
  • Start: apache-tomee-plus-7.0.0/bin/catalina.sh run
  • Server startup time: 568 ms
  • RAM consumption: < 30 Mb after deployment
  • Deployment: apache-tomee-plus-7.0.0/webapps curl -O -L https://github.com/AdamBien/server-smoke/releases/download/v0.0.1/server-smoke.war
  • Deployment duration: 1,304 ms seconds
  • Test: open browser, http://localhost:8080/server-smoke/, push the button 'Please don't smoke'
  • Admin console: http://localhost:8080
  • TomEE is a small and fast server with decent Java EE 7 support (however it is not formally certified). TomEE is based on Tomcat and comes with comparable footprint. The fully loaded "plus" edition is only ~17 MB larger (download and disk size), than the stripped down webprofile download.

    Commercial support is available for TomEE directly from tomitribe -- the source.

    Another capable microservices runtime.

    This blog is running on TomEE without any issues for years.

    Tested with: Server Smoke. TomEE Dockerfile is also available from docklands.

    See you at Java EE Workshops at Munich Airport, Terminal 2 or Virtual Dedicated Workshops / consulting. Is Munich's airport too far? Learn from home: airhacks.io.

    Comments:

    Hello. I tried what you said, had to specify in TomEE to use jdk 8 instead of JDK 7 and the test says Everything works when i click on the button.
    But I get this message "No message body writer has been found for class org.apache.johnzon.core.JsonObjectImpl, ContentType: text/html" when i click on the link "Get the results via JSON" (http://localhost:8080/server-smoke/resources/alert)

    Posted by Erwan Leroux on June 02, 2016 at 01:56 PM CEST #

    Post a Comment:
    • HTML Syntax: NOT allowed
    ...the last 150 posts
    ...the last 10 comments
    License