|
You are here |
www.morling.dev | ||
| | | | |
in.relation.to
|
|
| | | | | One of the most exciting features in Java 9 are modular runtime images. Using the new jlink utility, you can create customized distributions which contain your app, its dependencies and just the JDK modules which it needs. For instance, a simple service based on the Undertow web server can be packaged into an image of just 25 MB, batteries included. While that's pretty cool already, it gets even nicer, as jlink provides a plug-in mechanism which allows to fine-tune the contents modular runtime images as ... | |
| | | | |
blog.joda.org
|
|
| | | | | This article in my series on the Java Platform Module System (JPMS) is focussed on automatic modules . JPMS was previously known as Project... | |
| | | | |
tech.trivago.com
|
|
| | | | | Here at trivago we write a huge number of log messages every day that need to be stored and monitored. To handle all these messages we created Gollum, a tool that enables us to conveniently send... | |
| | | | |
v8project.blogspot.de
|
|
| | | JavaScript regular expressions are getting some new functionality: lookbehind assertions. | ||