Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread John Prestel
>>>>> 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 >>> >>> >>> > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- *John Prestel* Software Engineer Safari Books Online, LLC | http://www.safaribooksonline.com 33 Farnsworth Street Boston, MA 02210 617.235.5806 *Please update your address book with my new address*: jpres...@safaribooksonline.com

Re: Contributing an object that itself can take contributions?

2013-12-09 Thread John Prestel
: > On Fri, 06 Dec 2013 22:57:14 -0200, John Prestel < > jpres...@safaribooksonline.com> wrote: > > I'm building a service MasterFooProvider that takes contributions of type >> FooProvider. I'd really love for one my FooProvider implementations, >> Configura

Contributing an object that itself can take contributions?

2013-12-06 Thread John Prestel
I'm building a service MasterFooProvider that takes contributions of type FooProvider. I'd really love for one my FooProvider implementations, ConfigurableFooProvider, to be able to take contributions of its own (of type String), so its behavior can be customized. My first stab at implementing thi