Hi, Are there any emails/design-docs available on why the trinidad build system (now myfaces-faces-plugin) was designed as it was?
Currently, it uses xml configuration files plus java "template" files to generate java classes for components. It also then generates java source for jsp taglib handlers, and config files like .tld and faces-config.xml. Was consideration given to instead driving the process from annotations (or xdoclet tags) attached to component, converter and validator classes? It would seem to me that this would be more natural for java developers to use... Thanks, Simon
