Spring MVC Internationalization and Localization

Internationalization: It is the process of developing an application in such a way that it enables the localization. For example : Application must support to have a separate messages.properties files for each locale/region. Localization: It is the process of adopting an internationalized application to specific regions/locales. We can write locale specific details in the corresponding […]

Share this article on

Loading Property values in Spring MVC

In any software application ,we are required to put certain configurable properties in the property file And access those values in the application wherever needed. This enables to change the property values as and when they want without changing the code. To enable the Spring to load the properties from the property file , we […]

Share this article on
Next >