Java
-
JavaFX 2: How to Load Image
This is JavaFX tutorial about how to load a image in your JavaFX 2 application. This can be done easily…
Read More » -
Non-Blocking Asynchronous Java 8 and Scala’s Try/Success/Failure
Inspired by a recent newsletter from Heinz Kabutz as well as Scala’s Futures which I investigated in my recent book,…
Read More » -
Cloud IDE for J2EE development
With so many of the traditional software tools going to the cloud I want to see how they compare to…
Read More » -
Too Many Parameters in Java Methods, Part 4: Overloading
One of the problems with expecting too many parameters to be passed to a Java method is that it is…
Read More » -
Amazon Elastic Map Reduce to compute recommendations with Apache Mahout
Apache Mahout is a “scalable machine learning library” which, among others, contains implementations of various single-node and distributed recommendation algorithms.…
Read More » -
A sneak peek at whats coming in JBoss Fuse 6.1
I’m really excited about the forthcoming Fuse 6.1 release as there’s a ton of awesome new features which I’ve really…
Read More » -
Hot Deployment with IntelliJ IDEA
Recently there was a voting in the PrimeFaces forum PrimeFaces IDE Poll for the best IDE used to develop PrimeFaces…
Read More » -
Amazon Free Usage Tier: Installing Tomcat 7 on an EC2 Linux instance
Amazon Web Services offers a free usage tier for 12 months that allows developers to run anything they want in…
Read More » -
Java: Incrementally read/stream a CSV file
I’ve been doing some work which involves reading in CSV files, for which I’ve been using OpenCSV, and my initial…
Read More »