π Constrast DataWeave and Java mapping operations
//www.javacodegeeks.com/2020/11/constrast-dataweave-and-java-mapping-operations.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/11/constrast-dataweave-and-java-mapping-operations.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Constrast DataWeave and Java mapping operations | Java Code Geeks - 2020
Main points: DataWeave 2.0 provides mapping capabilitiesJava and DataWeave can achieve the same mappingsDataWeave mapping operator is less verbose than
π Kafka & Zookeeper for Development: Connecting Brokers to the Ensemble
//www.javacodegeeks.com/2020/11/kafka-zookeeper-for-development-connecting-brokers-to-the-ensemble.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/11/kafka-zookeeper-for-development-connecting-brokers-to-the-ensemble.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Kafka & Zookeeper for Development: Connecting Brokers to the Ensemble | Java Code Geeks - 2020
Previously we created successfully a Zookeeper ensemble, now itβs time to add some Kafka brokers that will connect to the ensemble and we shall execute
π Testing Expected Exceptions with JUnit 5
//www.javacodegeeks.com/2020/11/testing-expected-exceptions-with-junit-5.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/11/testing-expected-exceptions-with-junit-5.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Testing Expected Exceptions with JUnit 5 | Java Code Geeks - 2020
This post shows how to test for expected exceptions using JUnit 5. If you're still on JUnit 4, please check out my previous post. Let's start with the
π Locality-Sensitive Hashing in Java Using Java-LSH
https://www.baeldung.com/locality-sensitive-hashing
β‘οΈ @JavaLearnZone
https://www.baeldung.com/locality-sensitive-hashing
β‘οΈ @JavaLearnZone
Baeldung
Locality-Sensitive Hashing in Java Using Java-LSH | Baeldung
A quick and practical guide to applying the Locality-Sensitive Hashing algorithm in Java using the java-lsh library.
π OCP Certification β Advanced Java Class Design
https://www.baeldung.com/java-ocp-advanced-class-design
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-ocp-advanced-class-design
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
OCP Certification - Advanced Java Class Design | Baeldung
Learn some tips on common aspects of the OCP Certification exam.
π A Guide to the Java FileReader Class
https://www.baeldung.com/java-filereader
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-filereader
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
A Guide to the Java FileReader Class | Baeldung
Learn about the basic concepts of a Reader and how FileReader makes it simple to do read operations on text files though some examples.
π Getting the current Subversion Revision Number in Gradle
https://reflectoring.io/getting-svn-revision-in-gradle/
β‘οΈ @JavaLearnZone
https://reflectoring.io/getting-svn-revision-in-gradle/
β‘οΈ @JavaLearnZone
reflectoring.io
Getting the current Subversion Revision Number in Gradle
A tutorial showing how to use the subversion Revision number in a Gradle build.
π Differences Between Final, Finally and Finalize in Java
https://www.baeldung.com/java-final-finally-finalize
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-final-finally-finalize
β‘οΈ @JavaLearnZone
Baeldung
Differences between Final, Finally and Finalize in Java | Baeldung
Learn the difference between the Final, Finally and Finalize keywords in Java
π Java Compiler Error: illegal start of expression
https://www.baeldung.com/java-illegal-start-of-expression
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-illegal-start-of-expression
β‘οΈ @JavaLearnZone
Baeldung
Java Compiler Error: illegal start of expression | Baeldung
See examples that illustrate the main causes of the "illegal start of expression" error and how to fix it
π Light-Weight Concurrency in Java and Kotlin
https://www.baeldung.com/java-kotlin-lightweight-concurrency
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-kotlin-lightweight-concurrency
β‘οΈ @JavaLearnZone
Baeldung
Light-Weight Concurrency in Java and Kotlin | Baeldung
A comprehensive introduction to light-weight concurrency on JVM.
π Activiti Kickstart App and Activiti Rest Webapp
https://www.baeldung.com/activiti-kickstart-and-rest-apps
β‘οΈ @JavaLearnZone
https://www.baeldung.com/activiti-kickstart-and-rest-apps
β‘οΈ @JavaLearnZone
Baeldung
Activiti Kickstart App and Activiti Rest Webapp | Baeldung
Learn how Activiti's two apps, activiti-app and activiti-rest, can help you manage your processes more easily
π Join and Split Arrays and Collections in Java
https://www.baeldung.com/java-join-and-split
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-join-and-split
β‘οΈ @JavaLearnZone
Baeldung
Java - Join and Split Arrays and Collections | Baeldung
A quick article with many examples of joining and splitting arrays and collections using Java Stream API.