Category
Spring
2 posts.
Jan 23, 2009
How to read properties file in a Spring Application.
If you need to read the properties file in your Spring application all you need is to configure a PropertyPlaceholderConfigurer bean in your application context
Jan 4, 2009
How to configure multiple handlers in a Spring MVC web application
In Spring MVC, DispatcherServlet relies on handler mapping to determine which controller the request should be sent to. All handler mapping classes in Spring im