This week we set up a developoment environment on a new PC for a JavaEE project using Tomcat 8.5 (we downloaded the recently released version 8.5.49 to be specific). We started up the IDE, deployed the WAR on a Tomcat server and… mehr
Das Container-Management System Docker ist ganz praktisch, um Dienste und Applikationen in einer kontrollierten und isolierten Umgebung laufen zu lassen. In vielen Situationen ist es außerdem hilfreich, Verzeichnisse in einem Docker Container auf ein lokales Verzeichnis mappen zu können. Speziell in Entwicklungs-Umgebungen,… mehr
This article describes how to bundle a database driver and the datasource configuration into an enterprise archive (EAR). In my case I used WildFly 15 and MariaDB JDBC Client as the database driver for MySQL. The Java MySQL JDBC driver is under the GPL… mehr