i18n

Making a Spring bean Applicationcontext aware

Suppose we have a webapplication with spring, and we are initializing spring’s WebApplicationContext by configuring ContextLoaderListener in web.xml. How can we get an instance of spring’s applicationContext object? Possible solutions: While configuring spring through web.xml the spring ApplicationContext object is set in the ServletContext. To get ApplicationContext we say ApplicationContext applicationContext = (ApplicationContext)servletContext.getAttribute(WebApplicationContext.ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE); So we [...]


GoToMarket Testing- Why should you outsource?

In the last blog i tried to point out the need and challenges associated in ensuring software products do what they are meant for.Here in let us see what does it mean to have your products launched with Quality. A key accelerator to launch products succesfully to market could be outsourcing your product testing to [...]


Internationalization with Java

The main idea of the presentation is not to discuss how Internationalization is done in Java but to highlight some of the problems which one comes across while developing an internationalized application in Java. Most of the observations listed below are based on the personal experience while trying to internationalize a Java based Web Application. [...]