Posts

Showing posts from September, 2011

Spring Key Points

What is BeanNameUrlHandlerMapping in Spring MVC I have taken these nots from few of the eBooks. ================================= What are the advantages of spring framework? What is the purpose of each module in spring framework? ================================= Spring provides a light-weight solution for building enterprise-ready applications, declarative transaction management remote access to your logic using RMI or web services various options for persisting your data to a database Spring provides a full-featured Spring is modular, allowing you to use just those parts of it that you need, without having to bring in the rest. Spring could potentially be a one-stop-shop for all your enterprise applications AOP into your software. Transparent ways of integrating BeanFactory , which provides a sophisticated implementation of the factory pattern which removes the need for programmatic singletons and allows you to decouple the configuration and sp...