Below you will find pages that utilize the taxonomy term “tomee”
Javaee
Developing Java EE Applications With TomEE and NetBeans
Introduction I’ve found that one of the most productive ways of developing Java EE applications is by using NetBeans and the TomEE application server. For those of you that haven’t used TomEE before, it’s a Java EE 6 Web Profile certified stack that sits on top of Apache Tomcat.
As TomEE is Java EE 6 web profile certified, it supports the following technologies (all via Apache products) out of the box:
Microprofile
Using The MicroProfile Configuration Api With TomEE
The MicroProfile Configuration Api provides an easy programming interface allowing developers to inject configuration into Java applications using CDI from a variety of sources, (for example, environment variables or system properties).
In this video, David Salter showcases how to use the Configuration Api, deploying a sample application to Apache TomEE.