Java
-

APIs To Be Removed from Java 10
In the blog post “JDK 10 Release Candidate Phase“, I looked at the twelve new features that are likely to…
Read More » -

Executing Single Java Source Files with One Command
A draft JDK Enhancement Proposal (JEP) was created in late 2017 called “Launch Single-File Source-Code Programs” (its associated JDK issue…
Read More » -

Integration With Zapier
Integration is boring. And also inevitable. But I won’t be writing about enterprise integration patterns. Instead, I’ll explain how to…
Read More » -

Spring Boot 2 Applications and OAuth 2 – Setting up an Authorization Server
This will be a 3 post series exploring ways to enable SSO with an OAuth2 provider for Spring Boot 2 based…
Read More » -

Top 20 Spring REST Interview Questions Answers for Java Programmers
Hello guys, I have been sharing some REST with Spring tutorials from last a couple of weeks and today, I…
Read More » -

Session Management using Spring Session with JDBC DataStore
In web applications, user session management is very crucial for managing user state. In this article, we are going to…
Read More » -

JDK 9: NotNullOrElse Methods Added to Objects Class
JDK 9 added some new methods to the Objects class including two static methods highlighted in this post: requireNonNullElse(T,T) and…
Read More » -

Java 8: Bastion of Long-term Support
Stephen Colebourne‘s post “Java 9 has six weeks to live” starts, “Java 9 is obsolete in just six weeks.” Colebourne…
Read More » -

Java 9 Example – Factory Methods for Collection – Creating Unmodifiable List, Set, and Map
Hello guys, this is my first article in Java 9 features on this blog and today you’ll learn about my…
Read More »


