Simple {@link DataSourceLookup} implementation that relies on a map for doing lookups.
Useful for testing environments or applications that need to match arbitrary {@link String} names to target {@link DataSource} objects.
@author Costin Leau
@author Juergen Hoeller
@author Rick Evans
@since 2.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.