I\'m working on a Java web application that integrates with a few other external applications that are deployed along with it. Authentication information must be synchronize
I've never done it myself, but you can use Spring Security to easily set up an embedded Apache Directory server, with minimal Spring XML config required.