-
Software Development
The Dangers of Book Learning
Today’s software professional is under constant pressure to maintain a high skill level with an ever-changing palette of languages and…
Read More » -
Enterprise Java
Spring MVC: form handling vol. 4 – radiobuttons
In the world of software development radiobuttons are essential part of graphic user interface. Spring MVC tag library provides special…
Read More » -
DevOps
OpenDS: How to install and configure LDAP server?
What is LDAP? “LDAP stands for Lightweight Directory Access Protocol used for accessing and maintaining distributed directory information services over…
Read More » -
Core Java
Lazy sequences implementation for Java 8
I just published LazySeq library on GitHub – result of my Java 8 experiments recently. I hope you will enjoy…
Read More » -
Enterprise Java
Creating a delegating login module (for JBoss EAP 6.1)
[ If you only want to see code, just scroll down ] Motivation In RHQ we had a need for…
Read More » -
Agile
Focus in Chaos: Why I Like Kanban for Startups
It’s okay if you don’t know exactly where you’re going – because things are always changing – just so long…
Read More » -
Enterprise Java
JBoss AS7 JNDI & EJB 3.1 Naming changes
As a result of the “feature train” continuing to march on and us not keeping our software stack up-to-date, our…
Read More » -
Core Java
Look At It Carefully And You Will Find Something To Improve
I propose you an exercise: when you come back to work tomorrow morning, navigate through the source code of your…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: Introduction to Solr
Most of the applications must have a some kind of a search function. The problem is that search functions are…
Read More »