-
Software Development
Pimp my Git – Manage Different Git Identities
I usually work on different Git projects that need different Git identities. My work flow for new repositories was Clone…
Read More » -
Software Development
Pimp My Git – Git Mergetool
I like to work with git on the command line. But in some cases I prefer UI support. For example,…
Read More » -
Software Development
Continuous Integration Infrastructure With Windows – Scripting With PowerShell
In one of my current project, I deal with how to run a Continuous Integration (CI) infrastructure on Windows machines.…
Read More » -
Core Java
Commons VFS, SSHJ and JSch in Comparison
Some weeks ago I evaluated some SSH libraries for Java. The main requirements to them are file transferring and file…
Read More » -
Enterprise Java
Configuration over JNDI in Spring Framework
From a certain point on, an application has to be configurable. Spring Framework has a nice auxiliary tool for this…
Read More » -
Enterprise Java
Unit And Integration Test Reports For Maven Projects In SonarQube
Since SonarQube 4.2. the test report isn’t generated by the Sonar Maven Plugin during a Maven build (see SonarQube’s blog…
Read More »