The Java Security Zoo

For more than 15 years I have worked with Java technologies, particularly on the server-side, with Java Enterprise Edition (Java EE). I… Read more

Similar

Java Sealed Classes

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 »

New Features in Java 14

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 »

CheerpJ – Java WASM Compiler

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 »