Le 05/05/2010 17:13, MauricioF a écrit :
Hi
I´m evaluating T5 for development of a web application. I´ve been able to
play with it and I think it could be the right tool for the job. There is
only one stopper for this:
The requirement is that the templates must be managed externally by a CMS.
I had the same kind of requirement, but for the ".properties" files
containing the translations.
In fact the .properties we wrote are imported into a database,
translated by outsourced translator, and then exported to, for example,
Index_fr.properties, Index_de.properties, etc...
To be able to update the translations files in production without
redeploying the WAR, i've just added a prepend classpath to my web
application, pointing to the file system containing the ".properties"
files, with the same directory structure than my application. Then I
just have to do "svn up" in that directory to update my translations.
I guess it could work also for template files.
Nicolas.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org