-
Scala
Scala traits implementation and interoperability. Part I: Basics
Traits in Scala are similar to interfaces, but much more powerful. They allow implementations of some of the methods, fields,…
Read More » -
Software Development
Augmenting 3rd-Party Libraries
For every project I’ve participated in, there has been a need for augmenting some third-party library. A couple of reasons:…
Read More » -
Career
Why You Scared Off the Ninja
The saying goes you never get a second chance to make a first impression, and it is well-documented that this…
Read More » -
DevOps
Installing TomEE from Puppet
Apache TomEE is an all-Apache stack aimed at Java EE 6 Web Profile certification where Tomcat is top dog. It…
Read More » -
Software Development
Lies, statistics and vendors
Overview Reading performance results supplied by vendors is a skill in itself. It can be difficult to compare numbers…
Read More » -
Enterprise Java
Upload on Amazon S3 with the jclouds library
There are several good ways to upload content to an S3 bucket in the Java world – in this article…
Read More » -
Desktop Java
JavaFX Library for Inverse Kinematics 2.0
This is the first tutorial explaining the basics of javafx-ik, a library for inverse kinematics with JavaFX. The sources of…
Read More » -
Enterprise Java
Glassfish plugin for JDeveloper 11gR2
As some of you already know, ADF Essentials is a great framework for building web applications using java and it…
Read More » -
Enterprise Java
Spring MVC Form Validation (With Annotations)
This post provides a simple example of a HTML form validation. It is based on the Spring MVC With Annotations example. The…
Read More »