The Ignite Realtime community is pleased to announce the release of Openfire 4.8.3. This release contains an important fix for thread lock situation described with OF-2845. If you have noticed clients getting logged out or unable to connect with Openfir... (more…)
Read more »
According to the accepted wisdom, if you’re building a high-speed trading system, you probably want to use C++ instead of Java: It’s closer to the metal and is therefore faster (i.e., lower latency). (more…)
Read more »
Enhance the Java programming language with record patterns, to deconstruct
record values. Record patterns, and type patterns (JEP 394) can be
nested so as to significantly enhance the expressiveness and utility of pattern
matching. This is a preview langu... (more…)
Read more »
Learn how to make Java JSON native and exceed the capabilities of JavaScript. This is possible thanks to the Manifold project, a disruptive project that make... (more…)
Read more »
The challenge Let’s play Rock Paper Scissors! You have to return which player won! In case of a draw return Draw!. Examples: The rules of the game Rock Paper Scissors The rules of the game Rock Paper Scissors is quite simple. Rock beats scissors, scissors... (more…)
Read more »