๐ Run Your Maven Build Anywhere with the Maven Wrapper
https://reflectoring.io/maven-wrapper/
โก๏ธ @JavaLearnZone
https://reflectoring.io/maven-wrapper/
โก๏ธ @JavaLearnZone
reflectoring.io
Run Your Maven Build Anywhere with the Maven Wrapper
A short article about Maven Wrapper - what problem it solves, how to set it up, and how it works
๐ Java Based Akka application Part 1: Your base Project
//www.javacodegeeks.com/2020/10/java-based-akka-application-part-1-your-base-project.html
โก๏ธ @JavaLearnZone
//www.javacodegeeks.com/2020/10/java-based-akka-application-part-1-your-base-project.html
โก๏ธ @JavaLearnZone
Java Code Geeks
Java Based Akka application Part 1: Your base Project - Java Code Geeks - 2023
Akka is a free, open-source toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM. Along
๐ Kicking the Tires of Jakarta EE 9 with Payara
//www.javacodegeeks.com/2020/10/kicking-the-tires-of-jakarta-ee-9-with-payara.html
โก๏ธ @JavaLearnZone
//www.javacodegeeks.com/2020/10/kicking-the-tires-of-jakarta-ee-9-with-payara.html
โก๏ธ @JavaLearnZone
Java Code Geeks
Kicking the Tires of Jakarta EE 9 with Payara | Java Code Geeks - 2020
We've been hearing all about it. Jakarta EE 9 will be released in November 2020. The Jakarta EE working group and community have been working hard to
๐ Start a Java app without installing it
//www.javacodegeeks.com/2020/10/start-a-java-app-without-installing-it.html
โก๏ธ @JavaLearnZone
//www.javacodegeeks.com/2020/10/start-a-java-app-without-installing-it.html
โก๏ธ @JavaLearnZone
Java Code Geeks
Start a Java app without installing it | Java Code Geeks - 2020
This article describes how you can use JShell to download and execute a Java application. It will eliminate the need for the installation of the
๐ Run method on Spring Boot startup
//www.javacodegeeks.com/2020/10/run-method-on-spring-boot-startup.html
โก๏ธ @JavaLearnZone
//www.javacodegeeks.com/2020/10/run-method-on-spring-boot-startup.html
โก๏ธ @JavaLearnZone
Java Code Geeks
Run method on Spring Boot startup - Java Code Geeks - 2023
While developing a spring boot application, sometimes we need to run a method or a piece of code at startup. This code can be anything ranging from,
๐ Parsing Command-Line Parameters with Airline
https://www.baeldung.com/java-airline
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-airline
โก๏ธ @JavaLearnZone
Baeldung
Parsing Command-Line Parameters with Airline | Baeldung
Learn how to parse command-line parameters with Airline
๐ How to Read a Large File Efficiently with Java
https://www.baeldung.com/java-read-lines-large-file
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-read-lines-large-file
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
How to Read a Large File Efficiently with Java | Baeldung
Learn how to process lines in a large file efficiently with Java - no need to store everything in memory.
๐ Solve the facility location problem
//www.javacodegeeks.com/2020/10/solve-the-facility-location-problem.html
โก๏ธ @JavaLearnZone
//www.javacodegeeks.com/2020/10/solve-the-facility-location-problem.html
โก๏ธ @JavaLearnZone
Java Code Geeks
Solve the facility location problem - Java Code Geeks - 2021
We have created a new quickstart that extends OptaPlanner use case portfolio with the facility location problem and also demonstrates building a
๐ ClassNotFoundException vs NoClassDefFoundError
https://www.baeldung.com/java-classnotfoundexception-and-noclassdeffounderror
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-classnotfoundexception-and-noclassdeffounderror
โก๏ธ @JavaLearnZone
Baeldung
ClassNotFoundException vs NoClassDefFoundError | Baeldung
Learn about the differences between ClassNotFoundException and NoClassDefFoundError.
๐ Converting between an Array and a List in Java
https://www.baeldung.com/convert-array-to-list-and-list-to-array
โก๏ธ @JavaLearnZone
https://www.baeldung.com/convert-array-to-list-and-list-to-array
โก๏ธ @JavaLearnZone
Baeldung
Converting Between an Array and a List in Java Baeldung
How to Convert between an Array and a List Using plain Java, Guava or Apache Commons Collections.
๐ Foreign Memory Access API in Java 14
https://www.baeldung.com/java-foreign-memory-access
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-foreign-memory-access
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
Foreign Function and Memory API in Java | Baeldung
Java 14 brings in a new API to wrap accessing memory managed outside of the JVM. Here we explore the need for the API and how it works.
๐ Guide to the java.util.Arrays Class
https://www.baeldung.com/java-util-arrays
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-util-arrays
โก๏ธ @JavaLearnZone
Baeldung
Guide to the java.util.Arrays Class | Baeldung
Learn what features java.util.Arrays has, including what's new from Java 8