-
Enterprise Java
Introduction to BTrace for Java applications
The aim of this article is to learn how to dynamically trace/observe running Java applications (JDK 6+) using BTrace without…
Read More » -
Desktop Java
JavaFX 2 GameTutorial Part 4
Introduction This is part four of a six part series related to a JavaFX 2 Game Tutorial. If you’ve missed…
Read More » -
Software Development
Where do Security Requirements come from?
One of the problems in building a secure application is that it’s not always clear what the security requirements are…
Read More » -
Core Java
java.lang.NoClassDefFoundError: How to resolve – Part 2
This article is part 2 of our NoClassDefFoundError troubleshooting series. Take a look at part 1. It will focus and…
Read More » -
DevOps
The importance of measuring your IT operations
How could one tell if an IT organisation is working well? A simple measure could be to check the delivered…
Read More » -
Enterprise Java
ElasticMQ message replication with JGroups
ElasticMQ is a messaging server, with a Scala, Java, and an Amazon SQS-compatible interface. It supports guaranteed messaging by replicating…
Read More » -
Enterprise Java
Dynamic forms, JSF world was long waiting for
The new PrimeFaces Extensions release 0.5.0 brought a new DynaForm component. Normally, we can build a form quite straightforward by…
Read More » -
Agile
Product-Burndown-Charts and Sprint-Burndown-Charts in SCRUM Projects
Product-Backlog-Charts and Sprint-Backlog-Charts are used in almost all Agile approaches. In the following article the terminology of SCRUM is used,…
Read More » -
Core Java
Just in Time Compiler (JIT) in Hotspot
The Just In Time Compiler (JIT) concept and more generally adaptive optimization is well known concept in many languages besides…
Read More »