Native Java is essential for Java to remain relevant in the evolving cloud world. But it is not a solved problem yet. And the development lifecycle needs to adapt as well. Standardization through Project Leyden is key to the success of native Java. Nativ... (more…)
Read more »
nudge4j is a piece of java code to let you hack your JVM from the browser. (more…)
Read more »
What is a HashSet A HashSet is an unordered collection containing unique elements. It has the standard collection operations Add, Remove, Contains, but since it uses a hash-based implementation, these operations are O(1) Learn with a Programming Question ... (more…)
Read more »
The Java 8 Lambdas are great, but they aren't always used well. The Rapidoid web framework is able to embrace their ultimate power.
Read more »
Our customers are increasingly developing their new applications with containers and serverless technologies, and are using modern continuous integration and delivery (CI/CD) tools to automate the software delivery life cycle. They also maintain a large n... (more…)
Read more »