vor einem Jahr
Trickery with Maven and Multi-Release JARs
Recently, I came across deprecation warnings in the GMavenPlus-Maven-Plugin (gplus-maven-plugin). Here’s how I solved it by putting a Java 8-bytecode ...
vor einem Jahr
Why you should avoid if-else in your code
if/else statements are one of the most used statements of almost every programming language. Whenever you create new source files, a few methods you ...
vor einem Jahr
Die beste Alternative zu in Java
Falls Du Thread.sleep() entweder in Deinem Java-Code or Unit-Test verewndest, gibt ein Artikel von Marcio Endo wertvolle Tipps. Allerdings denke ich, ...
vor einem Jahr
The best alternative to in Java
In case you use Thread.sleep() in either your Java code or your unit tests, an article by Marcio Endo has you covered. However, I think two ...
vor 2 Jahren
Set up caff with MTA correctly
In my GnuPG article about how to attend a PGP signing party I explained how to set up caff using SMTP (Simple Mail Transfer Protocol). However, using ...
vor 2 Jahren
Apache Shiro: JWT Realm with JJWT
In this tutorial you will learn how to secure your JAX-RS endpoints using Apache Shiro and JSON Web Tokens (JWT). Prerequisites: Make sure you ...
vor 3 Jahren
GMX Login mit GMail nutzen
Table of Contents Gründe von GMX auf GMail umzusteigen GMX Freemail per GMailify nutzen Anleitung für GMX Login und GMailify GMX Freemail direkt in ...
vor 3 Jahren
JBake-Author template released
Table of Contents Using the JBake-Author template Yesterday I released my new blog template. My blog is now built using: Apache Maven as the ...
vor 3 Jahren
Apache Shiro 1.9.0 released
Table of Contents General Announcement of Apache Shiro 1.9.0 Changes to the build system in Apache Shiro 1.9.0 [SHIRO-845] - Dependencies for ...
vor 3 Jahren
13 tips for securing OpenLiberty
This article covers 13 tips I collected on how to make OpenLiberty a bit more secure. Some tips may refer to making your Java Runtime more secure, ...