Content deleted Content added
remove update no longer relevant to the introduction |
Blekione mk (talk | contribs) Mark Reinhold, a chief Architect of the Java Platform Group at Oracle in his tweet argues to not name it Java Platform Module System only Java Module System |
||
Line 1:
The '''Java Module System'''<ref name="Please stop calling it JPMS">{{cite tweet
The '''Java Platform Module System''' specifies a distribution format for collections of [[Java (programming language)|Java]] code and associated resources. It also specifies a repository for storing these collections, or ''[[modular programming|modules]]'', and identifies how they can be discovered, loaded and checked for integrity. It includes features such as versioning and namespaces with the aim of fixing some of the shortcomings in the existing [[JAR (file format)|JAR]] format, especially the [[Java Classloader#JAR hell|JAR Hell]], which can lead to issues such as classpath and class loading problems.▼
| user=mreinhold
| number=994669659029999616
| date=10 May 2018
| title=Please stop calling it JPMS.
▲
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.
Line 19 ⟶ 24:
| title=JDK 9
| publisher=[[Oracle Corporation]]
| accessdate=2016-02-24}}</ref>. Java 9 including the Java
== Architecture ==
|