🆕 New Java/JavaFX Library FXSkins Released
//www.javacodegeeks.com/2021/03/new-java-javafx-library-fxskins-released.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/03/new-java-javafx-library-fxskins-released.html
➡️ @JavaLearnZone
Java Code Geeks
New Java/JavaFX Library FXSkins Released
Interested to learn about JavaFX Library? Check our article talking about the JavaFX Library FXSkins that were released.
🆕 Implementing equals(Object) with instanceof Pattern Matching
//www.javacodegeeks.com/2021/04/implementing-equalsobject-with-instanceof-pattern-matching.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/04/implementing-equalsobject-with-instanceof-pattern-matching.html
➡️ @JavaLearnZone
Java Code Geeks
Implementing equals(Object) with instanceof Pattern Matching | Java Code Geeks - 2021
Interested to learn about Pattern Matching? Check our article explaining how to Implement equals(Object) with instanceof Pattern Matching.
🆕 Batch solving an ActiveMQ queue that contains planning problem data sets in a scalable way
//www.javacodegeeks.com/2021/04/batch-solving-an-activemq-queue-that-contains-planning-problem-data-sets-in-a-scalable-way.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/04/batch-solving-an-activemq-queue-that-contains-planning-problem-data-sets-in-a-scalable-way.html
➡️ @JavaLearnZone
Java Code Geeks
Batch solving an ActiveMQ queue that contains planning problem data sets in a scalable way | Java Code Geeks - 2021
Interested to learn about data sets? Check our article explaining how to use a transactional ActiveMQ queue in front of a set of stateless OptaPlanner pods
📁 Working with Lazy Element Collections in JPA
https://www.baeldung.com/java-jpa-lazy-collections
➡️ @JavaLearnZone
https://www.baeldung.com/java-jpa-lazy-collections
➡️ @JavaLearnZone
Baeldung
Working with Lazy Element Collections in JPA | Baeldung
Learn how to work with lazy collection in JPA.
📁 Getting the Week Number From Any Date
https://www.baeldung.com/java-get-week-number
➡️ @JavaLearnZone
https://www.baeldung.com/java-get-week-number
➡️ @JavaLearnZone
Baeldung
Getting the Week Number From Any Date | Baeldung
Learn how to get the week number for a given date in Java.
📁 Keeping the Caller Busy
//www.javacodegeeks.com/2020/09/keeping-the-caller-busy.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2020/09/keeping-the-caller-busy.html
➡️ @JavaLearnZone
Java Code Geeks
Keeping the Caller Busy | Java Code Geeks - 2021
There are ways we could refactor the displayCart function, but consider a second what the caller is doing each time it wants to use the function. Consider