Explore >> Select a destination


You are here

java-source.net
| | blog.kummerlaender.eu
16.4 parsecs away

Travel
| | Adrian Kummerländer's blog on software development, linux and open source
| | mitchellh.com
16.4 parsecs away

Travel
| |
| | www.morling.dev
9.1 parsecs away

Travel
| | 27 years of age, and alive and kicking?-?The Java platform regularly comes out amongst the top contenders in rankings like the TIOBE index. In my opinion, rightly so. The language is very actively maintained and constantly improved; its underlying runtime, the Java Virtual Machine (JVM), is one of, if not the most, advanced runtime environments for managed programming languages. There is a massive eco-system of Java libraries which make it a great tool for a large number of use cases, ranging from comman...
| | blog.sylver.dev
91.1 parsecs away

Travel
| In this episode, we'll extend our server to serve static files. We'll also refactor our code to support connection reuse, and implement a graceful shutdown mechanism. If your didn't follow the previous episode, you can find the code on GitHub. As we ...