Blog Posts
I write about Java, JavaScript and Web Development. Enjoy.
-
Integrating React.js into Existing jQuery Web Applications
August 24, 2015
This article describes a few techniques how to integrate React.js into traditional jQuery single-page-applications. -
Building Isomorphic Webapps on the JVM with React.js and Spring Boot
February 16, 2015
How to build isomorphic JavaScript webapps on the Java VM with React.js and Spring Boot. -
Writing Nashorn Command-Line Scripts with Nake
April 17, 2014
Nake is a simplified version of Make for Java 8 based on the Nashorn Javascript Engine. -
Using Backbone.js with Nashorn
April 07, 2014
An example how to use Backbone.js on the Nashorn Javascript Engine (Java 8) -
Java 8 Nashorn Tutorial
April 05, 2014
Learn the Nashorn Javascript Engine (Java 8) by example