Skip to main content
Category

Blog

OpenShift 3 beta

By Blog

RedHat’s OpenShift 3 is coming somewhere this year and will be based on Docker and Kubernetes. See RedHat’s roadmap for the milestone planning. More and more details are coming out and for…

Read More

Application logs

By Blog

The symptoms We have all been there. You are debugging an application and can’t find the problem because you don’t have enough information. So you add some additional debug log lines…

Read More

MySQL query mystery

By Blog

SQL queries can become quite complicated. Getting them to produce the right results is not always trivial. Especially if verifying if the result is correct is difficult. Last week I encountered a…

Read More

JBoss LDAP Authentication

By Blog

Every environment needs it, you can hardly get around it: User Management. It is always a challenge and a drag at the same time. How much should be stored? How should passwords be stored? Do we need RBAC? Do we need some SSO and with whom? Do we need a (G)UI for management?

Wouldn’t it be great if we could pass this responsibility on. And we can ! In Enterprise-land there is LDAP.

Read More