Java
-

JAXB – No Annotations Required
There appears to be a misconception that annotations are required on the model in order to use a JAXB (JSR-222)…
Read More » -

Answering with Mockito
When you are writing unit tests, you must keep in mind to not have dependencies to external components. To avoid…
Read More » -

Hash Length Extension Attacks
In this post I will try to leave the summer slump behind and focus on more interesting things than complaining…
Read More » -

EclipseLink MOXy as a JAXB provider
EclipseLink MOXy is a JAXB provider and is a compelling alternative to the default JAXB provider built into JDK. First…
Read More » -

Spring Integration – Session 2 – More Hello Worlds
This is a follow up to Spring Integration Session 1 The first session was a simple Hello World application using…
Read More » -

String memory internals
This article is based on my answer on StackOverflow. I am trying to explain how String class stores the texts,…
Read More » -

Java talking to iOS: Java objects to Apple plist serialization
I am happy to announce my first open source project java-plist-serializer that can help you with integrating Java and especially…
Read More » -

Schema Creation Script With Hibernate 4, JPA And Maven
The scenario is trivial â you want to generate a database schema creation script while building your application (and then…
Read More » -

Quartz 2 Scheduler example
Quartz is an open source job scheduling framework. It can be used to manage and schedule jobs in the application.…
Read More »






