Hi Geoff,

Thank you again for Jumpstart. It help so much.

my 2 rupies.

for the page PassingDataBetweenPages1, I was about to  suggest  to replace
the form use to access page2 (Activation Context) by a pagelink.  But I
realise that,
PassingDataBetweenPages1 is just the perfect exemple when navigation occured

after form submission.

During Tapestry Code review, we often notice that people who have previous
experience in using jsp
are more likely to use @Persist for navigation in crud page
(http://jumpstart.doublenegative.com.au/jumpstart/examples/easycrud).
So they miss the Activate Passivate interest.
+ stateless page (less memory usage)
+ clean and bookmarkable url
+ less request

Like
http://jumpstart.doublenegative.com.au/jumpstart/examples/navigation/pagelinkoractionlink
perhaps there is need to a page called persitoractivate.

François

2010/11/10 Geoff Callender <geoff.callender.jumpst...@gmail.com>

> Hmmm, so I guess this examples page of "Passing Data Between Pages" isn't
> meeting the need:
>
>
> http://jumpstart.doublenegative.com.au/jumpstart/examples/state/passingdatabetweenpages1
>
> Suggestions welcome.
>
> Cheers,
>
> Geoff
>
>
> On 11/11/2010, at 12:06 AM, Nicolas Barrera wrote:
>
> > +1 for the best practices page
> >
> > Nicolás.-
> >
> >
> > 2010/11/9 françois facon <fra.fa...@gmail.com>
> >
> >> Passivate will also generate clean and *Bookmarkable* URL for you.
> >>
> >> Activate/ passivate will reduce memory use and increase performance in
> >> server side.
> >> because Creating session cost a lot and require memory.
> >>
> >> by using @Persist, you will generate at east one more request to
> initialize
> >> your data.
> >>
> >> About documentation, there is perhaps a need for a page that define the
> >> best
> >> pratices for T5.
> >>
> >>
> >>
> >> 2010/11/9 Andreas Andreou <andy...@di.uoa.gr>
> >>
> >>>> It's flash, not flush. :)
> >>>
> >>> That's a great idea for an easter-egg there!
> >>>
> >>>
> >>>> --
> >>>> 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
> >>>>
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
> >>> Tapestry PMC / Tacos developer
> >>> Open Source / JEE Consulting
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >>> For additional commands, e-mail: users-h...@tapestry.apache.org
> >>>
> >>>
> >>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to