-
Core Java
if – else coding style best practices
The following post is going to be an advanced curly-braces discussion with no right or wrong answer, just more “matter…
Read More » -
Enterprise Java
REST Pagination in Spring
This is the seventh of a series of articles about setting up a secure RESTful Web Service using Spring 3.1…
Read More » -
Software Development
Public key infrastructure
Some time ago I was asked to create presentation for my colleagues which describes Public Key Infrastructure, its components, functions,…
Read More » -
Enterprise Java
Streaming Files from MongoDB GridFS
Not too long ago I tweeted what I felt was a small triumph on my latest project, streaming files from…
Read More » -
Enterprise Java
Arquillian with NetBeans, GlassFish embedded, JPA and a MySQL Datasource
This is an, let’s call it accidental post. I was looking into transactional CDI observers and playing around with GlassFish…
Read More » -
Software Development
Tips for Testing Database Code
Almost everybody understands that source code belongs into version control. Many people understand we need to test our code. Quite…
Read More » -
Desktop Java
Book Review: JavaFX 2.0: Introduction by Example
Although Oracle’s changes to JavaFX at JavaOne 2010 and JavaOne 2011 have converted me from a skeptic to a believer…
Read More » -
Software Development
Intellij vs. Eclipse
Choosing the right IDE can make you or break you as a coder. Most developers would be lost without the…
Read More » -
Core Java
Practical Garbage Collection, part 1 – Introduction
This is the first part of a series of blog posts I intend to write, whose aim will be to…
Read More »