log

age author description
Tue, 10 Jul 2012 14:34:56 +0800 Shi Jun Zhang Add a tool to convert java class format module info to JSON format.default tip
Thu, 05 Jul 2012 13:23:48 +0800 Shi Jun Zhang Remove the module-info.java files and use module-info.json only.
Wed, 04 Jul 2012 14:56:54 +0100 davidb Start of documentation for module-info.json files.
Tue, 03 Jul 2012 15:43:44 +0800 Shi Jun Zhang 1. Update Penrose demos to support JSON format module info.
Fri, 16 Mar 2012 18:23:43 +0800 Shi Jun Zhang Add demo to show how to load Jigsaw module's class with user's own classloader.
Fri, 16 Mar 2012 18:21:18 +0800 Shi Jun Zhang Add build script and it now can run in both legacy mode and modular mode. Add function that the browser can browse classes in modules and public APIs in those classes.
Thu, 08 Mar 2012 14:35:38 +0800 Shi Jun Zhang 2 demos. java2d shows module can be loaded by both Jigsaw and OSGi. modulebrowser is a UI tool to browse Jigsaw libraries and modules.