Cucumber, a BDD Framework for Java and Spring
The best way to start using BDD with Java is by using one of the BDD test frameworks like Cucumber which allows you to write your test cases using the Gherkin syntax Cucumber ...
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 ...