π Generating PDF Files Using Thymeleaf
https://www.baeldung.com/thymeleaf-generate-pdf
β‘οΈ @JavaLearnZone
https://www.baeldung.com/thymeleaf-generate-pdf
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Generating PDF Files Using Thymeleaf | Baeldung
Learn how to generate PDF files using Thymeleaf.
π Richardson Maturity Model and Pizzas
//www.javacodegeeks.com/richardson-maturity-model-and-pizzas.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/richardson-maturity-model-and-pizzas.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Richardson Maturity Model and Pizzas | Java Code Geeks - 2021
The model, developed by Leonard Richardson, attempts to classify an API according to its adherence to the constraints imposed by REST. The more compliant
π Difference Between Wait and Sleep in Java
https://www.baeldung.com/java-wait-and-sleep
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-wait-and-sleep
β‘οΈ @JavaLearnZone
Baeldung
Difference Between Wait and Sleep in Java | Baeldung
A quick and practical example of the difference between sleep() and wait() methods in Java.
π Generating Prime Numbers in Java
https://www.baeldung.com/java-generate-prime-numbers
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-generate-prime-numbers
β‘οΈ @JavaLearnZone
Baeldung
Generating Prime Numbers in Java | Baeldung
See various ways of generating prime numbers in Java.
π Implementing a Custom Lombok Annotation
https://www.baeldung.com/lombok-custom-annotation
β‘οΈ @JavaLearnZone
https://www.baeldung.com/lombok-custom-annotation
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Implementing a Custom Lombok Annotation | Baeldung
Learn how to implement a custom annotation using Lombok handlers.
π Retrieve Fields from a Java Class Using Reflection
https://www.baeldung.com/java-reflection-class-fields
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-reflection-class-fields
β‘οΈ @JavaLearnZone
Baeldung
Retrieve Fields from a Java Class Using Reflection | Baeldung
Learn how to get the fields of a class using reflection, including inherited fields
π Generate equals() and hashCode() with Eclipse
https://www.baeldung.com/java-eclipse-equals-and-hashcode
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-eclipse-equals-and-hashcode
β‘οΈ @JavaLearnZone
Baeldung
Generate equals() and hashCode() with Eclipse | Baeldung
A quick and practical guide to generating equals() and hashcode() with the Eclipse IDE
π Difference between JVM, JIR, JRE, and JDK in Java
//www.javacodegeeks.com/2020/08/difference-between-jvm-jir-jre-and-jdk-in-java.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/08/difference-between-jvm-jir-jre-and-jdk-in-java.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Difference between JVM, JIR, JRE, and JDK in Java | Java Code Geeks - 2021
Interested to learn about JVM? Check our article explaining the Differences between JVM, JIR, JRE, and JDK in Java with examples.
π Using NullAway to Avoid NullPointerExceptions
https://www.baeldung.com/java-nullaway
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-nullaway
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Using NullAway to Avoid NullPointerExceptions | Baeldung
Learn how to avoid NullPointerExceptions using NullAway.
π Digital Signatures in Java
https://www.baeldung.com/java-digital-signature
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-digital-signature
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Digital Signatures in Java | Baeldung
Java provides support for digital signature via the JCA APIs. See how to digitally sign and verify messages with public/private key cryptography.
π REST: Deleting resources
//www.javacodegeeks.com/2020/10/rest-deleting-resources.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/rest-deleting-resources.html
β‘οΈ @JavaLearnZone
Java Code Geeks
REST: Deleting resources | Java Code Geeks - 2020
In RESTful APIs resources are typically deleted using the HTTP DELETE method. The resource that should be deleted is identified by the request URI. DELETE
π JMetro Version 8.6.14 And 11.6.14 Released
//www.javacodegeeks.com/2020/10/jmetro-version-8-6-14-and-11-6-14-released.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/jmetro-version-8-6-14-and-11-6-14-released.html
β‘οΈ @JavaLearnZone
Java Code Geeks
JMetro Version 8.6.14 And 11.6.14 Released
Another release of JMetro has just came out. This time the focus has been on fixing bugs and tweaking existing styles. A bunch of these have been fixed in
π How to get Type-Safe and Intuitive Hibernate/JPA Queries by Leveraging Java Streams
//www.javacodegeeks.com/2020/10/how-to-get-type-safe-and-intuitive-hibernate-jpa-queries-by-leveraging-java-streams.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/how-to-get-type-safe-and-intuitive-hibernate-jpa-queries-by-leveraging-java-streams.html
β‘οΈ @JavaLearnZone
Java Code Geeks
How to get Type-Safe and Intuitive Hibernate/JPA Queries by Leveraging Java Streams | Java Code Geeks - 2021
A large proportion of Java database applications are using Hibernate/JPA to bridge the gap between Java and SQL. Until recently, we were forced to mix
π Bulk vs Individual Compression
//www.javacodegeeks.com/2020/09/bulk-vs-individual-compression.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/09/bulk-vs-individual-compression.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Bulk vs Individual Compression | Java Code Geeks - 2020
Interested to learn about Compression? Check our article explaining the differences between Bulk and Individual Compression