Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Thiago H de Paula Figueiredo
On Mon, 09 Dec 2013 21:43:16 -0200, Jens Breitenstein wrote: done! Hi, everyone! I'm speechless. I'm lost for words. I really don't know how to describe how happy and grateful to all of you for allowing me to spend a whole month working on Apache Tapestry, something I'm so passionate a

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread John Prestel
Congratulations, Thiago! On Mon, Dec 9, 2013 at 6:43 PM, Jens Breitenstein wrote: > done! > > > Am 09.12.13 23:53, schrieb Chris Mylonas: > > $3880 / $4500 >> >> $620 to go >> >> >> On Tue, Dec 10, 2013 at 7:21 AM, Joachim Van der Auwera > >wrote: >> >> Great initiative, twelve hours and 740$

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Jens Breitenstein
done! Am 09.12.13 23:53, schrieb Chris Mylonas: $3880 / $4500 $620 to go On Tue, Dec 10, 2013 at 7:21 AM, Joachim Van der Auwera wrote: Great initiative, twelve hours and 740$ to go. Let's make it happen! May I remind you that Thiago will not receive any money (donations are refunded) whe

Re: Contributing an object that itself can take contributions?

2013-12-09 Thread John Prestel
Thanks very much for the help, guys! I successfully employed the approach detailed by Thiago, with a little extra finessing from the man himself, and it's working exactly the way I want. John On Sat, Dec 7, 2013 at 8:22 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 06

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Chris Mylonas
$3880 / $4500 $620 to go On Tue, Dec 10, 2013 at 7:21 AM, Joachim Van der Auwera wrote: > Great initiative, twelve hours and 740$ to go. Let's make it happen! > > May I remind you that Thiago will not receive any money (donations are > refunded) when the target is not met, so if you want Thiago

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Joachim Van der Auwera
Great initiative, twelve hours and 740$ to go. Let's make it happen! May I remind you that Thiago will not receive any money (donations are refunded) when the target is not met, so if you want Thiago to spend a month full-time on Tapestry, then now is the time to do your part and contribute to

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Muhammad Gelbana
I'm so happy you're approaching your goal ! Gonna see a more powerful Tapestry soon I hope :) *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Dec 9, 2013 at 7:47 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > Status update: > > With 14 hou

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Thiago H de Paula Figueiredo
Status update: With 14 hours until the deadline, we raised 3040 dollars out of 4500 goal. Thank you very much for everybody who contributed or helped spread the word. :) -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br Help me spen

Re: Completion Proposals support in Eclipse Tapestry5 Plugin

2013-12-09 Thread Dmitry Gusev
Eclipse provides its own API to access Java source code model. Using this API I can search for classes by name, enum source folders, getting and modifying AST of Java sources, working with Java class files in JARs and looking up their's Javadocs, etc. In the other words all you see and able to do

Re: Completion Proposals support in Eclipse Tapestry5 Plugin

2013-12-09 Thread Dmitry Gusev
Some screenshots: https://github.com/anjlab/eclipse-tapestry5-plugin/blob/master/README.md#completion-proposals On Mon, Dec 9, 2013 at 2:35 PM, Dmitry Gusev wrote: > Eclipse Tapestry5 Plugin now supports Completion Proposals in WTP Editors. > > This is an experimental feature and lots of enhan

Re: Completion Proposals support in Eclipse Tapestry5 Plugin

2013-12-09 Thread Lance Java
Very cool. How are you getting all this info. Are you able to use tapestry services? Or are you rolling your own solution? I know gradle has a tooling api so that external tools can query the gradle model. Perhaps Tapestry needs a similar concept? On 9 Dec 2013 10:36, "Dmitry Gusev" wrote: > Ec

Completion Proposals support in Eclipse Tapestry5 Plugin

2013-12-09 Thread Dmitry Gusev
Eclipse Tapestry5 Plugin now supports Completion Proposals in WTP Editors. This is an experimental feature and lots of enhancements need to be done, but you can try basic functionality today. Version 2.1.0 includes completion proposals for component parameters and properties, including original J