java.desktop

Remi Forax forax at univ-mlv.fr
Sat Jan 21 18:08:28 UTC 2017


----- Mail original -----
> De: "Michał Zegan" <webczat_200 at poczta.onet.pl>
> À: jigsaw-dev at openjdk.java.net
> Envoyé: Samedi 21 Janvier 2017 15:00:25
> Objet: java.desktop

> Hi.

Hi Mickael,

> Is java.desktop now divided in separate parts, or are there plans to do
> so? Because actually the whole point of your application having no
> unneeded dependencies is broken if you want java.beans, and suddenly get
> the whole desktop apis that are probably large, with their dependencies.

While i agree with you from my armchair, practically the API of java.beans is intertwined with the other API of java.desktop.
To answer to your question, java.desktop is separated in java.datatransfer, java.xml, java.prefs and the rest of java.desktop (see [1]),
so no you can not use java.beans alone.

cheers,
Rémi

[1] http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/tip/src/java.desktop/share/classes/module-info.java 


More information about the jigsaw-dev mailing list