-
An Android Studio development environment can be somewhat cumbersome to set up under NixOS, so a solution using a Docker container is described in this article. Normally instructions at NixOS Android suffice, but I'm experiencing trouble with additional functionality (e.g. The Gradle Wrapper). Hence this Docker based …
Read More -
nginx-clojure - lean Clojure deployment
Mar 23, 2017 · 1 min read · Computer Software Functional Programming Linux Server Internet GUI Java Clojure ClojureScript ·Nginx module for embedding Clojure / Java / Groovy programs, typically those Ring based handlers – Nginx-Clojure (by Zhang, Yuexiang (xfeep)). DZone article on Nginx-Clojure Fast Clojure/Java Web Apps on NGINX Without a Java Web Server. Fast Clojure/Java Web Apps on NGINX Without a Java Web Server Nginx-Clojure is a …
Read More -
JavaFX in the Browser - NO PLUGINS - EVERYWHERE – JPRO (by jpro technologies AG). From its documentation jpro is a new technology which brings Java back into the browser - without Java Plugin. To achieve that, jpro runs JavaFX on the server and maps its scenegraph directly into the browser. The client side rendering is …
Read More -
This article will delve into the details involved in serializing and deserializing arbitrarily sized objects to- and from a byte array. The contents of the byte array are stored in a random access file. An index file is kept to allow for objects of varying size. Serializable objects Any object that is an instance of a …
Read More