JVM Languages
-
Test Driven Traps, part 1
Have you ever been in a situation, where a simple change of code, broke a few hundred tests? Have you…
Read More » -
Fault-tolerance primitives in Scala: links and traps
Over the last decade Actor Model is actively marketed as a simple, effective and save concept for building concurrency. Being…
Read More » -
Getting started with Scala and Scalatra – Part III
This post is the third on a series of articles I’m writing on scalatra. In ‘part I’ we created the…
Read More » -
Getting started with Scala and Scalatra – Part II
In the previous part of the tutorial we created a simple application from scratch and setup Eclipse so we could…
Read More » -
Getting started with Scala and Scalatra – Part I
In this series of tutorials we’re going to look a bit closer at scalatra. Scalatra is a lightweight scala based…
Read More » -
Real World Scala Test
There was recently a study about Scala vs. Java where some of Scala’s productivity, conciseness, and multi-core abilities were put…
Read More » -
Building ScalaFX 1.0 with Gradle 1.1
After becoming a little disenchanted with the SBT for Scala, I wanted an alternative that was more logical, simpler to…
Read More » -
Apache Camel using Groovy Introduction
From their site, it says the Apache Camel is a versatile open-source integration framework based on known Enterprise Integration Patterns.…
Read More » -
Scala: Missing OO and FP bridge
Scala blends functional and object-oriented programming in many nice ways. You can use both FP an OO-like constructs whichever fits…
Read More »