Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 4.05 KB

Java9.md

File metadata and controls

55 lines (46 loc) · 4.05 KB

Java9

Collected information about Java 9.
Work in progress...

General Resources

Special features of personal interest

Tools

  • ModiTect - Tooling for the Java 9 Module System

    The ModiTect project aims at providing productivity tools for working with the Java 9 module system ("Jigsaw"). Currently it allows to add module descriptors to existing JAR files. In future versions functionality may be added to work with tools like jlink, jdeps or jmod under Maven and other dependency management tools in a comfortable manner.

Frameworks and Java 9 adoption