August 2017
Beginner
298 pages
7h 26m
English
The Java platform has a couple of aggregator modules to represent the complete JRE, at least as we knew it in Java 8 and earlier. The java.se module essentially re-exports the entire Java SE platform. The java.se.ee module contains the subset of the platform that overlaps with Java EE and contains APIs such as web services, transactions, and the legacy CORBA APIs.
Running java -d on the java.se module shows us how it's implemented:
$ java -d java.se java.se@9 requires java.scripting transitive requires java.xml transitive requires java.management.rmi transitive requires java.logging transitive requires java.sql transitive requires java.base mandated ...
Again, I hope you resist the temptation to use these ...
Read now
Unlock full access