-
Desktop Java
Integrating JavaFX 2.0 with Swing and SWT
One of the improvements in JavaFX with JavaFX 2.0 has been greater ease of interoperability with Swing and SWT. Several…
Read More » -
Core Java
Using a memory mapped file for a huge matrix
Overview Matrices can be really large, sometimes larger than you can hold in one array. You can extend the maximum…
Read More » -
Scala
First steps into Scala
For over a full year now, I’ve been looking into Scala. I have heard many people talk about it passionately…
Read More » -
Software Development
Technology Related Classic Mistakes
In my last blog I looked at Product Related Classic Mistakes from Rapid Development: Taming Wild Software Schedules by Steve…
Read More » -
Software Development
Personal gains from contributing to Open Source
Many may find it difficult to understand why certain people spend a lot of their spare time producing stuff without…
Read More » -
Scala
Scala for 2012? Deciding Whether to Invest In a Programming Language
I have found it both interesting and rewarding to learn a new programming language or major framework on a roughly…
Read More » -
Software Development
Git DVCS – Getting started
Git is a distributed revision control system, where every working directory is a full-fledged repository with complete history and full…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W53
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Desktop Java
What I Learnt about JavaFX Today
In case you haven’t heard, JavaFX 2 is the new Desktop / web / client framework for Java. It’s had…
Read More »