Blogging Roller
Dave Johnson on open web technologies, social software and Java
Dave Johnson on open web technologies, social software and Java
Tiles seems to be a tough sell in my group, which includes a bona-fide JSP and web development guru. He has some good points. Tiles promises that you can define all of your page's layouts with a couple of template files. The goal is to reduce JSP code duplication and makes it easy to apply global changes to your site. But, if your pages use a completely CSS-driven layout and your site's entire look, feel, and layout can be changed by altering a single CSS file then what does Tiles buy you? To reduce JSP code duplication a couple of header and footer includes will do. Bringing a new web developer into a project is difficult enough with the Struts learning curve. Is the added complexity of Tiles really worth it?
Tags: Java
Posted by Matt Raible on September 04, 2003 at 10:36 PM EDT #
Posted by Simon Brown on September 05, 2003 at 02:25 AM EDT #
Posted by Unknown on September 05, 2003 at 02:59 AM EDT #
Posted by Russ on September 05, 2003 at 03:28 AM EDT #
Posted by Rafe on September 05, 2003 at 11:52 AM EDT #
Posted by Matt Raible on September 05, 2003 at 07:12 PM EDT #
Posted by Dave Johnson on September 05, 2003 at 08:23 PM EDT #