In dieser Kategorie werden Artikel gesammelt, welche sich mit den Themen Java, Groovy und Ant beschäftigen.
Zertifikat über Keystore nutzen
echo |\ openssl s_client -connect ${REMHOST}:${REMPORT} 2>&1 |\ sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' \ > /certificate.cer weiterlesen... keytool -keystore /lib/security/cacerts \ -import -alias certificate \ -file /certificate.cer // Path to…
Servlets and JSP Pages Best Practices
Servlets and JSP Pages Best Practices Java Webapps Tutorial JSP Scopes Introduction to JSP
Nashorn JavaScript Engine
JEP 372: Remove the Nashorn JavaScript Engine Migration Guide from Nashorn to GraalVM JavaScript It’s time to move your applications to Java 17
Seiten generieren
"JBake is a Java based, open source, static site/blog generator for developers & designers"
Java-Anwendung verteilen
"jDeploy allows Java developers to deploy desktop applications as native bundles on Macintosh, Windows, and Linux." siehe jDeploy Developer Guide