Freemarker, Tiles oder Velocity? Which template engine is the best for a multi-user-system build with struts?
+1
A:
I would recommend to use both tiles and velocity. They play nice together.
Sergio del Amo
2008-10-10 15:30:05
+1
A:
If using Struts 1.x, then Tiles and Velocity work well together. If using Struts 2, then either Freemarker, since Struts 2 has thus far done a poor job of integrating Velocity (as of Oct 2008).
Nathan Bubna
2008-10-17 22:14:22
+1
A:
I use struts 2 with Freemarker and it works very well. I use sitemesh rather than tiles. I used tiles in a struts 1.3 project and while it was fantastic it was limited. I know that it has evolved since but have not yet tried it in a project.
Vincent Ramdhanie
2008-10-21 20:32:22