-
Core Java
Type safe dependency injection using Java 8.0
So I sometimes really miss old school Dependency Injection. Back when Spring was still “lightweight” we happily configured all our…
Read More » -
Enterprise Java
Codename One & Java Code Geeks are giving away free JavaOne Tickets (worth $3,300)!
Would you like to go to JavaOne? Besides being a cool conference its loads of fun with shows and events…
Read More » -
Software Development
How do I make testing faster?
Earlier this week I was the guest of a large bank in the City, OK Canary Wharf actually. They had…
Read More » -
Career
So You Want to Use a Recruiter Part III – Warnings
This is the final installment in a three-part series to inform job seekers about working with a recruiter. Part I was “Recruit…
Read More » -
Enterprise Java
How to use Salesforce REST API with your JavaServer Pages
Abstract: This tutorial gives an example of a JSP and how to integrate it with the Salesforce REST API. We…
Read More » -
Software Development
Benchmarking SQS
SQS, Simple Message Queue, is a message-queue-as-a-service offering from Amazon Web Services. It supports only a handful of messaging operations,…
Read More » -
Software Development
Open Source Projects – Between accepting and rejecting pull request
Lately I have done a lot of work for the sbt-native-packager project. Being a commiter comes with a lot of…
Read More » -
Career
So You Want to Use a Recruiter Part II – Establishing Boundaries
This is the second in a three-part series to inform job seekers about working with a recruiter. Part I was “Recruit Your Recruiter”…
Read More » -
Enterprise Java
Java EE Pitfalls #1: Ignore the default lock of a @Singleton
EJB Singleton Beans were introduced by the EJB 3.1 specification and are often used to store cached data. This means,…
Read More »