Category Archives: Software Development

Member of Java Code Geeks development team – Delayed Announcement

I am proud to announce that I am a member of Java Code Geeks development team, since October of 2011. Delayed Announcement. Continue reading

Posted in Personal, Software Development | Tagged , | 2 Comments

m2e fix – Plugin execution not covered by lifecycle configuration

How to fix Maven m2e plugin Lifecycle Mapping Problem “Plugin execution not covered by lifecycle configuration”. When you need to use JBoss Logging and JBoss Logging Tools. Continue reading

Posted in Java, JBoss, Software Development | Tagged , , , | Leave a comment

Beneficial CountDownLatch and tricky java deadlock

Discover beneficial CountDownLatch, but watch out tricky java deadlocks. Modern JVMs does not detect such deadlocks. Continue reading

Posted in Java, Software Development | Tagged , , , | 12 Comments

Reduce lock granularity – Concurrency optimization

Improve concurrency code by reducing lock granularity. Advises to optimize code that involves synchronization. Continue reading

Posted in Java, Software Development | Tagged , , , | 4 Comments

Version control branching strategies 2/2

Branching example that describes release management procedure using a detailed scenario. Continue reading

Posted in Release Management, Software Development | Tagged , | 1 Comment