Posted
over 5 years
ago
by
Joshua Long
Check out the latest happenings this week in Spring
Oh emm geee, y'all! We just released Spring Framework 5.2, complete with new RSocket support and a slew of projects have followed suit in the intervening... day! I expect we'll see more soon
|
Posted
over 5 years
ago
by
Domenico Sibilio
How to propagate data through reactive pipelines the Good, the Bad, and the Ugly way.
Propagating data through reactive pipelines is a very common development concern that arises when building reactive applications based on any Reactive Streams
|
Posted
over 5 years
ago
by
Joshua Long
Hi, Spring fans! In this installment, Josh Long (@starbuxman) talks to fellow Java Champion, industry legend, New Delhi JUG leader, author of several books on Java and Java certifications, teacher, and @Jetbrains Developer Advocate Mala Gupta
|
Posted
over 5 years
ago
by
Tapas Joshi
Learn how to deploy Spring Boot applications to JBoss Wildfly
We know that when we create any Spring Boot application, it comes with an embedded Tomcat server, and we have no need to set up the server additionally. This happens because, in the
|
Posted
over 5 years
ago
by
Ranga Karanam
DIP makes your code more maintainable, reusable, and testable.
Dependency Inversion Principle is one of the important SOLID principles. And the Dependency Inversion Principle is implemented in one of the most popular Java frameworks — Spring.
|
Posted
over 5 years
ago
by
Nam Ha Minh
Getters and setters are some of the most widely used — and misused — methods in Java.
Getter and setter are widely used in Java. It is seemingly simple, but not every programmer understands and implements this kind of method properly. So in this
|
Posted
over 5 years
ago
by
Ram N
In the video below, we take a closer look at how to add a servlet filter in Spring Boot. Let's get started!
Further Reading
Working With Filters in Spring
|
Posted
over 5 years
ago
by
Lukas Eder
One of the Stream APIs greatest features is its laziness.
One of the Stream APIs greatest features is its laziness. The whole pipeline is constructed lazily, stored as a set of instructions, akin to a SQL execution plan. Only when we invoke a
|
Posted
over 5 years
ago
by
Dmitry Egorov
For the last 20 years, Java has become the most popular object-oriented language. It conquered the enterprise world and still has one of the biggest communities. Now industrial development exists only because of the object-oriented paradigm (OOP).
|
Posted
over 5 years
ago
by
Vishwa Ratna
Learn more about programming Java Optionals
A very common misunderstanding, as well as bad usage, can prevail if you simply go by the dictionary and semantic definition of Optional.orElse() and Optional.orElseGet().
A smart man makes a mistake
|