π The βCannot find symbolβ Compilation Error
https://www.baeldung.com/java-cannot-find-symbol-error
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-cannot-find-symbol-error
β‘οΈ @JavaLearnZone
Baeldung
The "Cannot find symbol" Compilation Error | Baeldung
Review what compilation errors are, and then specifically explain what the "cannot find symbol" error is and how it's caused.
π 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.