Recent Posts

Efficiënt upgraden naar Java SE7 – Een actieplan

Dit artikel biedt een concreet advies om effectief en efficiënt te upgraden naar een nieuwe versie van de kern van je software systeem: Java. Daarbij worden ervaringen gedeeld die opgedaan zijn tijdens diverse grootschalige upgrade-trajecten.

Read More »

Vraag naar Java-developers neemt snel toe

Developers die in Java kunnen programmeren, worden snel gewilder. De vraag naar ontwikkelaars die in C coderen, neemt juist sterk af. Dat blijkt uit een onderzoek van de banensite CWJobs.co.uk.

Read More »

Blog: Profiling remote JVM using VisualVM

Profiling is essential when you want to improve performance of an application. To properly profile, you should minimize the differences between an actual production situation and the situation you are profiling. This means that your test data should be the same but also the hardware should be as similar as possible. The best possible scenario is to actually profile the production environment. You can run most profiling tools (e.g. VisualVM) on your local development machine and have it create a connection to the production environment.

Read More »