Fall back to system properties with Spring framework
Monday, March 2nd, 2009Spring allows to you, to fall-back on system properties, if you not added any corresponding values with that.
That is really a cool feature. If you need to look up,some system properties , you don’t need to do any thing
just configure your bean and Spring will take care that.
These are the some of SYSTEM_PROPTTIRES that you [...] Read more »
Spring LDAP 1.3.0.RELEASE
Thursday, February 5th, 2009Spring LDAP 1.3.0.RELEASE
This is a major release, containing more than 50 fixes compared to the 1.2.1 version; modifications varying in importance from internal modifications and minor fixes to important bug fixes and and significant functionality additions.
Most importantly we now provide a means to perform simple LDAP authentication directly in LdapTemplate. Other useful improvements include TLS [...] Read more »