On Mon, 07 May 2012 11:34:02 -0300, Arno Haase <arno.ha...@haase-consulting.com> wrote:

Thanks for pointing out Tynamo! I'll look into it, looks like it is
what I was looking for.

I forgot to mention something:

* Try to avoid using @Persist. In many scenarios the page activation context is able to replace @Persist.
* If not possible to avoid @Persist, use flash persistence if possible.

@SessionState is harder to avoid, but is mostly used for data which isn't changed during the user session.

--
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