On Tue, 05 Oct 2010 07:46:22 -0300, iberck <ibe...@gmail.com> wrote:

But I have another question?
From this principle of static structure dynamic behaviour, can I create with T5 a CRM based on plugins like drupal/jomla ?

Yes. I can think of two approaches:

1) Override or advise the Tapestry template loading service, so users can edit templates.

2) (Strongly preferred) Use some templating engine like Freemarker to let the users edit content and Tapestry for anything else. Tapestry templates were always meant to be used by developers only, not end users, while Freemarker and similar tools are way more suited for this task. Search the mailing list for CMS for more discussions about this.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to