This scalable, thread-safe Redis client isn’t just rabbit food; Lettuce supports synchronous, asynchronous, and reactive usage of the Redis API.
Category: dummyCategory
10 Hibernate Interview Questions and Answers for Java Developers
Hibernate Interview Questions are asked on Java J2EE Interviews, mostly for web based enterprise application development role. Success and…
The rise of Java Microframeworks | E4developer
Together with the growing popularity of microservices and light-weight REST API, we are witnessing another trend in Java: the rise of Java Microframeworks. Javalin, Micronaut, Spark and many more make…
Java Optionals For More Expressive Code
Our team of dedicated software craftspeople provides consultancy, software development, and training services to clients seeking high quality development processes and software solutions.
Spring Security with Spring Boot 2.0: Password Encoder
On a previous post we used the user details service in order to provide a way to load our data from …
Play! Framework Hello World Example
We are going to develop a series of Scala Web Applications or Microservices using Play Framework. Th…
Why does array[i++%n] += i+” ” give different results in Java 8 and Java 10?
For a challenge, a fellow code golfer wrote the following code:import java.util.*;public class Main { public static void main(String[] args) { int size = 3; String[] array = new String…
The future of Java: How Jakarta EE will unfold under Eclipse
The open source tools organization wants to adopt Docker, NoSQL, and Kubernetes in enterprise Java, while standardizing on Maven and Jenkins
9 Things Java Programmers Should Learn in 2018 – Javarevisited – Medium
Being a Java developer and the author of a Java blog, I frequently receive requests from Java programmers from all over the world asking…
How to calculate McCabe cyclomatic complexity in Java
Most static code analysis tools report the cyclomatic complexity metric, but to understand how to react to high and low values, it’s important to know how to calculate McCabe cyclomatic complexity in Java applications on your own.
A Tribute to Java – Roman Elizarov – Medium
Java-bashing is a popular past-time and I’m no exception, yet Java is the top programming language at the moment by many measures…
10 Examples of Joining String in Java 8 – StringJoiner and String.join()
It’s quite common in day to day programming to join Strings e.g. if you have an array or List of String let’s say {Sony, Apple, Google} and…
Binary Search in Java without Recursion – Iterative algorithm
This week’s task is to implement binary search in Java, you need to write both iterative and recursi…
Java 10: Collecting a Stream into an Unmodifiable Collection
Java 10 introduces several new methods to facilitate the creation of unmodifiable collections.Th…
Optimizing Java: Practical Techniques for Improving JVM Application Performance: Benjamin J Evans, James Gough, Chris Newland: 9781492025795: Amazon.com: Books
Optimizing Java: Practical Techniques for Improving JVM Application Performance [Benjamin J Evans, James Gough, Chris Newland] on Amazon.com. *FREE* shipping on qualifying offers.