Reload code changes instantly using JRebel java development software. Save 10 minutes for every hour of coding. Try it free today.
Category: Articles
OpenJDK Support – What You Need to Know?
And for those customers of Payara running the Azul JVM, there is more good news. OpenJDK support from Azul is included in the Payara support contract if you are running your app on Zulu.
Oracle Java SE Releases FAQ
Q1: Is Java still free after January 2019?Absolutely. As has been the case for over two decades,Oracle is keeping Java free and open, and providing…
Understanding Spring Boot Starters and Tools – Developer.com
Take on a few of the popular Spring Boot starters and tools among many and discover their uses in developing a Spring Boot application.
Java Weekly, Issue 260 | Baeldung
A solid post on Spring performance optimizations, and a couple of good write-ups on Hibernate and JPA.
Java EE with NetBeans 10
The Apache NetBeans project is really shaping up. Version 10.0 was released on the 27th of December…
How to Write Reactive Applications With MicroProfile – DZone Microservices
A Java developer provides a tutorial on how to use the open source Eclipse MicroProfile framework to build reactive, Java-based microservices applications.
Integrating Applications As Heroku Add-Ons
Heroku is a popular Platform-as-a-Service provider and it offers vendors the option to be provided a…
Create a Secure Spring REST API
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building…
Control Structures in Java | Baeldung
Learn about the control structures you can use in Java.
Java Two Pointer Technique | Baeldung
Learn about Java’s Two Pointer Technique with practical examples.
20 Books Java Programmers Should Read in 2018 – DZone Java
These book recommendations for Java developers will help you learn Java 8 and 9, SQL, soft skills and career-boosting techniques, microservices, and Spring.
A faster alternative to Java Reflection – freeCodeCamp.org
In the article Specification Pattern, for the sake of sanity, I didn’t mention about an underlying component to nicely make that thing…
Check if a String is a Pangram in Java | Baeldung
Learn how to determine if a Java String contains all of the letters in the alphabet
Java ArrayList vs Vector | Baeldung
Learn about the differences between the Java ArrayList and Vector classes