On Fri, Sep 28, 2018 at 7:51 AM Jody Garnett <jody.garn...@gmail.com> wrote:

> But the spring 5 articles showed how to run with modules so it must be
> possible.
>

I don't see a link about it in this thread, what article are you referring
to?

My understanding is that classic web apps are running of classpath, when
you put a modularized jar
in the classpath is behaves like a normal jar, not as a module, so nothing
new there, in order
to make a jar behave as a module it has to be in the modulepath (where it
will behave accoring
to its moduleinfo, or get turned into an automatic module).

I have the impression Oracle is caring less about J2EE because on the cloud
the direction is
more like going container-less, and either leverage the cloud support for
lambdas, or build a tiny
HTTP layer using a light container, at which point using the modulepath
becomes possible
and actually interesting (due to the faster startup times the modulepath
allows, which is crucial
for small apps starting up and shutting down all the time)

Cheers
Andrea

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information. == Ing. Andrea Aime @geowolf Technical Lead
GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39
0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549
http://www.geo-solutions.it http://twitter.com/geosolutions_it
------------------------------------------------------- *Con riferimento
alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto, gli eventuali
allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
sarei comunque grato se potesse darmene notizia. This email is intended
only for the person or entity to which it is addressed and may contain
information that is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European Regulation 2016/679
“GDPR” - copying, dissemination or use of this e-mail or the information
herein by anyone other than the intended recipient is prohibited. If you
have received this email by mistake, please notify us immediately by
telephone or e-mail.*
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to