There are features that could help gain attention to the framework. A lot of
people ask for the same things on this list:

- How to submit with a select
- How to make dependent selects that works with AJAX.
- How to easily make "custom" AJAX functionality (not necessarily forms)

Maybe it would be a good idea to find out what most newcomers ask for, and
just put it in there, even if it doesn't make that much sense? It COULD
attract more people.

I'm just saying :)

Inge

On Mon, Nov 9, 2009 at 10:57 PM, Michael Gentry <mgen...@masslight.net>wrote:

> I thought I had been through most of the site, but I had never seen
> the shadow services page.
>
> Thanks for the link, Howard!
>
> mrg
>
>
> On Mon, Nov 9, 2009 at 4:43 PM, Howard Lewis Ship <hls...@gmail.com>
> wrote:
> > You know how you can inject the Request?  Well the Request service is
> > really an extension of the per-thread RequestGlobals object, which
> > stores the Request and Response.
> >
> > Turns out, Tapestry can implement this approach for you automatically;
> > creating a proxy object that delegates all of its method invocations
> > to another object (accessed as a property of some known service or
> > object).
> >
> > There's a few special builders used for edge cases like this.
> >
> > On Mon, Nov 9, 2009 at 1:35 PM, Michael Gentry <mgen...@masslight.net>
> wrote:
> >> Shadow builders?  I've only been using T5 for about 2 months now.
> >> When do I learn about shadow builders?  :-)
> >
> > http://tapestry.apache.org/tapestry5.1/tapestry-ioc/shadow.html
> >
> >>
> >> mrg
> >>
> >>
> >> On Sat, Nov 7, 2009 at 4:34 PM, Carl Crowder <carl.crow...@taptu.com>
> wrote:
> >>> Agreed: the main thing Tapestry is lacking is a book that explains not
> just
> >>> the basics but also concepts that it takes months of working with
> Tapestry
> >>> to discover. Things like shadow builders and so on. I don't care who
> writes
> >>> one as long as there's a definitive guide!
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >>
> >>
> >
> >
> >
> > --
> > Howard M. Lewis Ship
> >
> > Creator of Apache Tapestry
> >
> > The source for Tapestry training, mentoring and support. Contact me to
> > learn how I can get you up and productive in Tapestry fast!
> >
> > (971) 678-5210
> > http://howardlewisship.com
> >
> > ---------------------------------------------------------------------
> > 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