VirtualBox headless
vboxmanage list vms vboxmanage startvm VM-DEMO01 --type headless vboxmanage list runningvms
vboxmanage list vms vboxmanage startvm VM-DEMO01 --type headless vboxmanage list runningvms
jsonschema2pojo generates Java types from JSON Schema and can annotate those types for data-binding with Jackson 1.x, Jackson 2.x or Gson. This article indroduce some examples. JSON formatieren Gson gson…
Structurizr provides a programmatic approach to architectural definitions and visualizations based on the C4 Model.
JAR vom PlantUML lokal speichern. Im Menü "Sprachen" vom Notepad++ über "Eigene Sprache definierten..." die Definition (UDL) importieren. Neue Datei mit Endung "puml" abspeichern. Die Batch-Datei "pantuml.bat" zum JAR mit…
Johan Vos nennt Gründe für JavaFX und demonstriert JavaFX and Near Field Communication on the Raspberry Pi. Mit e(fx)clipse lassen sich fehlende Komponenten für JavaFX im Eclipse Neon einfach nachrüsten.…
https://tomcat.apache.org/tomcat-10.1-doc/cdi.html + OpenWebBeans in Tomcat 10+ + https://jakarta.ee/specifications pom.xml org.apache.openwebbeans openwebbeans-jsf 4.0.2 org.apache.openwebbeans openwebbeans-el22 4.0.2 /META-INF/context.xml /WEB-INF/web.xml (before Jakarta Faces) org.apache.webbeans.servlet.WebBeansConfigurationListener /WEB-INF/beans.xml (empty file, not in META-INF) Pavel Pscheidl wrote…