-
Enterprise Java
Bulk fetching with Hibernate
If you need to process large database result sets from Java you can opt for JDBC to give you the…
Read More » -
Software Development
How To Accept Bitcoin Payments
Bitcoin is gaining popularity, and last week I decided to implement it as a payment option for my computer-generated music…
Read More » -
Enterprise Java
Build GlassFish 4.0 Snapshots Yourself
This post is about building GlassFish 4.0 snapshots release yourself and includes hacks. I found the official Instruction for FullBuild…
Read More » -
Software Development
Yes Small Companies Can – and Should – Build Secure Software
‘For large software companies or major corporations such as banks or health care firms with large custom software bases, investing…
Read More » -
Enterprise Java
Binding to JSON & XML – Handling Collections
One of EclipseLink JAXB (MOXy)‘s strengths is the ability to map an object model to both JSON and XML with…
Read More » -
Enterprise Java
Passing complex objects in URL parameters
Imagine you would like to pass primitive data types, complex Java objects like java.util.Data, java.lang.List, generic classes, arrays and everything…
Read More » -
Scala
Dependency injection with Scala macros: auto-wiring
You can look at dependency injection as a fancy name for passing parameters to a function (or constructor arguments to…
Read More » -
Enterprise Java
Migrating from Hibernate 3 to 4 with Spring integration
This week it was time to upgrade our code base to the latest Hibernate 4.x. We postponed our migration (still…
Read More » -
Agile
Effective Sprint Goals
Working with a sprint goal is a powerful agile practice. This post helps you understand what sprint goals are, why…
Read More »