Freemarker + Spring MVC Tutorial

I am new to Spring MVC and Freemarker. So far I have used JSF, and I have some experience with Ruby on Rails (regarding the RESTful template).

I have my Spring web application configured, and now I am ready to try some basic things, such as forms, etc., but I cannot find tutorials on using Spring MVC with freemarker. Since I have no experience with Spring MVC or Freemarker, I get lost where to start ...

Should I try to understand freemarker first? It seems to me that Spring MVC, the appart from taglibs, just provides me with a way to configure a RESTful MVC application in the context of Spring and that it ..?

Thanks for the helpful links or better yet for the good books!

+5
source share

All Articles