Re: war/WEB-INF/lib in JPMS concept

2018-09-28 Thread Alan Bateman
On 28/09/2018 17:59, Alex Sviridov wrote: Do I understand you right - you suggest to take these jars from /lib and deploy them on the same layer (where is .war module) as independent modules. And when we create this layer we create one class loader for all modules? If there were sharing of the m

Re[2]: war/WEB-INF/lib in JPMS concept

2018-09-28 Thread Alex Sviridov
Do I understand you right - you suggest to take these jars from /lib and deploy them on the same layer (where is .war module) as independent modules. And when we create this layer we create one class loader for all modules? Best regards, Alex >Пятница, 28 сентября 2018, 19:45 +03:00 от Alan Bat

Re: war/WEB-INF/lib in JPMS concept

2018-09-28 Thread Alan Bateman
On 28/09/2018 17:06, Alex Sviridov wrote: If we place .war file on JPMS layer and this .war file has .jars in WEB-INF/lib what we should do with these jars? Should we deploy them at the the same JPMS layer with .war module? I mean : JPMS layer: - war module - jarmodule1_from_war - jarmodule2_fr

war/WEB-INF/lib in JPMS concept

2018-09-28 Thread Alex Sviridov
If we place .war file on JPMS layer and this .war file has .jars in WEB-INF/lib what we should do with these jars? Should we deploy them at the the same JPMS layer with .war module? I mean : JPMS layer: - war module - jarmodule1_from_war - jarmodule2_from_war ... - jarmoduleN_from_war? Or should