This post shows how you can convert a java.sql.ResultSet to JSON and stream it back to the caller. T…
Category: dummyCategory
Thread-local state availability in reactive services
Any architecture decision involves a trade-off. It’s no different if you decide to go reactive, e.g….
eclipse-ee4j/glassfish
Contribute to eclipse-ee4j/glassfish development by creating an account on GitHub.
Java Facade Design Pattern Example
1. IntroductionIn an enterprise application, it is extremely important to manage the code base so …
Java8 StringJoiner, String.join() and Collectors.joining() Tutorial with all Details – 5 Different ways • Crunchify
Java Developer Platform 8 (Java8) is around since almost 3 years. We have published more than 10 different tutorials on Crunchify with all different
Java String toLowerCase() method example – HowToDoInJava
Java String toLowerCase() returns a string which is result of converting all characters in given string to lowercase. Convert string to lowercase in Java.
In Java8 How to join List of Objects? Collectors.joining Concatenates the input Elements, separated by the Delimiter • Crunchify
Collectors.joining() Concatenates the input Elements, separated by the Delimiter with provided Prefix and Suffix values. Yesterday I’ve published an
Arraylist lastIndexOf() – Get last index of element in arraylist in Java
Learn to get last index of element in arraylist in Java using Arraylist.lastIndexOf() method. It returns the last occurrence of the element in this list.
Add multiple items to ArrayList in Java – HowToDoInJava
Learn to add multiple items to ArrayList. Learn to add all elements to an arraylist in Java. Learn to add only selected elements using Java 8 stream api.
Java stream reduce
I have the following example data set that I want to transform / reduce using Java stream api based on direction’s value Direction int[]IN 1, 2OUT 3, 4OUT 5, 6, …
casbin/jcasbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Java – casbin/jcasbin
Working On the Leading Edge
This blog is the source for news about major Java announcements and the Java community.
In Java How to Perform File Search Operation using java.nio.file interface? Tutorial on File and Directory Operations • Crunchify
Java 8 has so many new functionalities and collection of features which are hidden inside packages. In this tutorial we will go over java.nio.file.Path
Selenium Cucumber Tutorial
This article explores the integration of selenium with cucumber and how we can leverage them to achi…