Spring MVC is part of Springframework. It allow us to create application based on MVC design pattern in way that, we can leverage other features of Spring like authentication, ORM, AOP and others. In Spring MVC core component is the DispatcherServlet{link}, It works as front-controller. All request are processed by DispatcherServlet. It is also responbile [...]

Spring 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 [...]

Spring 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 [...]