>From: "Adam Winer" <[EMAIL PROTECTED]> > > On 12/13/06, Gary VanMatre wrote: > > I've been experimenting with using Shale Clay for template composition > > using > > Trinidad components. > > > > Anyway, it requires a couple classes that handle all of the special method > > binding events. > > > > > http://svn.apache.org/viewvc/shale/sandbox/shale-clay-trinidad/src/main/java/org > > /apache/shale/clay/component/chain/trinidad/PropertyListenerCommand.java?view=ma > > rkup > > > > This class has a dependency with commons chains. It also requires some xml > > configs. The clay configs are generated form the TLD's using a shale maven > > plugin and we also have a commons chains config. > > > > I was thinking that instead of adding yet another dependencies in Trinidad > > to provide native support like you have for Facelets, what would you think > > about a maven architecture type that would generate a base project with the > > exta bits? > > So, you mean a new archetype? Sounds excellent. >
Yea, a new archetype. I'll work toward this as Shale comes near a GA release. Until then, there are two many snapshot dependencies to resolve. > -- Adam Gary
