views:

173

answers:

1

Howdy,

I'm currently in a Spring MVC 3 based project, and found out about Apache Tiles 2 the other day,

I think Tiles 2 is a heck of framework that I could make good use in my project, but before I commit to it, I would like to know if it integrates well with Spring MVC 3, given that Tiles' inherent relationship with Struts. Spring also seems to have issues with some frameworks, so better careful than sorry I guess.

So, how's your experience with Spring, Spring MVC 3 and Tiles 2 together?

Thanks!

+3  A: 

Spring MVC and Tiles go great together. Spring MVC treats tiles definitions as views, and the two integrates smoothly. Start with the Spring Reference. There are quite a few examples out there to guide you.

James Earl Douglas