Spring - distributed system solution with Spring framework
The following talk will show a nice overview how Spring can provide a solution for distributed system.
The following talk will show a nice overview how Spring can provide a solution for distributed system.
SpringBoot for supporting GraalVM. The following youtube video will explain how SpringBoot 3.0 is working. The basic idea is that we need to provide hints fo...
Java virtual threads applies structured concurrency concepts. The following blog explains what structure concurrency is.
Java 19 preview improved the pattern matching language feature. The following code shows how we can leverage them with virtual threads.
JDK 10+ has introduced a feature called CDS(class data sharing) which will improve the launching time of Java application.