Tag Archives: spring mvc

UTF-8 encoding revisited

My old post on UTF-8 encoding in Spring messages using the ReloadableResourceBundleMessageSource still receives a lot of attention. However, UTF-8 encoding of the messages is just a part of i18n applications. (It’s called i18n because the word is internationalisation–i, followed … Continue reading

Posted in Jan's Blog | Tagged , , | Leave a comment

Guess what?

With the fantastic weather outside, I needed to take a break in my training. My legs felt very tired this morning and my heart rate just would not go above 155 bpm: all the signs to take a rest day. … Continue reading

Posted in Jan's Blog | Tagged , , | Leave a comment

More Open Spring 3 MVC goodies

I have been very busy indeed, but managed to find some time to add more text to the Beginning Spring MVC chapter of Open Spring 3. Get downloadin’!

Posted in Jan's Blog | Tagged , | Leave a comment

Open Spring 3 updated

Good news everyone! I’ve added a few pages to the Beginning Spring MVC chapter of the Open Spring 3 book. Download here for your reading pleasure!

Posted in Jan's Blog | Tagged , , | 1 Comment

Open Spring 3

Chapters for download are: Beginning Spring MVC I was thinking about the name of our new “unbook”. The “Pro” series are in the domain of Apress, the “In Action” books are published by Manning; I don’t know what O’Reilly call … Continue reading

Posted in Jan's Blog | Tagged , , , | Leave a comment

Spring MVC on the iPhone

…and, as we discovered at the Open Source User Group meeting on 24th March, also on the iPod Touch! If you’d like to explore in detail the application I used yesterday, download it from GitHub. The webapp uses, as the … Continue reading

Posted in Jan's Blog | Tagged , , | Leave a comment

Spring and iPhone

The talk for next week’s open source user group is ready. I will give brief overview of Spring 3 MVC and explain how to create native-looking iPhone web application using as little code as possible. It would not be a … Continue reading

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

Spring MVC and iPhone

I have exciting new talk ready for the next open source user group meeting. We will implement a very friendly iPhone web application using Spring MVC 3.0 in about 30 minutes’ time while keeping the controllers and models completely intact. … Continue reading

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

Custom arguments for @RequestMapping methods

So, Spring MVC fans, let’s say you have a @RequestMapping-annotated method in your controller, but you would like to include a custom argument, in addition to the standard ones like Model, HttpServletRequest, and HttpServletResponse. The solution is to implement a … Continue reading

Posted in Jan's Blog | Tagged , | 1 Comment

Spring MVC Volume II

It was my pleasure to deliver my Spring MVC talk at the Java User Group meeting in London yesterday. I loved the audience–they asked the right questions at the right time; at times they were paying too much attention and … Continue reading

Posted in Jan's Blog | Tagged , , | 1 Comment