/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.morling.dev
| | in.relation.to
4.3 parsecs away

Travel
| | 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 ...
| | hadihariri.com
3.9 parsecs away

Travel
| | [AI summary] A comprehensive survival guide for .NET developers transitioning to the Java platform, covering the JVM ecosystem, versions, build tools, frameworks, and class loader mechanics.
| | blog.joda.org
4.0 parsecs away

Travel
| | This article in my series on the Java Platform Module System (JPMS) is focussed on automatic modules . JPMS was previously known as Project...
| | paulbutler.org
17.1 parsecs away

Travel
| [AI summary] The post discusses the current state and challenges of embedding WebAssembly outside of browsers, focusing on runtime choices, memory management, and interface design for applications like real-time multiplayer games.