Explore >> Select a destination


You are here

www.morling.dev
| | inside.java
10.1 parsecs away

Travel
| | The Simple Web Server was added to the `jdk.httpserver` module in JDK 18. It is a minimal HTTP static file server, designed to be used for prototyping, testing, and debugging. This article explores some less obvious yet interesting programmatic appl...
| | netopyr.com
9.9 parsecs away

Travel
| | So far, all of the examples in my previous article about how to use JavaFX objects in Java code expected the object as an input parameter. But what if you want to create a JavaFX object directly? In t
| | componenthouse.com
9.5 parsecs away

Travel
| | I have been testing java optimizations latelyand I have found a bug in the Java compiler by accident. The JDK version I use is 8 update 112, which is the latest production release available at this point (Dec 28, 2016). I have justreported the bug to Oracle, hopefully they will fix it soon. I will...
| | typesanitizer.com
96.1 parsecs away

Travel
| A discussion of different developer tools which (can) build on top of a compiler, and how those affect compiler design.