Pure Java typesetting system. Contribute to DaveJarvis/KeenType development by creating an account on GitHub. (more…)
Read more »
The release of Java SE 15 in Sept 2020 will introduce "sealed classes" (JEP 360) as a preview feature. A sealed class is a class or interface which restricts which other classes or interfaces may extend it. Sealed classes, like enums, capture alternative... (more…)
Read more »
The new Java is here! Mark Reinhold, the chief architect of Java at Oracle, has just proposed the list of the 5 main elements of the JDK Enhancement Proposal (JEP) that should be embedded in Java 14. (more…)
Read more »
Have you ever heard of the phrase, Legacy Code?
Have you ever considered you may be producing Legacy code in real time? (more…)
Read more »
CheerpJ is a Java to HTML5 compiler, allowing you to convert any
Java client application into standard HTML5, WebAssembly and
JavaScript. Find out how CheerpJ provides a seamless experience of
java applications on any browser. (more…)
Read more »