TomEE 7.0.2 Full--Docker Smoke Test

TomEE 7.0.2 Plus (=everything, Java EE 7 full profile, not certified) works well on docker:

  1. 59 MB zip download
  2. Installation is a one-liner in Dockerfile (curl + unzip)
  3. Thin-WAR deployment is supported, what results in fast docker builds (~100ms) and tiny docker images. A single ping.war image takes 9.85 kB on disk
  4. Lightning fast docker image startup: Server startup in 1790 ms (ping WAR deployment included)
  5. Memory footprint is negligible
TomEE 7.0.2 Dockerfiles are available from docklands. Docker images can be directly downloaded from: hub.docker.com/u/airhacks and started with e.g. docker run -d -p 8080:8080 --name tomee-ping airhacks/tomee-ping.

TomEE is production-ready--commercial support is available.

See you at Java EE Workshops at Munich Airport, Terminal and particularly at Java EE 7 Microservices. Is MUC too far? Checkout: javaeemicro.services

Comments:

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