ijaas - Make IntelliJ as a Java server that does autocompletion for Vim. (more…)
Read more »
Oracle announced that it is planning on exploring with the community the possibility of moving Java EE technologies to an open source foundation. (more…)
Read more »
Manifold plugs into Java to supplement it with game-changing features, from Type-safe Metaprogramming, Extension Methods, Operator Overloading, and Unit Expressions to an integrated Template Engine... (more…)
Read more »
Have you ever wanted to know how text editors work? How shell scripts change terminal text colors, update lines without scrolling, or move the cursor around?... (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 »