Tag Archives: spring mvc

Spring MVC at London JUG

I had the privilege of giving a talk on Spring MVC at yesterday’s London JUG meeting. I had a full room of Java programmers keen to find out about how to write Spring MVC web applications. I hope that all … Continue reading

Posted in Jan's Blog | Tagged , | 5 Comments

UTF-8 encoding and Spring message sources

Take a look at the update from October 2011′s perspective here. I was working on a pretty much straight-forward web application. As usual, i used Spring’s org.springframework.context.MessageSourcesupport, to be more precise, i used standard implementation – ResourceBundleMessageSource. Simple configuration, as … Continue reading

Posted in Aleksa's Blog | Tagged , , , , | 8 Comments