2009/1/23 Nicolas LE BAS <[email protected]>: > Are > you trying to say that you're the reason for Tiles being a PITA ? > > No kidding now: I'm not sure I agree on this PITA matter. Can you develop on > this ?
What I meant is that Tiles configuration through parameters is a PITA, not Tiles itself. There are too many parameters. I see the parameter-based configuration (call it XML configuration as in Struts, or declarative configuration as in Spring) a PITA because it does not allow refactoring, it's hard to maintain when something changes, it's hard to validate at compile time. This is because with Tiles 2.1.x I developed a way to use pure Java configuration. Antonio
