BDD Fundamentals
Behavior Driven Development (BDD) provides techniques that can help you manage software development uncertainty and risk. BDD is about building the right software. BDD was o...
LDAP and JNDI
LDAP (Lightweight Directory Access Protocol) is a directory service in which you can store data. The information stored in LDAP is structured in a tree hierarchy and each direct...
JNDI Overview
The Java Naming and Directory Interface is a Java API that allows Java applications to look up resources via name. It is basically an interface to get instances of objects like ...
Understanding Messaging Pattern with JMS
The message design pattern is very common nowadays in distributed systems to decouple applications into smaller components, and it brings better performance, increased reliabili...