This post demonstrates how to create the Jar file manifest.
Kotlin – How to use your Kotlin library in Java Maven projects
This post demonstrates how to use a Maven dependency written in Kotlin in a Java Maven project.
Maven – Create an executable jar
This post demonstrates how to create an executable in Apache Maven using maven-shade-plugin plugin.
Java – Run application without classpath using Extension Mechanism
In Java, it is possible to “extend” your currently installed JRE in a way that your classes are loaded automatically thereby removing the need to specify them in the classpath. This is done using Java’s Extension Mechanism. [wp_ad_camp_1] Below is
Reuse JPA entity classes from a Jar file
Background [wp_ad_camp_1] Let’s say you had your application in one single Maven project as a prototype and decided to finalize the functionality into a finished (or almost, e.g., Alpha or Beta version) product. When you have JPA entities and you
How to create MD5 checksum for Jar Files using Apache Ant
Background This article demonstrates how to create an MD5 checksums for jar files using Ant. This is useful to verify if correct jar files have been used to deploy in some environment by other team, e.g., SQA. [wp_ad_camp_1] Software Environment