Using the Java VisualVM to optimize your Java Applications

If you never heard of the “Java VisualVM” you might want to take a look at this article. This tool provides detailed Information about your running Java Applications. Here’s a short impression of the tool.

Mapping read attributes to an existing model via Java Reflection API

Here´s a way, how to map read Key / Value Pairs to a Model with the Java Reflection API.