|
You are here |
jensrantil.github.io | ||
| | | | |
msfjarvis.dev
|
|
| | | | | Part 1 of my #TeachingKotlin, this post goes over Kotlin classes, objects and how things like finality and staticity vary between Java and Kotlin. | |
| | | | |
jamesward.com
|
|
| | | | | [AI summary] This article explains how to use MongoDB for storing session state in a Java web application with Jetty, enabling scalable and maintainable session management without sticky sessions or session replication. | |
| | | | |
www.planetjones.net
|
|
| | | | | The WebSphere Liberty Profile is built for developers - here I take the beta of the Next profile for a spin - using Intellij on the iMac, a new set-up for me. | |
| | | | |
www.deps.co
|
|
| | | Leiningen 2.8.0 and 2.8.1 came out in October of 2017. The previous release was in September 2016 so 2.8.0 and 2.8.1 contain a lot of new features and bugfixes. 2.8.1 is a bugfix release for 2.8.0, so you should update to 2.8.1 over 2.8.0. This post will outline the major new features of these releases. Java 9 support The biggest reason for upgrading Leiningen is Java 9 support. Leiningen 2.8.0 removes its use of the BootClassPath, as this caused problems in Java 9 with Clojure 1. | ||