Java Articles, Tutorials & News

Manifold: Extensions to the Java Programming Language

Add the manifold-ext dependency to your project to enable a broad set of functionality to improve your development\nexperience with Java.\nUse extension classes to add new methods and other features to existing classes.\nEnable types to participate as ope…

Read more »

Joeffice: Open-Source Java Office Suite

Java Office Suite – Word processor – Spreadsheet – Presentation – Database – Drawing – Main Libraries: NetBeans Platform and Apache POI – Apache License – GitHub – japplis/Joeffice: Java Office Sui…

Read more »

Java Volatile Keyword

The Java volatile keyword guarantees variable visibility across threads, meaning reads and writes are visible across threads.

Read more »