Re: Own persistence strategy

2011-02-15 Thread Christian Riedel
maybe tynamo-conversations is just what you are looking for? http://tynamo.org/tapestry-conversations+guide Am 15.02.2011 um 14:50 schrieb Pablo dos Reis: > Is there a way I create my own persistence strategy of the fields? > > I need do something like @Persist("my-persist"

Re: Own persistence strategy

2011-02-15 Thread Juan E. Maya
Check this out Pablo: http://wiki.apache.org/tapestry/Tapestry5HowToUsePersistentFieldStrategy It might be a bit old so some things might be slightly different. I hope it helps On Tue, Feb 15, 2011 at 2:50 PM, Pablo dos Reis wrote: > Is there a way I create my own persistence strategy of

Own persistence strategy

2011-02-15 Thread Pablo dos Reis
Is there a way I create my own persistence strategy of the fields? I need do something like @Persist("my-persist") because I want to clean the objects persisted after a group of operations. Thanks in advance. -- Pablo Henrique dos Reis