Explore >> Select a destination


You are here

ryanharter.com
| | wittchen.io
2.3 parsecs away

Travel
| | Introduction I really like Gradle build system for JVM apps. It has flexibility like Ant and great dependency management capabilities like Maven. It addition, it doesnt use XML notation, but Groovy programming language, so builds configurations are simple, concise, easier to read and easier to create. In my opinion, Gradle is truly modern build system for JVM apps. Nevertheless, there are projects, which are pretty old and use older systems like Ant.
| | blog.gradle.org
3.4 parsecs away

Travel
| | This post introduces a new Gradle dependency management feature called "source dependencies".
| | inthecheesefactory.com
1.8 parsecs away

Travel
| | Android Studio 1.3's stageis closed to the stable release. Newfeatures are keep coming including full NDK support. And it seems like some major change isalsobeing waited for it
| | jamesward.com
16.3 parsecs away

Travel
| [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.