Monthly Archive February, 2008

Using Pretty URLs with Spring and Annotations

I’m currently working on a Java Web App with Spring. If you aren’t familiar with the Spring Framework, especially with the annotation support, then you’ve never had the pleasure of developing a web app in Java (but you may have experienced the pain). In another post, I will explain why this is so amazing, but for now lets just assume you know.

If you notice on blogs or other sites they have something called “pretty urls”. Essentially if you had a blog, this lets you have /post/welcome-to-my-site/ instead of /post/?id=33. Using the Spring Framework and the hot new annotation support in 2.5.1, you can easily achieve that.

More on Using Pretty URLs with Spring and Annotations

Feb
09
2008
Tags:

Empty Blog

Sorry all who came here looking for something specific. Most of the code and projects I had on here before were quite old so I figured I’d just start over. If you badly need something that you used to be able to find here, drop me a note and I’ll put it up somewhere.