Java Platform Module System: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 4:
The Java Module System was initially being developed under the [[Java Community Process]] as JSR 277 and was scheduled to be released with Java 7.
 
JSR 277 later was put on hold and Project Jigsaw<ref name="jigsaw">{{cite web
| url=http://openjdk.java.net/projects/jigsaw/
| title=Project Jigsaw
Line 28:
| accessdate=2015-11-29}}</ref>
 
The Java Module System implemented for java 9 will include the following [[JDK Enhancement Proposal|JEP]]s and [[Java Community Process|JSR (java Specification Requests)]]<ref>{{cite webname="jigsaw">:
| url=http://openjdk.java.net/projects/jigsaw/
| title=Project Jigsaw
| publisher=[[Oracle Corporation]]
| accessdate=2015-11-29}}</ref>:
* JEP 200: The Modular JDK: Define a modular structure for the JDK
* JEP 201: Modular Source Code: Reorganize the JDK source code into modules, enhance the build system to compile modules, and enforce module boundaries at build time
Line 43 ⟶ 39:
| publisher=[[Oracle Corporation]]
| accessdate=2015-11-29}}</ref>
 
 
== Architecture ==