A summary of the JavaOne 2015 talk on advanced modular development in Java 9 by the Project Jigsaw team. Covers two migration strategies: top-down migration (converting application JARs to modules using module-info.java, with unmodularized dependencies placed on the module path as automatic modules) and bottom-up migration
Table of contents
▚ Introductory Remarks▚ Application Migration▚ Library Migration▚ Putting It All Together▚ Summary▚ QuestionsSort: