In dieser Kategorie werden Artikel gesammelt, welche sich mit den Themen Java, Groovy und Ant beschäftigen.
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 Java Webapps Tutorial JSP Scopes Introduction to JSP
JEP 372: Remove the Nashorn JavaScript Engine Migration Guide from Nashorn to GraalVM JavaScript It’s time to move your applications to Java 17
"JBake is a Java based, open source, static site/blog generator for developers & designers"
"jDeploy allows Java developers to deploy desktop applications as native bundles on Macintosh, Windows, and Linux." siehe jDeploy Developer Guide
About the Implicit Objects of the Unified Expression Language, the Java EE 5 Tutorial writes: The pageContext for the JSP page. Provides access to various objects including: servletContext: The context…
Collection erhalten: Set x = findByTop(id); return x.stream() .filter(r -> r.getBottomOtyp() == otyp) .collect(Collectors.toSet()); Collection verkleinern: Set x = findByTop(id); x.removeIf(r -> (r.getBottomOtyp() != otyp)); return x; weitere Beispiele: set.stream().findFirst().orElse(null)…
Repository redhat-developer/vscode-java auf Github mit Wiki/Troubleshooting.